| 
    
    
     FluidStatePressureModules.hpp   
Go to the documentation of this file. 
void SetUndefined(const T &value OPM_UNUSED) Make the memory on which an object resides undefined in valgrind runs.  Definition: Valgrind.hpp:138 bool CheckDefined(const T &value OPM_UNUSED) Make valgrind complain if any of the memory occupied by an object is undefined.  Definition: Valgrind.hpp:74 Definition: MathToolbox.hpp:39 Definition: Air_Mesitylene.hpp:31 Module for the modular fluid state which does not the pressures but throws std::logic_error instead... Definition: FluidStatePressureModules.hpp:100 Some templates to wrap the valgrind client request macros.  const Scalar & pressure(unsigned phaseIdx) const  The pressure of a fluid phase [Pa].  Definition: FluidStatePressureModules.hpp:54 void setPressure(unsigned phaseIdx, const Scalar &value) Set the pressure of a phase [Pa].  Definition: FluidStatePressureModules.hpp:61 void assign(const FluidState &fs) Retrieve all parameters from an arbitrary fluid state.  Definition: FluidStatePressureModules.hpp:69 FluidStateExplicitPressureModule() Definition: FluidStatePressureModules.hpp:48 Scalar pressure_[numPhases] Definition: FluidStatePressureModules.hpp:92 void checkDefined() const  Make sure that all attributes are defined.  Definition: FluidStatePressureModules.hpp:129 void assign(const FluidState &) Retrieve all parameters from an arbitrary fluid state.  Definition: FluidStatePressureModules.hpp:118 Module for the modular fluid state which stores the pressures explicitly.  Definition: FluidStatePressureModules.hpp:45 void checkDefined() const  Make sure that all attributes are defined.  Definition: FluidStatePressureModules.hpp:86 const Scalar & pressure(int) const  The pressure of a fluid phase [Pa].  Definition: FluidStatePressureModules.hpp:109 FluidStateNullPressureModule() Definition: FluidStatePressureModules.hpp:103 A traits class which provides basic mathematical functions for arbitrary scalar floating point values...  |