49#ifndef DUMUX_3P_MODEL_HH
50#define DUMUX_3P_MODEL_HH
77 static constexpr int numEq() {
return 3; }
96template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
108namespace Properties {
125template<
class TypeTag>
130 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
131 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
137template<
class TypeTag>
141template<
class TypeTag>
165template<
class TypeTag>
176template<
class TypeTag>
184template<
class TypeTag>
194template<
class TypeTag>
198template<
class TypeTag>
203 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
204 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
210template<
class TypeTag>
224 template<
class BaseTraits,
class ETCM>
225 struct NITraits :
public BaseTraits {
using EffectiveThermalConductivityModel = ETCM; };
Relation for the saturation-dependent effective thermal conductivity.
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Traits class encapsulating model specifications.
Definition: common/properties.hh:51
A class helping models to define input and output fields.
Definition: common/properties.hh:61
Definition: common/properties.hh:72
The secondary variables within a sub-control volume.
Definition: common/properties.hh:105
The type of the fluid state to use.
Definition: common/properties.hh:162
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:170
Relation for the saturation-dependent effective thermal conductivity.
Definition: somerton.hh:60
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
Definition: immiscible.hh:42
The common indices for the isothermal three-phase model.
Definition: porousmediumflow/3p/indices.hh:35
Adds I/O fields specific to the three-phase model.
Definition: porousmediumflow/3p/iofields.hh:37
Specifies a number properties of three-phase models.
Definition: porousmediumflow/3p/model.hh:74
static constexpr int numFluidPhases()
Definition: porousmediumflow/3p/model.hh:78
static constexpr bool enableAdvection()
Definition: porousmediumflow/3p/model.hh:81
static constexpr int numFluidComponents()
Definition: porousmediumflow/3p/model.hh:79
static constexpr int numEq()
Definition: porousmediumflow/3p/model.hh:77
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3p/model.hh:83
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3p/model.hh:82
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:98
PT PermeabilityType
Definition: porousmediumflow/3p/model.hh:104
FST FluidState
Definition: porousmediumflow/3p/model.hh:101
SST SolidState
Definition: porousmediumflow/3p/model.hh:103
MT ModelTraits
Definition: porousmediumflow/3p/model.hh:105
SSY SolidSystem
Definition: porousmediumflow/3p/model.hh:102
PV PrimaryVariables
Definition: porousmediumflow/3p/model.hh:99
FSY FluidSystem
Definition: porousmediumflow/3p/model.hh:100
The type tags for the isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:115
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3p/model.hh:115
The type tags for the non-isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:117
std::tuple< ThreeP > InheritsFrom
Definition: porousmediumflow/3p/model.hh:117
Contains the quantities which are constant within a finite volume in the three-phase model.
Definition: porousmediumflow/3p/volumevariables.hh:44
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Definition: porousmediumflow/immiscible/localresidual.hh:40
Adds I/O fields specific to non-isothermal models.
Definition: porousmediumflow/nonisothermal/iofields.hh:39
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition: porousmediumflow/nonisothermal/model.hh:70
Declares all properties used in Dumux.
Defines a type tag and some properties for models using the box scheme.
The implicit non-isothermal model.
Adds I/O fields specific to non-isothermal models.
Adds I/O fields specific to the tracer model.
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Python wrapper for volume variables (finite volume schemes)
Defines the indices used by the non-isothermal two-phase two-component model.
Defines the primary variable and equation indices used by the isothermal tracer model.