Class for computation of all volume averaged quantities.
|
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...
|
|