RouteHeatVaporDummy Class Reference
#include <routes.h>
Inheritance diagram for RouteHeatVaporDummy:

Public Member Functions | |
| Value | hv (const Value &T, const Value &P) override |
| Molar vapor enthalpy, J/kmol. More... | |
| Value | sv (const Value &T, const Value &P) override |
| Molar vapor entropy, J/kmol/K. More... | |
| Value | cpv (const Value &T, const Value &P) override |
| Molar vapor cp, J/kmol/K. More... | |
Public Member Functions inherited from RouteHeatVapor | |
| RouteHeatVapor (void) | |
| virtual | ~RouteHeatVapor (void) |
| virtual Value | hv (const Value &T, const Value &P)=0 |
| Molar vapor enthalpy, J/kmol. More... | |
| virtual Value | sv (const Value &T, const Value &P)=0 |
| Molar vapor entropy, J/kmol/K. More... | |
| Value | gv (const Value &T, const Value &P) |
| Molar vapor Gibbs free energy, J/kmol. More... | |
| virtual Value | cpv (const Value &T, const Value &P)=0 |
| Molar vapor cp, J/kmol/K. More... | |
Public Member Functions inherited from Diagnostic | |
| Diagnostic (void) | |
| void | setVerbosity (int verbosity) |
| sets the verbosity level for this instance More... | |
| int | verbosity (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from Diagnostic | |
| virtual | ~Diagnostic ()=default |
Protected Attributes inherited from Diagnostic | |
| int | verbosityInstance |
Detailed Description
Dummy implementation for vapor thermal 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
◆ cpv()
Molar vapor cp, J/kmol/K.
Implements RouteHeatVapor.
◆ hv()
Molar vapor enthalpy, J/kmol.
Implements RouteHeatVapor.
◆ sv()
Molar vapor entropy, J/kmol/K.
Implements RouteHeatVapor.
The documentation for this class was generated from the following file:
Public Member Functions inherited from