25#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
26#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
63template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT>
84template<
class TypeTag>
101template<
class TypeTag>
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
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:174
Traits class for the two-phase two-component CO2 model.
Definition: porousmediumflow/co2/model.hh:65
FST FluidState
Definition: porousmediumflow/co2/model.hh:68
PT PermeabilityType
Definition: porousmediumflow/co2/model.hh:71
FSY FluidSystem
Definition: porousmediumflow/co2/model.hh:67
SST SolidState
Definition: porousmediumflow/co2/model.hh:70
SSY SolidSystem
Definition: porousmediumflow/co2/model.hh:69
MT ModelTraits
Definition: porousmediumflow/co2/model.hh:72
PV PrimaryVariables
Definition: porousmediumflow/co2/model.hh:66
Definition: porousmediumflow/co2/model.hh:79
std::tuple< TwoPTwoC > InheritsFrom
Definition: porousmediumflow/co2/model.hh:79
Definition: porousmediumflow/co2/model.hh:80
std::tuple< TwoPTwoCNI > InheritsFrom
Definition: porousmediumflow/co2/model.hh:80
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.