My Project
|
Module for the modular fluid state which does not store the enthalpies but returns 0 instead. More...
#include <FluidStateEnthalpyModules.hpp>
Public Member Functions | |
const Scalar & | internalEnergy (unsigned) const |
The specific internal energy of a fluid phase [J/kg]. | |
const Scalar & | enthalpy (unsigned) const |
The specific enthalpy of a fluid phase [J/kg]. | |
template<class FluidState > | |
void | assign (const FluidState &) |
Retrieve all parameters from an arbitrary fluid state. | |
void | checkDefined () const |
Make sure that all attributes are defined. More... | |
Module for the modular fluid state which does not store the enthalpies but returns 0 instead.
Also, the returned values are marked as undefined in Valgrind...
|
inline |
Make sure that all attributes are defined.
This method does not do anything if the program is not run under valgrind. If it is, then valgrind will print an error message if some attributes of the object have not been properly defined.