91#ifndef DUMUX_2PNCMIN_MODEL_HH
92#define DUMUX_2PNCMIN_MODEL_HH
124template<
class TypeTag>
128template<
class TypeTag>
148 template<
class BaseTraits,
class DT,
class EDM>
149 struct NCTraits :
public BaseTraits
151 using DiffusionType = DT;
161template<
class TypeTag>
165template<
class TypeTag>
176template<
class TypeTag>
191template<
class TypeTag>
204template<
class TypeTag>
225 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
226 struct NCNITraits :
public BaseTraits
228 using DiffusionType = DT;
230 using EffectiveThermalConductivityModel = ETCM;
238template<
class TypeTag>
246template<
class TypeTag>
Relation for the saturation-dependent effective thermal conductivity.
Represents all relevant thermodynamic quantities of a compositional solid system.
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:153
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
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
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 solid state to use.
Definition common/properties.hh:173
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
Relation for the saturation-dependent effective thermal conductivity.
Definition thermalconductivitysomerton.hh:60
Represents all relevant thermodynamic quantities of a compositional solid system.
Definition compositionalsolidstate.hh:37
Traits class for the two-phase model.
Definition porousmediumflow/2p/model.hh:118
Class that computes the non-wetting saturation in an scv from the saturation at the global degree of ...
Definition saturationreconstruction.hh:43
Contains the quantities which are are constant within a finite volume in the two-phase,...
Definition porousmediumflow/2pnc/volumevariables.hh:58
Definition porousmediumflow/2pncmin/model.hh:115
std::tuple< TwoPNC > InheritsFrom
Definition porousmediumflow/2pncmin/model.hh:115
Definition porousmediumflow/2pncmin/model.hh:116
std::tuple< TwoPNCMin > InheritsFrom
Definition porousmediumflow/2pncmin/model.hh:116
MineralizationLocalResidual< TypeTag > type
Definition porousmediumflow/2pncmin/model.hh:125
MineralizationVolumeVariables< NCTraits< BaseTraits, DT, EDM >, NonMinVolVars > type
Definition porousmediumflow/2pncmin/model.hh:157
MineralizationIOFields< TwoPNCIOFields > type
Definition porousmediumflow/2pncmin/model.hh:162
MineralizationModelTraits< NonMineralizationTraits, SolidSystem::numComponents, SolidSystem::numInertComponents > type
Definition porousmediumflow/2pncmin/model.hh:172
CompositionalSolidState< Scalar, SolidSystem > type
Definition porousmediumflow/2pncmin/model.hh:183
PorousMediumFlowNIModelTraits< IsothermalTraits > type
Definition porousmediumflow/2pncmin/model.hh:200
MineralizationVolumeVariables< NCNITraits< BaseTraits, DT, EDM, ETCM >, NonMinVolVars > type
Definition porousmediumflow/2pncmin/model.hh:234
EnergyIOFields< MineralizationIOF > type
Definition porousmediumflow/2pncmin/model.hh:242
MineralizationIOFields< TwoPNCIOFields > MineralizationIOF
Definition porousmediumflow/2pncmin/model.hh:241
ThermalConductivitySomerton< GetPropType< TypeTag, Properties::Scalar > > type
Definition porousmediumflow/2pncmin/model.hh:248
Adds I/O fields specific to a NCMin model.
Definition porousmediumflow/mineralization/iofields.hh:39
Element-wise calculation of the local residual for problems using a one/two-phase n-component mineral...
Definition porousmediumflow/mineralization/localresidual.hh:40
Specifies a number properties of models that consider mineralization proceses.
Definition porousmediumflow/mineralization/model.hh:50
Contains the quantities which are are constant within a sub-control volume of the finite volume grid ...
Definition porousmediumflow/mineralization/volumevariables.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
Adaption of the fully implicit scheme to the two-phase n-component fully implicit model.
Defines the properties required for compositional porous medium flow models considering mineralizatio...
Defines the indices used by the non-isothermal two-phase two-component model.
Adds I/O fields specific to the models considering mineralization processes.
Adds I/O fields specific to non-isothermal models.
Element-wise calculation of the local residual for problems using a compositional model that also con...
Contains the quantities which are constant within a finite volume in the two-phase,...
Contains the quantities which are constant within a sub-control volume of the finite volume grid in t...