#include <routes.h>

Inheritance diagram for RouteVolumeSolidDummy:

Public Member Functions

 RouteVolumeSolidDummy (void)
 
Value rhos (const Value &, const Value &, double *=nullptr) override
 Molar solid density, kmol/m3. More...
 
virtual Value rhos (const Value &T, const Value &P, double *derT=nullptr)=0
 Molar solid density, kmol/m3. More...
 

Public Attributes

double rhos_
 

Protected Member Functions

virtual ~RouteVolumeSolidDummy ()=default
 
- Protected Member Functions inherited from RouteVolumeSolid
virtual ~RouteVolumeSolid ()=default
 

Detailed Description

Dummy implementation for volumetric properties of solids. Used where, in practice, there is not the need of a perfect model for these properties.

#include <libpf/components/routes.h>

Remarks
Is not an interface for equation of state
Warning
Thread safe:
Extendable:
Platform dependencies:

Constructor & Destructor Documentation

◆ ~RouteVolumeSolidDummy()

virtual RouteVolumeSolidDummy::~RouteVolumeSolidDummy ( )
protectedvirtualdefault

◆ RouteVolumeSolidDummy()

RouteVolumeSolidDummy::RouteVolumeSolidDummy ( void  )

Member Function Documentation

◆ rhos()

Value RouteVolumeSolidDummy::rhos ( const Value T,
const Value P,
double *  derT = nullptr 
)
overridevirtual

Molar solid density, kmol/m3.

Implements RouteVolumeSolid.

Member Data Documentation

◆ rhos_

double RouteVolumeSolidDummy::rhos_

The documentation for this class was generated from the following file: