37#ifndef DUMUX_3P_MODEL_HH
38#define DUMUX_3P_MODEL_HH
65 static constexpr int numEq() {
return 3; }
84template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
113template<
class TypeTag>
114struct ModelTraits<TypeTag, TTag::ThreeP>
118 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
119 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
125template<
class TypeTag>
129template<
class TypeTag>
130struct VolumeVariables<TypeTag, TTag::ThreeP>
153template<
class TypeTag>
154struct FluidState<TypeTag, TTag::ThreeP>
164template<
class TypeTag>
172template<
class TypeTag>
173struct ThermalConductivityModel<TypeTag, TTag::ThreePNI>
182template<
class TypeTag>
186template<
class TypeTag>
187struct ModelTraits<TypeTag, TTag::ThreePNI>
191 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
192 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
198template<
class TypeTag>
199struct VolumeVariables<TypeTag, TTag::ThreePNI>
212 template<
class BaseTraits,
class ETCM>
213 struct NITraits :
public BaseTraits {
using EffectiveThermalConductivityModel = ETCM; };
Adds I/O fields specific to non-isothermal models.
Definition: porousmediumflow/nonisothermal/iofields.hh:27
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
Definition: immiscible.hh:30
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Definition: porousmediumflow/immiscible/localresidual.hh:28
Relation for the saturation-dependent effective thermal conductivity.
Definition: somerton.hh:48
Adds I/O fields specific to the three-phase model.
Definition: porousmediumflow/3p/iofields.hh:25
The common indices for the isothermal three-phase model.
Definition: porousmediumflow/3p/indices.hh:23
Contains the quantities which are constant within a finite volume in the three-phase model.
Definition: porousmediumflow/3p/volumevariables.hh:32
Defines all properties used in Dumux.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:267
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Defines the indices used by the non-isothermal two-phase two-component model.
Adds I/O fields specific to non-isothermal models.
The implicit non-isothermal model.
Defines a type tag and some properties for models using the box scheme.
Defines the primary variable and equation indices used by the isothermal tracer model.
Adds I/O fields specific to the tracer model.
Python wrapper for volume variables (finite volume schemes)
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition: porousmediumflow/nonisothermal/model.hh:58
The type tags for the isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:103
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3p/model.hh:103
The type tags for the non-isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:105
std::tuple< ThreeP > InheritsFrom
Definition: porousmediumflow/3p/model.hh:105
Specifies a number properties of three-phase models.
Definition: porousmediumflow/3p/model.hh:62
static constexpr int numFluidPhases()
Definition: porousmediumflow/3p/model.hh:66
static constexpr bool enableAdvection()
Definition: porousmediumflow/3p/model.hh:69
static constexpr int numFluidComponents()
Definition: porousmediumflow/3p/model.hh:67
static constexpr int numEq()
Definition: porousmediumflow/3p/model.hh:65
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3p/model.hh:71
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3p/model.hh:70
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:86
PT PermeabilityType
Definition: porousmediumflow/3p/model.hh:92
FST FluidState
Definition: porousmediumflow/3p/model.hh:89
SST SolidState
Definition: porousmediumflow/3p/model.hh:91
MT ModelTraits
Definition: porousmediumflow/3p/model.hh:93
SSY SolidSystem
Definition: porousmediumflow/3p/model.hh:90
PV PrimaryVariables
Definition: porousmediumflow/3p/model.hh:87
FSY FluidSystem
Definition: porousmediumflow/3p/model.hh:88
Relation for the saturation-dependent effective thermal conductivity.