27 #ifndef OPM_CONSTANT_SOLID_HEAT_CAP_LAW_PARAMS_HPP
28 #define OPM_CONSTANT_SOLID_HEAT_CAP_LAW_PARAMS_HPP
38 template <
class ScalarT>
42 typedef ScalarT Scalar;
53 { solidHeatCapacity_ = value; }
59 { EnsureFinalized::check();
return solidHeatCapacity_; }
62 Scalar solidHeatCapacity_;
Default implementation for asserting finalization of parameter objects.
The default implementation of a parameter object for the solid energy storage law which assumes const...
Definition: ConstantSolidHeatCapLawParams.hpp:40
Scalar solidHeatCapacity() const
Return the specific heat capacity of the solid matrix [J/(m^3 K)].
Definition: ConstantSolidHeatCapLawParams.hpp:58
void setSolidHeatCapacity(Scalar value)
Set the specific heat capacity of the solid matrix [J/(m^3 K)].
Definition: ConstantSolidHeatCapLawParams.hpp:52
Default implementation for asserting finalization of parameter objects.
Definition: EnsureFinalized.hpp:47