Opm::DiscreteFracturePrimaryVariables< TypeTag > Class Template Reference

Represents the primary variables used by the discrete fracture multi-phase model. More...

#include <discretefractureprimaryvariables.hh>

Inheritance diagram for Opm::DiscreteFracturePrimaryVariables< TypeTag >:
Inheritance graph

Public Member Functions

 DiscreteFracturePrimaryVariables ()
 Default constructor. More...
 
 DiscreteFracturePrimaryVariables (Scalar value)
 Constructor with assignment from scalar. More...
 
 DiscreteFracturePrimaryVariables (const DiscreteFracturePrimaryVariables &value)=default
 Copy constructor. More...
 
DiscreteFracturePrimaryVariablesoperator= (const DiscreteFracturePrimaryVariables &value)=default
 
template<class FluidState >
void assignNaiveFromFracture (const FluidState &fractureFluidState, const MaterialLawParams &matParams)
 Directly retrieve the primary variables from an arbitrary fluid state of the fractures. More...
 
template<class FluidState >
void assignMassConservative (const FluidState &fluidState, const MaterialLawParams &matParams, bool isInEquilibrium=false)
 Set the primary variables from an arbitrary fluid state in a mass conservative way. More...
 
template<class FluidState >
void assignNaive (const FluidState &fluidState)
 Directly retrieve the primary variables from an arbitrary fluid state. More...
 
Evaluation makeEvaluation (unsigned varIdx, unsigned timeIdx, LinearizationType linearizationType=LinearizationType()) const
 Return a primary variable intensive evaluation. More...
 
void checkDefined () const
 Instruct valgrind to check the definedness of all attributes of this class. More...
 

Static Public Member Functions

static void init ()
 
static void registerParameters ()
 

Detailed Description

template<class TypeTag>
class Opm::DiscreteFracturePrimaryVariables< TypeTag >

Represents the primary variables used by the discrete fracture multi-phase model.

Constructor & Destructor Documentation

◆ DiscreteFracturePrimaryVariables() [1/3]

template<class TypeTag >
Opm::DiscreteFracturePrimaryVariables< TypeTag >::DiscreteFracturePrimaryVariables ( )
inline

Default constructor.

◆ DiscreteFracturePrimaryVariables() [2/3]

template<class TypeTag >
Opm::DiscreteFracturePrimaryVariables< TypeTag >::DiscreteFracturePrimaryVariables ( Scalar  value)
inline

Constructor with assignment from scalar.

Parameters
valueThe scalar value to which all entries of the vector will be set.

◆ DiscreteFracturePrimaryVariables() [3/3]

template<class TypeTag >
Opm::DiscreteFracturePrimaryVariables< TypeTag >::DiscreteFracturePrimaryVariables ( const DiscreteFracturePrimaryVariables< TypeTag > &  value)
default

Copy constructor.

Parameters
valueThe primary variables that will be duplicated.

Member Function Documentation

◆ assignMassConservative()

template<class TypeTag >
template<class FluidState >
void Opm::ImmisciblePrimaryVariables< TypeTag >::assignMassConservative ( const FluidState &  fluidState,
const MaterialLawParams &  matParams,
bool  isInEquilibrium = false 
)
inlineinherited

Set the primary variables from an arbitrary fluid state in a mass conservative way.

If an energy equation is included, the fluid temperatures are the same as the one given in the fluid state, not the enthalpy.

Parameters
fluidStateThe fluid state which should be represented by the primary variables. The temperatures, pressures, compositions and densities of all phases must be defined.
matParamsThe capillary pressure law parameters
isInEquilibriumIf true, the fluid state expresses thermodynamic equilibrium assuming the relations expressed by the fluid system. This implies that in addition to the quantities mentioned above, the fugacities are also defined.

References Opm::ImmisciblePrimaryVariables< TypeTag >::assignNaive().

◆ assignNaive()

template<class TypeTag >
template<class FluidState >
void Opm::ImmisciblePrimaryVariables< TypeTag >::assignNaive ( const FluidState &  fluidState)
inlineinherited

Directly retrieve the primary variables from an arbitrary fluid state.

This method retrieves all primary variables from an abitrary fluid state without careing whether the state which is represented by the resulting primary variables features the equivalent mass as the given fluid state. This method is massively cheaper and simpler than assignMassConservative() but it should be used with care!

Parameters
fluidStateThe fluid state which should be represented by the primary variables. The temperatures, pressures, compositions and densities of all phases must be defined.

Referenced by Opm::ImmisciblePrimaryVariables< TypeTag >::assignMassConservative(), and Opm::DiscreteFracturePrimaryVariables< TypeTag >::assignNaiveFromFracture().

◆ assignNaiveFromFracture()

template<class TypeTag >
template<class FluidState >
void Opm::DiscreteFracturePrimaryVariables< TypeTag >::assignNaiveFromFracture ( const FluidState &  fractureFluidState,
const MaterialLawParams &  matParams 
)
inline

Directly retrieve the primary variables from an arbitrary fluid state of the fractures.

Parameters
fractureFluidStateThe fluid state of the fractures which should be represented by the primary variables. The temperatures, pressures and compositions of all phases must be defined.
matParamsThe parameters for the capillary-pressure law which apply for the fracture.

References Opm::ImmisciblePrimaryVariables< TypeTag >::assignNaive().

◆ checkDefined()

template<class TypeTag >
void Opm::FvBasePrimaryVariables< TypeTag >::checkDefined ( ) const
inlineinherited

Instruct valgrind to check the definedness of all attributes of this class.

◆ init()

template<class TypeTag >
static void Opm::FvBasePrimaryVariables< TypeTag >::init ( )
inlinestaticinherited

◆ makeEvaluation()

template<class TypeTag >
Evaluation Opm::FvBasePrimaryVariables< TypeTag >::makeEvaluation ( unsigned  varIdx,
unsigned  timeIdx,
LinearizationType  linearizationType = LinearizationType() 
) const
inlineinherited

Return a primary variable intensive evaluation.

i.e., the result represents the function f = x_i if the time index is zero, else it represents the a constant f = x_i. (the difference is that in the first case, the derivative w.r.t. x_i is 1, while it is 0 in the second case.

◆ operator=()

template<class TypeTag >
DiscreteFracturePrimaryVariables & Opm::DiscreteFracturePrimaryVariables< TypeTag >::operator= ( const DiscreteFracturePrimaryVariables< TypeTag > &  value)
default

◆ registerParameters()

template<class TypeTag >
static void Opm::FvBasePrimaryVariables< TypeTag >::registerParameters ( )
inlinestaticinherited

The documentation for this class was generated from the following file: