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")),
virtual Real computeQpIntegral() override
static const std::string SPECIFIC_HEAT_CONSTANT_PRESSURE
static InputParameters validParams()
HeatStructureEnergyBase(const InputParameters ¶meters)
const Real _n_units
Number of units that heat structure is multiplied by.
static InputParameters validParams()
const Real & _T_ref
Reference temperature.
const VariableValue & _T
Temperature variable value.
void addMooseVariableDependency(MooseVariableFieldBase *var)
MooseVariable * _T_var
Temperature variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Provides functions to setup the heat conduction model.
const MaterialProperty< Real > & _cp
Isobaric specific heat capacity.
const MaterialProperty< Real > & _rho
Density of the heat structure.
static const std::string DENSITY