RouteSaturationDummy Class Reference

#include <routes.h>

Inheritance diagram for RouteSaturationDummy:

Public Member Functions

Value psat (const Value &T, double *derT=nullptr, double *der2T=nullptr) override
 Vapour pressure of saturation. More...
 
Value dhvl (const Value &T, double *derT=nullptr) override
 Vapour-Liquid enthalpy difference. More...
 
- Public Member Functions inherited from RouteSaturation
 RouteSaturation (void)
 
virtual ~RouteSaturation (void)
 
virtual Value psat (const Value &T, double *derT=nullptr, double *der2T=nullptr)=0
 Vapour pressure of saturation. More...
 
virtual Value dhvl (const Value &T, double *derT=nullptr)=0
 Vapour-Liquid enthalpy difference. More...
 

Detailed Description

Dummy implementation for vapor-liquid saturation properties Used where, in practice, there is not the need of a perfect model for these properties.

#include <libpf/components/routes.h>

Remarks
Warning
Thread safe:
Extendable:
Platform dependencies:

Member Function Documentation

◆ dhvl()

Value RouteSaturationDummy::dhvl ( const Value T,
double *  derT = nullptr 
)
overridevirtual

Vapour-Liquid enthalpy difference.

Implements RouteSaturation.

◆ psat()

Value RouteSaturationDummy::psat ( const Value T,
double *  derT = nullptr,
double *  der2T = nullptr 
)
overridevirtual

Vapour pressure of saturation.

Implements RouteSaturation.


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