25#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
26#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
61template<
class TypeTag>
80 template<
class BaseTraits,
class DT,
class EDM>
81 struct NCTraits :
public BaseTraits
83 using DiffusionType = DT;
91template<
class TypeTag>
111 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
112 struct NCNITraits :
public BaseTraits
114 using DiffusionType = DT;
116 using EffectiveThermalConductivityModel = ETCM;
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
The secondary variables within a sub-control volume.
Definition common/properties.hh:118
The employed model for the computation of the effective diffusivity.
Definition common/properties.hh:175
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
Definition porousmediumflow/co2/model.hh:56
std::tuple< TwoPTwoC > InheritsFrom
Definition porousmediumflow/co2/model.hh:56
Definition porousmediumflow/co2/model.hh:57
std::tuple< TwoPTwoCNI > InheritsFrom
Definition porousmediumflow/co2/model.hh:57
TwoPTwoCCO2VolumeVariables< NCTraits< BaseTraits, DT, EDM > > type
Definition porousmediumflow/co2/model.hh:88
TwoPTwoCCO2VolumeVariables< NCNITraits< BaseTraits, DT, EDM, ETCM > > type
Definition porousmediumflow/co2/model.hh:120
Contains the quantities which are are constant within a finite volume in the CO2 model.
Definition porousmediumflow/co2/volumevariables.hh:51
Declares all properties used in Dumux.
Adaption of the fully implicit scheme to the two-phase two-component fully implicit model.
Contains the quantities which are constant within a finite volume in the CO2 model.