21 params.
addRequiredParam<Real>(
"plate_depth",
"Depth of the heat structure if plate-type");
registerMooseObject("ThermalHydraulicsApp", ADHeatStructureEnergy)
Base class for computing the total energy for heat structures.
static InputParameters validParams()
MooseVariable * _T_var
Temperature variable.
virtual Real computeQpIntegral() override
Computes the total energy for a plate heat structure.
static InputParameters validParams()
virtual Real computeQpIntegral() override
const Real _plate_depth
Depth of the heat structure.
ADHeatStructureEnergy(const InputParameters ¶meters)
void addMooseVariableDependency(MooseVariableFieldBase *var)