19 params.
addClassDescription(
"Radiation heat flux from a GrayLambertSurfaceRadiationBase object.");
21 "GrayLambertSurfaceRadiationBase UO name");
30 mooseError(
"The variable may not be nodal because the heat fluxes are looked up by the current "
31 "boundary ID, which is ambiguous for a given node.");
registerMooseObject("HeatTransferApp", GrayLambertRadiationHeatFluxAux)
const BoundaryID & _current_boundary_id
static InputParameters validParams()
Radiation heat flux from a GrayLambertSurfaceRadiationBase object.
const GrayLambertSurfaceRadiationBase & _glsr_uo
Surface radiation user object containing heat flux information.
virtual Real computeValue() override
GrayLambertRadiationHeatFluxAux(const InputParameters ¶meters)
static InputParameters validParams()
GrayLambertSurfaceRadiationBase computes the heat flux on a set of surfaces in radiative heat transfe...
Real getSurfaceHeatFluxDensity(BoundaryID id) const
void mooseError(Args &&... args) const