13#include "metaphysicl/raw_type.h"
24 params.
addRequiredParam<Real>(
"T_ref",
"Reference temperature for constant density [K]");
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;
registerMooseObject("SolidPropertiesApp", ConstantDensityThermalSolidPropertiesMaterial)
Moose::GenericType< Real, is_ad > GenericReal
Computes solid thermal properties as a function of temperature but with a constant density.
static InputParameters validParams()
virtual void computeQpProperties() override
Computes solid thermal properties as a function of temperature.
static InputParameters validParams()