25#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
26#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
61template<
class TypeTag>
73 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
80 template<
class BaseTraits,
class DT,
class EDM>
83 using DiffusionType = DT;
91template<
class TypeTag>
103 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
111 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
114 using DiffusionType = DT;
116 using EffectiveThermalConductivityModel = ETCM;
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
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
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.
Base class for the model specific class which provides access to all volume averaged quantities.