| 
    
    
     BrooksCoreyParams.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 void setEntryPressure(Scalar v) Set the entry pressure [Pa].  Definition: BrooksCoreyParams.hpp:85 Definition: Air_Mesitylene.hpp:31 BrooksCoreyParams(Scalar entryPressure, Scalar lambda) Definition: BrooksCoreyParams.hpp:59 Scalar lambda() const  Returns the lambda shape parameter.  Definition: BrooksCoreyParams.hpp:92 Some templates to wrap the valgrind client request macros.  void setLambda(Scalar v) Set the lambda shape parameter.  Definition: BrooksCoreyParams.hpp:98 void finalize() Calculate all dependent quantities once the independent quantities of the parameter object have been ... Definition: BrooksCoreyParams.hpp:69 Specification of the material parameters for the Brooks-Corey constitutive relations.  Definition: BrooksCoreyParams.hpp:44 Scalar entryPressure() const  Returns the entry pressure [Pa].  Definition: BrooksCoreyParams.hpp:79  |