21 params.
addParam<FunctionName>(
"view_factor",
"1",
"View factor function");
23 "scale_pp", 1.0,
"Post-processor by which to scale boundary condition");
26 "Radiative heat transfer boundary condition for a plate heat structure");
33 _eps_boundary(getParam<
Real>(
"boundary_emissivity")),
34 _view_factor_fn(getFunction(
"view_factor")),
35 _scale_pp(getPostprocessorValue(
"scale_pp"))
const Real _eps_boundary
Emissivity of the boundary.
static InputParameters validParams()
static InputParameters validParams()
const PostprocessorValue & _scale_pp
Post-processor by which to scale boundary condition.
RadiativeHeatFluxBC(const InputParameters ¶meters)
const MooseArray< Point > & _q_point
const Function & _view_factor_fn
View factor function.
Radiative heat transfer boundary condition for a plate heat structure.
registerMooseObject("ThermalHydraulicsApp", RadiativeHeatFluxBC)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real coefficient() const override
qdot = sigma * coeff * (T^4 - Tinf^4 ) sigma: _sigma_stefan_boltzmann coeff: coefficient() coefficien...
virtual Real value(Real t, const Point &p) const
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...