71#ifndef DUMUX_3P2CNI_MODEL_HH
72#define DUMUX_3P2CNI_MODEL_HH
74#include <dune/common/fvector.hh>
100template<
bool onlyGasPhase>
105 static constexpr int numEq() {
return 2; }
116namespace Properties {
128template<
class TypeTag>
133 static_assert(FluidSystem::numComponents == 2,
"Only fluid systems with 2 components are supported by the 3p2cni model!");
134 static_assert(FluidSystem::numPhases == 3,
"Only fluid systems with 3 phases are supported by the 3p2cni model!");
145template<
class TypeTag>
155template<
class TypeTag>
159template<
class TypeTag>
163template<
class TypeTag>
167 using PrimaryVariablesVector = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>,
174template<
class TypeTag>
178template<
class TypeTag>
194 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
195 struct NCNITraits :
public BaseTraits
197 using DiffusionType = DT;
199 using EffectiveThermalConductivityModel = ETCM;
207template<
class TypeTag>
212template<
class TypeTag>
216template<
class TypeTag>
220template<
class TypeTag>
Relation for the saturation-dependent effective thermal conductivity.
Relation for the saturation-dependent effective diffusion coefficient.
The base class for spatial parameters of multi-phase problems using a fully implicit discretization m...
A primary variable vector with a state to allow variable switches.
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
Type tag for numeric models.
Definition grid.hh:36
A vector of primary variables.
Definition common/properties.hh:60
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
Property whether to use moles or kg as amount unit for balance equations.
Definition common/properties.hh:100
The component balance index that should be replaced by the total mass/mole balance.
Definition common/properties.hh:102
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
The employed model for the computation of the effective diffusivity.
Definition common/properties.hh:175
Model to be used for the calculation of the effective conductivity.
Definition common/properties.hh:177
reduces the phasestates to threePhases and wnPhaseOnly
Definition common/properties.hh:208
Relation for the saturation-dependent effective thermal conductivity.
Definition thermalconductivitysomerton.hh:60
Relation for the saturation-dependent effective diffusion coefficient.
Definition diffusivitymillingtonquirk.hh:51
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:106
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:40
Specifies a number properties of the three-phase two-component model.
Definition porousmediumflow/3pwateroil/model.hh:102
static constexpr int numFluidComponents()
Definition porousmediumflow/3pwateroil/model.hh:107
ThreePWaterOilIndices Indices
Definition porousmediumflow/3pwateroil/model.hh:103
static constexpr int numFluidPhases()
Definition porousmediumflow/3pwateroil/model.hh:106
static constexpr bool enableMolecularDiffusion()
Definition porousmediumflow/3pwateroil/model.hh:110
static constexpr bool onlyGasPhaseCanDisappear()
Definition porousmediumflow/3pwateroil/model.hh:113
static constexpr int numEq()
Definition porousmediumflow/3pwateroil/model.hh:105
static constexpr bool enableEnergyBalance()
Definition porousmediumflow/3pwateroil/model.hh:111
static constexpr bool enableAdvection()
Definition porousmediumflow/3pwateroil/model.hh:109
Definition porousmediumflow/3pwateroil/model.hh:120
std::tuple< PorousMediumFlow > InheritsFrom
Definition porousmediumflow/3pwateroil/model.hh:120
PorousMediumFlowNIModelTraits< ThreePWaterOilModelTraits< getPropValue< TypeTag, Properties::OnlyGasPhaseCanDisappear >()> > type
Definition porousmediumflow/3pwateroil/model.hh:136
CompositionalFluidState< Scalar, FluidSystem > type
Definition porousmediumflow/3pwateroil/model.hh:151
ThreePWaterOilLocalResidual< TypeTag > type
Definition porousmediumflow/3pwateroil/model.hh:156
static constexpr int value
Definition porousmediumflow/3pwateroil/model.hh:160
SwitchablePrimaryVariables< PrimaryVariablesVector, int > type
Definition porousmediumflow/3pwateroil/model.hh:170
static constexpr bool value
Definition porousmediumflow/3pwateroil/model.hh:175
ThreePWaterOilVolumeVariables< NCNITraits< BaseTraits, DT, EDM, ETCM > > type
Definition porousmediumflow/3pwateroil/model.hh:203
DiffusivityMillingtonQuirk< GetPropType< TypeTag, Properties::Scalar > > type
Definition porousmediumflow/3pwateroil/model.hh:209
static constexpr bool value
Definition porousmediumflow/3pwateroil/model.hh:213
ThermalConductivitySomerton< GetPropType< TypeTag, Properties::Scalar > > type
Definition porousmediumflow/3pwateroil/model.hh:217
EnergyIOFields< ThreePWaterOilIOFields > type
Definition porousmediumflow/3pwateroil/model.hh:221
Contains the quantities which are are constant within a finite volume in the three-phase,...
Definition porousmediumflow/3pwateroil/volumevariables.hh:56
A primary variable vector with a state to allow variable switches.
Definition switchableprimaryvariables.hh:38
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.
Adaption of the fully implicit scheme to the three-phase three-component flow model.
The implicit non-isothermal model.
Defines the indices required for the 3p2cni model.
Defines the indices used by the non-isothermal two-phase two-component model.
Adds I/O fields specific to the three-phase three-component model.
Adds I/O fields specific to non-isothermal models.
Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fu...
Contains the quantities which are constant within a finite volume in the three-phase,...