My Project
|
Module for the modular fluid state which stores the pressures explicitly. More...
#include <FluidStatePressureModules.hpp>
Public Member Functions | |
const Scalar & | pressure (unsigned phaseIdx) const |
The pressure of a fluid phase [Pa]. | |
void | setPressure (unsigned phaseIdx, const Scalar &value) |
Set the pressure of a phase [Pa]. | |
template<class FluidState > | |
void | assign (const FluidState &fs) |
Retrieve all parameters from an arbitrary fluid state. | |
void | checkDefined () const |
Make sure that all attributes are defined. More... | |
Protected Attributes | |
Scalar | pressure_ [numPhases] |
Module for the modular fluid state which stores the pressures explicitly.
|
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.