My Project
|
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium. More...
#include <ModularFluidState.hpp>
Public Types | |
enum | { numPhases = numPhasesV } |
enum | { numComponents = numComponentsV } |
typedef ScalarT | Scalar |
Public Member Functions | |
void | checkDefined () const |
Make sure that all attributes are defined. More... | |
template<class FluidState > | |
void | assign (const FluidState &fs) |
Retrieve all parameters from an arbitrary fluid state. | |
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium.
This class uses a modular approach which results in storing only a set of requested thermodynamic quantities.
|
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.