13#ifndef DUMUX_PNM_SOLID_ENERGY_VOLUME_VARIABLES_HH
14#define DUMUX_PNM_SOLID_ENERGY_VOLUME_VARIABLES_HH
32 using Scalar =
typename Traits::PrimaryVariables::value_type;
44 template<
class ElemSol,
class Problem,
class Element,
class Scv>
46 const Problem& problem,
47 const Element& element,
53 poreVolume_ = problem.gridGeometry().poreVolume(scv.dofIndex());
Contains the quantities which are constant within a finite volume in the solid-energy model.
Definition: porenetwork/solidenergy/volumevariables.hh:29
Scalar poreInscribedRadius() const
Definition: porenetwork/solidenergy/volumevariables.hh:56
Scalar poreVolume() const
Definition: porenetwork/solidenergy/volumevariables.hh:60
Scalar poreVolume_
Definition: porenetwork/solidenergy/volumevariables.hh:66
void update(const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv)
Updates all quantities for a given control volume.
Definition: porenetwork/solidenergy/volumevariables.hh:45
Scalar poreInscribedRadius_
Definition: porenetwork/solidenergy/volumevariables.hh:65
Class for computation of all volume averaged quantities.
Definition: porousmediumflow/solidenergy/volumevariables.hh:29
void update(const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv)
Update all quantities for a given control volume.
Definition: porousmediumflow/solidenergy/volumevariables.hh:50
Definition: discretization/porenetwork/fvelementgeometry.hh:24
Class for computation of all volume averaged quantities.