ConstantDensityThermalSolidPropertiesMaterialTempl< true > ADConstantDensityThermalSolidPropertiesMaterial
ConstantDensityThermalSolidPropertiesMaterialTempl< false > ConstantDensityThermalSolidPropertiesMaterial
Computes solid thermal properties as a function of temperature but with a constant density.
static InputParameters validParams()
const Real & _T_ref
Reference temperature for constant density.
virtual void computeQpProperties() override
const Real _rho_constant
Constant density.
const InputParameters & parameters() const
Computes solid thermal properties as a function of temperature.
GenericMaterialProperty< Real, is_ad > & _rho
Density.
const ThermalSolidProperties & _sp
Solid properties.
GenericMaterialProperty< Real, is_ad > & _k
Thermal conductivity.
const GenericVariableValue< is_ad > & _temperature
Temperature.
GenericMaterialProperty< Real, is_ad > & _cp
Isobaric specific heat capacity.