13 #include "metaphysicl/raw_type.h" 26 params.
addClassDescription(
"Computes solid thermal properties as a function of temperature but " 27 "with a constant density.");
37 _T_ref(this->template getParam<
Real>(
"T_ref")),
46 _cp[_qp] = _sp.cp_from_T(_temperature[_qp]);
47 _k[_qp] = _sp.k_from_T(_temperature[_qp]);
48 _rho[_qp] = _rho_constant;
Moose::GenericType< Real, is_ad > GenericReal
virtual void computeQpProperties() override
static InputParameters validParams()
Computes solid thermal properties as a function of temperature but with a constant density...
Computes solid thermal properties as a function of temperature.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("SolidPropertiesApp", ConstantDensityThermalSolidPropertiesMaterial)