27 #ifndef OPM_NULL_SOLID_ENERGY_LAW_HPP 28 #define OPM_NULL_SOLID_ENERGY_LAW_HPP 37 template <
class ScalarT>
42 using Scalar = ScalarT;
50 template <
class Flu
idState,
class Evaluation =
typename Flu
idState::ValueType>
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Implements a solid energy storage law which just returns 0.
Definition: NullSolidEnergyLaw.hpp:38
static Evaluation solidInternalEnergy(const Params &, const FluidState &)
Given a fluid state, compute the volumetric internal energy of the solid matrix [W/m^3].
Definition: NullSolidEnergyLaw.hpp:51