20 params.
addParam<
Real>(
"n_units", 1.,
"Number of units of heat structure represents");
21 params.
addParam<
Real>(
"T_ref", 0,
"Reference temperature");
28 _n_units(getParam<
Real>(
"n_units")),
29 _T_ref(getParam<
Real>(
"T_ref")),
static const std::string SPECIFIC_HEAT_CONSTANT_PRESSURE
MooseVariable * _T_var
Temperature variable.
const ADMaterialProperty< Real > & _rho
Density of the heat structure.
const Real & _T_ref
Reference temperature.
ADHeatStructureEnergyBase(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()
const Real _n_units
Number of units that heat structure is multiplied by.
void addMooseVariableDependency(MooseVariableFieldBase *var)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpIntegral() override
const ADMaterialProperty< Real > & _cp
Isobaric specific heat capacity.
Provides functions to setup the heat conduction model.
const VariableValue & _T
Temperature variable value.
static const std::string DENSITY