27#ifndef OPM_NULL_SOLID_ENERGY_LAW_HPP
28#define OPM_NULL_SOLID_ENERGY_LAW_HPP
37template <
class ScalarT>
42 using Scalar = ScalarT;
50 template <
class Flu
idState,
class Evaluation =
typename Flu
idState::Scalar>
Implements a solid energy storage law which just returns 0.
Definition NullSolidEnergyLaw.hpp:39
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
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30