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

Public Member Functions | |
| RouteHeatSolidDummy (void) | |
| Value | hs (const Value &T, const Value &) override |
| Dummy solid enthalpy. More... | |
| Value | ss (const Value &, const Value &) override |
| Dummy solid entropy. More... | |
| Value | cps (const Value &, const Value &) override |
| Dummy solid cp. 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
Dummy implementation for thermal 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
- Warning
- Thread safe:
- Extendable:
- Platform dependencies:
Constructor & Destructor Documentation
◆ RouteHeatSolidDummy()
|
inline |
Member Function Documentation
◆ cps()
Dummy solid cp.
Implements RouteHeatSolid.
◆ hs()
Dummy solid enthalpy.
Implements RouteHeatSolid.
◆ ss()
Dummy solid entropy.
Implements RouteHeatSolid.
The documentation for this class was generated from the following file:
Public Member Functions inherited from