20 params.
addParam<FunctionName>(
"scale", 1.0,
"Function by which to scale the heat flux");
22 params.
renameParam(
"function",
"q",
"Heat flux function");
32 _scale_fn(getFunction(
"scale"))
registerMooseObject("ThermalHydraulicsApp", HeatRateHeatFlux)
const Function & _scale_fn
Function by which to scale the heat flux.
virtual Real computeQpIntegral() override
static InputParameters validParams()
const MooseArray< Point > & _q_point
Integrates a heat flux function over a boundary.
virtual Real computeQpIntegral() override
static InputParameters validParams()
HeatRateHeatFlux(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real value(Real t, const Point &p) const