Base class for the model specific class which provides access to all volume averaged quantities.
#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.
| 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 | 
| 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. | |