21 "q_uo",
"The name of the user object that computes the heat flux");
23 params.
addRequiredParam<
unsigned int>(
"n_unit",
"Number of units of heat structure");
25 "Is the heat structure coordinate system cylindrical?");
33 _P_hs_unit(getParam<
Real>(
"P_hs_unit")),
34 _n_unit(getParam<unsigned
int>(
"n_unit")),
35 _hs_coord_system_is_cylindrical(getParam<bool>(
"hs_coord_system_is_cylindrical")),
36 _hs_coord(_hs_coord_system_is_cylindrical ? _P_hs_unit : 1.0),
37 _hs_scale(-_hs_coord / (_n_unit * _P_hs_unit))
static InputParameters validParams()
static InputParameters validParams()
Base class for caching heat flux between a flow channel and a heat structure.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADHeatFluxBaseBC(const InputParameters ¶meters)
void ErrorVector unsigned int