56#ifndef DUMUX_3P_MODEL_HH
57#define DUMUX_3P_MODEL_HH
85 static constexpr int numEq() {
return 3; }
104template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
116namespace Properties {
133template<
class TypeTag>
138 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
139 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
145template<
class TypeTag>
149template<
class TypeTag>
173template<
class TypeTag>
184template<
class TypeTag>
192template<
class TypeTag>
202template<
class TypeTag>
206template<
class TypeTag>
211 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p model!");
212 static_assert(FluidSystem::numComponents == 3,
"Only fluid systems with 3 components are supported by the 3p model!");
218template<
class TypeTag>
232 template<
class BaseTraits,
class ETCM>
233 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...
The base class for spatial parameters of multi-phase problems using a fully implicit discretization m...
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Traits class encapsulating model specifications.
Definition: common/properties.hh:66
A class helping models to define input and output fields.
Definition: common/properties.hh:76
Definition: common/properties.hh:89
The secondary variables within a sub-control volume.
Definition: common/properties.hh:118
The type of the fluid state to use.
Definition: common/properties.hh:169
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:177
Relation for the saturation-dependent effective thermal conductivity.
Definition: thermalconductivitysomerton.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:82
static constexpr int numFluidPhases()
Definition: porousmediumflow/3p/model.hh:86
static constexpr bool enableAdvection()
Definition: porousmediumflow/3p/model.hh:89
static constexpr int numFluidComponents()
Definition: porousmediumflow/3p/model.hh:87
static constexpr int numEq()
Definition: porousmediumflow/3p/model.hh:85
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3p/model.hh:91
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3p/model.hh:90
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:106
PT PermeabilityType
Definition: porousmediumflow/3p/model.hh:112
FST FluidState
Definition: porousmediumflow/3p/model.hh:109
SST SolidState
Definition: porousmediumflow/3p/model.hh:111
MT ModelTraits
Definition: porousmediumflow/3p/model.hh:113
SSY SolidSystem
Definition: porousmediumflow/3p/model.hh:110
PV PrimaryVariables
Definition: porousmediumflow/3p/model.hh:107
FSY FluidSystem
Definition: porousmediumflow/3p/model.hh:108
The type tags for the isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:123
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3p/model.hh:123
The type tags for the non-isothermal three-phase model.
Definition: porousmediumflow/3p/model.hh:125
std::tuple< ThreeP > InheritsFrom
Definition: porousmediumflow/3p/model.hh:125
Contains the quantities which are constant within a finite volume in the three-phase model.
Definition: porousmediumflow/3p/volumevariables.hh:45
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Definition: porousmediumflow/immiscible/localresidual.hh:39
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...
Base class for the model specific class which provides access to all volume averaged quantities.
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.