Contains the quantities which are constant within a finite volume in the solid-energy model.
More...
template<class Traits>
class Dumux::PoreNetwork::SolidEnergyVolumeVariables< Traits >
- Template Parameters
-
| Traits | Class encapsulating types to be used by the vol vars |
|
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
| | Updates all quantities for a given control volume.
|
| |
| Scalar | poreInscribedRadius () const |
| |
| Scalar | poreVolume () const |
| |
| 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.
|
| |