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)
virtual Real computeQpIntegral() override
static InputParameters validParams()
virtual Real value(Real t, const Point &p) const
Integrates a heat flux function over a boundary.
virtual Real computeQpIntegral() override
static InputParameters validParams()
HeatRateHeatFlux(const InputParameters ¶meters)
const Function & _scale_fn
Function by which to scale the heat flux.
const MooseArray< Point > & _q_point