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

Public Member Functions | |
| RouteHeatLiquidBkk (const std::vector< ParameterBkk > &bp) | |
| Value | hl (const Value &T, const Value &P) override |
| Molar liquid enthalpy, J/kmol. More... | |
| Value | sl (const Value &T, const Value &P) override |
| Molar liquid entropy, J/kmol/K. More... | |
| Value | cpl (const Value &T, const Value &P) override |
| Molar liquid cp, J/kmol/K. More... | |
Public Member Functions inherited from RouteHeatLiquid | |
| RouteHeatLiquid (void) | |
| virtual | ~RouteHeatLiquid (void) |
| virtual Value | hl (const Value &T, const Value &P)=0 |
| Molar liquid enthalpy, J/kmol. More... | |
| virtual Value | sl (const Value &T, const Value &P)=0 |
| Molar liquid entropy, J/kmol/K. More... | |
| Value | gl (const Value &T, const Value &P) |
| Molar liquid Gibbs free energy, J/kmol. More... | |
| virtual Value | cpl (const Value &T, const Value &P)=0 |
| Molar liquid 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
Implementation of liquid thermal properties using the bkk model
#include <libpf/components/routes.h>
- Remarks
- Warning
- Thread safe:
- Extendable:
- Platform dependencies:
Constructor & Destructor Documentation
◆ RouteHeatLiquidBkk()
| RouteHeatLiquidBkk::RouteHeatLiquidBkk | ( | const std::vector< ParameterBkk > & | bp | ) |
Member Function Documentation
◆ cpl()
Molar liquid cp, J/kmol/K.
Implements RouteHeatLiquid.
◆ hl()
Molar liquid enthalpy, J/kmol.
Implements RouteHeatLiquid.
◆ sl()
Molar liquid entropy, J/kmol/K.
Implements RouteHeatLiquid.
The documentation for this class was generated from the following file:
Public Member Functions inherited from