52#ifndef DUMUX_3P_MODEL_HH
53#define DUMUX_3P_MODEL_HH
80 static constexpr int numEq() {
return 3; }
99template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
111namespace Properties {
128template<
class TypeTag>
133 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
134 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
140template<
class TypeTag>
144template<
class TypeTag>
168template<
class TypeTag>
179template<
class TypeTag>
187template<
class TypeTag>
197template<
class TypeTag>
201template<
class TypeTag>
206 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
207 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
213template<
class TypeTag>
227 template<
class BaseTraits,
class ETCM>
228 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...
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:150
Traits class encapsulating model specifications.
Definition: common/properties.hh:53
A class helping models to define input and output fields.
Definition: common/properties.hh:63
Definition: common/properties.hh:74
The secondary variables within a sub-control volume.
Definition: common/properties.hh:107
The type of the fluid state to use.
Definition: common/properties.hh:164
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:172
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:77
static constexpr int numFluidPhases()
Definition: porousmediumflow/3p/model.hh:81
static constexpr bool enableAdvection()
Definition: porousmediumflow/3p/model.hh:84
static constexpr int numFluidComponents()
Definition: porousmediumflow/3p/model.hh:82
static constexpr int numEq()
Definition: porousmediumflow/3p/model.hh:80
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3p/model.hh:86
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3p/model.hh:85
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:101
PT PermeabilityType
Definition: porousmediumflow/3p/model.hh:107
FST FluidState
Definition: porousmediumflow/3p/model.hh:104
SST SolidState
Definition: porousmediumflow/3p/model.hh:106
MT ModelTraits
Definition: porousmediumflow/3p/model.hh:108
SSY SolidSystem
Definition: porousmediumflow/3p/model.hh:105
PV PrimaryVariables
Definition: porousmediumflow/3p/model.hh:102
FSY FluidSystem
Definition: porousmediumflow/3p/model.hh:103
The type tags for the isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:118
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3p/model.hh:118
The type tags for the non-isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:120
std::tuple< ThreeP > InheritsFrom
Definition: porousmediumflow/3p/model.hh:120
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...
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.