25#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
26#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
60template<
class TypeTag>
72 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
79 template<
class BaseTraits,
class DT,
class EDM>
82 using DiffusionType = DT;
90template<
class TypeTag>
102 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
110 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
113 using DiffusionType = DT;
115 using EffectiveThermalConductivityModel = ETCM;
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
The secondary variables within a sub-control volume.
Definition: common/properties.hh:105
The employed model for the computation of the effective diffusivity.
Definition: common/properties.hh:168
Traits class for the two-phase model.
Definition: porousmediumflow/2p/model.hh:109
Class that computes the nonwetting saturation in an scv from the saturation at the global degree of f...
Definition: saturationreconstruction.hh:43
Definition: porousmediumflow/co2/model.hh:55
std::tuple< TwoPTwoC > InheritsFrom
Definition: porousmediumflow/co2/model.hh:55
Definition: porousmediumflow/co2/model.hh:56
std::tuple< TwoPTwoCNI > InheritsFrom
Definition: porousmediumflow/co2/model.hh:56
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.
Properties for a two-phase, two-component model for flow in porous media.
Python wrapper for volume variables (finite volume schemes)