25#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
26#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
42template<
class TypeTag>
43struct VolumeVariables<TypeTag, TTag::TwoPTwoCCO2>
54 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
61 template<
class BaseTraits,
class DT,
class EDM>
64 using DiffusionType = DT;
65 using EffectiveDiffusivityModel = EDM;
72template<
class TypeTag>
73struct VolumeVariables<TypeTag, TTag::TwoPTwoCCO2NI>
84 static constexpr bool enableIS = getPropValue<TypeTag, Properties::EnableBoxInterfaceSolver>();
92 template<
class BaseTraits,
class DT,
class EDM,
class ETCM>
95 using DiffusionType = DT;
96 using EffectiveDiffusivityModel = EDM;
97 using EffectiveThermalConductivityModel = ETCM;
Class that computes the nonwetting saturation in an scv from the saturation at the global degree of f...
Definition: saturationreconstruction.hh:31
Contains the quantities which are are constant within a finite volume in the CO2 model.
Definition: porousmediumflow/co2/volumevariables.hh:39
Defines all properties used in Dumux.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
Properties for a two-phase, two-component model for flow in porous media.
Python wrapper for volume variables (finite volume schemes)
Definition: porousmediumflow/co2/model.hh:37
std::tuple< TwoPTwoC > InheritsFrom
Definition: porousmediumflow/co2/model.hh:37
Definition: porousmediumflow/co2/model.hh:38
std::tuple< TwoPTwoCNI > InheritsFrom
Definition: porousmediumflow/co2/model.hh:38
Traits class for the two-phase model.
Definition: porousmediumflow/2p/model.hh:107