Base class for the model specific class which provides access to all volume averaged quantities. More...
#include <type_traits>#include <dune/common/std/type_traits.hh>#include <dumux/material/solidsystems/1csolid.hh>#include <dumux/porousmediumflow/volumevariables.hh>Go to the source code of this file.
Base class for the model specific class which provides access to all volume averaged quantities.
Classes | |
| class | Dumux::EnergyVolumeVariablesImplementation< IsothermalTraits, Impl, false > |
| The isothermal base class. More... | |
| class | Dumux::EnergyVolumeVariablesImplementation< Traits, Impl, true > |
| The non-isothermal implicit volume variables base class. More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
| template<class IsothermalTraits , class Impl > | |
| using | Dumux::EnergyVolumeVariables = EnergyVolumeVariablesImplementation< IsothermalTraits, Impl, IsothermalTraits::ModelTraits::enableEnergyBalance()> |
| Base class for the model specific class which provides access to all volume averaged quantities. More... | |