Class for computation of all volume averaged quantities. More...
#include <dumux/porousmediumflow/solidenergy/volumevariables.hh>
Class for computation of all volume averaged quantities.
Public Types | |
using | SolidState = typename Traits::SolidState |
export the type used for the solid state More... | |
using | SolidSystem = typename Traits::SolidSystem |
export the type used for the solid system More... | |
using | PrimaryVariables = typename Traits::PrimaryVariables |
Export the type used for the primary variables. More... | |
using | Indices = typename Traits::ModelTraits::Indices |
Export the type encapsulating primary variable indices. More... | |
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. More... | |
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. More... | |
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. More... | |
Scalar | temperatureSolid () const |
Returns the temperature in the sub-control volume. More... | |
Scalar | temperature () const |
Returns the temperature in the sub-control volume. More... | |
Scalar | solidHeatCapacity () const |
Returns the total heat capacity \(\mathrm{[J/(kg K)]}\) of the rock matrix in the sub-control volume. More... | |
Scalar | solidDensity () const |
Returns the mass density \(\mathrm{[kg/m^3]}\) of the rock matrix in the sub-control volume. More... | |
Scalar | solidThermalConductivity () const |
Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of the solid phase in the sub-control volume. More... | |
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. More... | |
Scalar | porosity () const |
Return the average porosity \(\mathrm{[-]}\) within the control volume. More... | |
const PrimaryVariables & | priVars () const |
Returns the vector of primary variables. More... | |
Scalar | priVar (const int pvIdx) const |
Returns a component of primary variable vector. More... | |
Scalar | extrusionFactor () const |
Returns how much the sub-control volume is extruded. More... | |
Static Public Member Functions | |
static constexpr int | numFluidPhases () |
Return number of phases considered by the model. More... | |
static constexpr int | numFluidComponents () |
Return number of components considered by the model. More... | |
|
inherited |
Export the type encapsulating primary variable indices.
|
inherited |
Export the type used for the primary variables.
using Dumux::SolidEnergyVolumeVariables< Traits >::SolidState = typename Traits::SolidState |
export the type used for the solid state
using Dumux::SolidEnergyVolumeVariables< Traits >::SolidSystem = typename Traits::SolidSystem |
export the type used for the solid system
|
inline |
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.
|
inlineinherited |
Returns how much the sub-control volume is extruded.
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 |
Return number of components considered by the model.
|
inlinestaticconstexprinherited |
Return number of phases considered by the model.
|
inline |
Return the average porosity \(\mathrm{[-]}\) within the control volume.
|
inlineinherited |
Returns a component of primary variable vector.
pvIdx | The index of the primary variable of interest |
|
inlineinherited |
Returns the vector of primary variables.
|
inline |
Returns the mass density \(\mathrm{[kg/m^3]}\) of the rock matrix in the sub-control volume.
|
inline |
Returns the total heat capacity \(\mathrm{[J/(kg K)]}\) of the rock matrix in the sub-control volume.
|
inline |
Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of the solid phase in the sub-control volume.
|
inline |
Returns the temperature in the sub-control volume.
|
inline |
Returns the temperature in the sub-control volume.
|
inline |
Update all quantities for a given control volume.
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 |
Fill solid matrix parameters in the solid state.
|
inline |
Fill temperature in the solid state.