47#ifndef DUMUX_3P_MODEL_HH
48#define DUMUX_3P_MODEL_HH
75 static constexpr int numEq() {
return 3; }
94template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
106namespace Properties {
123template<
class TypeTag>
124struct ModelTraits<TypeTag, TTag::ThreeP>
128 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
129 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
135template<
class TypeTag>
139template<
class TypeTag>
140struct VolumeVariables<TypeTag, TTag::ThreeP>
163template<
class TypeTag>
164struct FluidState<TypeTag, TTag::ThreeP>
174template<
class TypeTag>
182template<
class TypeTag>
183struct ThermalConductivityModel<TypeTag, TTag::ThreePNI>
192template<
class TypeTag>
196template<
class TypeTag>
197struct ModelTraits<TypeTag, TTag::ThreePNI>
201 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
202 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
208template<
class TypeTag>
209struct VolumeVariables<TypeTag, TTag::ThreePNI>
222 template<
class BaseTraits,
class ETCM>
223 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:296
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:71
The type tags for the isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:113
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3p/model.hh:113
The type tags for the non-isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:115
std::tuple< ThreeP > InheritsFrom
Definition: porousmediumflow/3p/model.hh:115
Specifies a number properties of three-phase models.
Definition: porousmediumflow/3p/model.hh:72
static constexpr int numFluidPhases()
Definition: porousmediumflow/3p/model.hh:76
static constexpr bool enableAdvection()
Definition: porousmediumflow/3p/model.hh:79
static constexpr int numFluidComponents()
Definition: porousmediumflow/3p/model.hh:77
static constexpr int numEq()
Definition: porousmediumflow/3p/model.hh:75
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3p/model.hh:81
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3p/model.hh:80
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:96
PT PermeabilityType
Definition: porousmediumflow/3p/model.hh:102
FST FluidState
Definition: porousmediumflow/3p/model.hh:99
SST SolidState
Definition: porousmediumflow/3p/model.hh:101
MT ModelTraits
Definition: porousmediumflow/3p/model.hh:103
SSY SolidSystem
Definition: porousmediumflow/3p/model.hh:100
PV PrimaryVariables
Definition: porousmediumflow/3p/model.hh:97
FSY FluidSystem
Definition: porousmediumflow/3p/model.hh:98
Relation for the saturation-dependent effective thermal conductivity.