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

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