Class for computation of all volume averaged quantities.
#include <dumux/porousmediumflow/solidenergy/volumevariables.hh>
| Public Types | |
| using | SolidState = typename Traits::SolidState | 
| export the type used for the solid state | |
| using | SolidSystem = typename Traits::SolidSystem | 
| export the type used for the solid system | |
| using | PrimaryVariables = typename Traits::PrimaryVariables | 
| Export the type used for the primary variables. | |
| using | Indices = typename Traits::ModelTraits::Indices | 
| Export the type encapsulating primary variable indices. | |
| Public Member Functions | |
| template<class ElemSol, class Problem, class Element, class Scv> | |
| void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) | 
| Update all quantities for a given control volume. | |
| template<class ElemSol, class Problem, class Element, class Scv> | |
| void | updateTemperature (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, SolidState &solidState) | 
| Fill temperature in the solid state. | |
| template<class ElemSol, class Problem, class Element, class Scv> | |
| void | updateSolidEnergyParams (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, SolidState &solidState) | 
| Fill solid matrix parameters in the solid state. | |
| Scalar | temperatureSolid () const | 
| Returns the temperature in the sub-control volume. | |
| Scalar | temperature () const | 
| Returns the temperature in the sub-control volume. | |
| Scalar | solidHeatCapacity () const | 
| Returns the total heat capacity \(\mathrm{[J/(kg K)]}\) of the rock matrix in the sub-control volume. | |
| Scalar | solidDensity () const | 
| Returns the mass density \(\mathrm{[kg/m^3]}\) of the rock matrix in the sub-control volume. | |
| Scalar | solidThermalConductivity () const | 
| Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of the solid phase in the sub-control volume. | |
| Scalar | effectiveThermalConductivity () const | 
| Returns the effective thermal conductivity \(\mathrm{[W/(m*K)]}\) of the solid phase in the sub-control volume. In this case (non-porous) identical to the solidThermalCondutivity. | |
| Scalar | porosity () const | 
| Return the average porosity \(\mathrm{[-]}\) within the control volume. | |
| const PrimaryVariables & | priVars () const | 
| Returns the vector of primary variables. | |
| Scalar | priVar (const int pvIdx) const | 
| Returns a component of primary variable vector. | |
| Scalar | extrusionFactor () const | 
| Returns how much the sub-control volume is extruded. | |
| Static Public Member Functions | |
| static constexpr int | numFluidPhases () | 
| Return number of phases considered by the model. | |
| static constexpr int | numFluidComponents () | 
| Return number of components considered by the model. | |
| 
 | inherited | 
| 
 | inherited | 
| using Dumux::SolidEnergyVolumeVariables< Traits >::SolidState = typename Traits::SolidState | 
| using Dumux::SolidEnergyVolumeVariables< Traits >::SolidSystem = typename Traits::SolidSystem | 
| 
 | inline | 
| 
 | inlineinherited | 
This means the factor by which a lower-dimensional (1D or 2D) entity needs to be expanded to get a full dimensional cell. The default is 1.0 which means that 1D problems are actually thought as pipes with a cross section of 1 m^2 and 2D problems are assumed to extend 1 m to the back.
| 
 | inlinestaticconstexprinherited | 
| 
 | inlinestaticconstexprinherited | 
| 
 | inline | 
| 
 | inlineinherited | 
| pvIdx | The index of the primary variable of interest | 
| 
 | inlineinherited | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| elemSol | A vector containing all primary variables connected to the element | 
| problem | The object specifying the problem which ought to be simulated | 
| element | An element which contains part of the control volume | 
| scv | The sub-control volume | 
| 
 | inline | 
| 
 | inline |