64#ifndef DUMUX_3P2CNI_MODEL_HH
65#define DUMUX_3P2CNI_MODEL_HH
67#include <dune/common/fvector.hh>
92template<
bool onlyGasPhase>
97 static constexpr int numEq() {
return 2; }
108namespace Properties {
120template<
class TypeTag>
125 static_assert(FluidSystem::numComponents == 2,
"Only fluid systems with 2 components are supported by the 3p2cni model!");
126 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p2cni model!");
137template<
class TypeTag>
147template<
class TypeTag>
151template<
class TypeTag>
155template<
class TypeTag>
159 using PrimaryVariablesVector = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>,
166template<
class TypeTag>
170template<
class TypeTag>
186 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
189 using DiffusionType = DT;
191 using EffectiveThermalConductivityModel = ETCM;
199template<
class TypeTag>
204template<
class TypeTag>
205struct UseMoles<TypeTag, TTag::ThreePWaterOilNI> {
static constexpr bool value =
true; };
208template<
class TypeTag>
212template<
class TypeTag>
Relation for the saturation-dependent effective thermal conductivity.
Relation for the saturation-dependent effective diffusion coefficient.
A primary variable vector with a state to allow variable switches.
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
A vector of primary variables.
Definition: common/properties.hh:49
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
Property whether to use moles or kg as amount unit for balance equations.
Definition: common/properties.hh:83
The component balance index that should be replaced by the total mass/mole balance.
Definition: common/properties.hh:85
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
The employed model for the computation of the effective diffusivity.
Definition: common/properties.hh:168
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:170
reduces the phasestates to threePhases and wnPhaseOnly
Definition: common/properties.hh:201
Relation for the saturation-dependent effective thermal conductivity.
Definition: somerton.hh:60
Relation for the saturation-dependent effective diffusion coefficient.
Definition: diffusivitymillingtonquirk.hh:52
Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assum...
Definition: compositional.hh:47
Traits class for the two-phase model.
Definition: porousmediumflow/3p/model.hh:98
The indices for the isothermal 3p2cni model.
Definition: porousmediumflow/3pwateroil/indices.hh:35
Element-wise calculation of the local residual for problems using the ThreePWaterOil fully implicit m...
Definition: porousmediumflow/3pwateroil/localresidual.hh:41
Specifies a number properties of the three-phase two-component model.
Definition: porousmediumflow/3pwateroil/model.hh:94
static constexpr int numFluidComponents()
Definition: porousmediumflow/3pwateroil/model.hh:99
static constexpr int numFluidPhases()
Definition: porousmediumflow/3pwateroil/model.hh:98
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/3pwateroil/model.hh:102
static constexpr bool onlyGasPhaseCanDisappear()
Definition: porousmediumflow/3pwateroil/model.hh:105
static constexpr int numEq()
Definition: porousmediumflow/3pwateroil/model.hh:97
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/3pwateroil/model.hh:103
static constexpr bool enableAdvection()
Definition: porousmediumflow/3pwateroil/model.hh:101
Definition: porousmediumflow/3pwateroil/model.hh:112
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/3pwateroil/model.hh:112
Contains the quantities which are are constant within a finite volume in the three-phase,...
Definition: porousmediumflow/3pwateroil/volumevariables.hh:69
A primary variable vector with a state to allow variable switches.
Definition: switchableprimaryvariables.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.
Adaption of the fully implicit scheme to the three-phase flow model.
The implicit non-isothermal model.
Adaption of the fully implicit scheme to the tracer transport model.
Adds I/O fields specific to non-isothermal models.
Adds I/O fields specific to the tracer model.
Element-wise calculation of the local residual for problems using fully implicit tracer model.
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.