Go to the documentation of this file.
11 #include "MathUtils.h"
21 params.addParam<Real>(
"cylinder_emissivity",
23 "Emissivity of the cylinder in radiative heat transfer with the boundary.");
24 params.addRequiredParam<Real>(
"boundary_radius",
25 "Radius of the boundary approximated as cylinder.");
26 params.addRequiredParam<Real>(
"cylinder_radius",
27 "Radius of the cylinder on the outside of the boundary.");
28 params.addClassDescription(
"Boundary condition for radiative heat exchange with a cylinder"
29 "where the boundary is approximated as a cylinder as well.");
35 _eps_cylinder(getParam<Real>(
"cylinder_emissivity")),
36 _boundary_radius(getParam<Real>(
"boundary_radius")),
37 _cylinder_radius(getParam<Real>(
"cylinder_radius"))
Real _coefficient
coefficients are constant and pre-computed
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...
const Real _cylinder_radius
radius of the cylinder around the boundary
Boundary condition for radiative heat exchange with a cylinder, the outer surface of the domain is as...
const Real _eps_cylinder
emissivity of the cylinder irht with the boundary
static InputParameters validParams()
virtual Real coefficient() const override
qdot = sigma * coeff * (T^4 - Tinf^4 ) sigma: _sigma_stefan_boltzmann coeff: coefficient() coefficien...
const Real _eps_boundary
Emissivity of the boundary.
InfiniteCylinderRadiativeBC(const InputParameters ¶meters)
registerMooseObject("HeatConductionApp", InfiniteCylinderRadiativeBC)
defineLegacyParams(InfiniteCylinderRadiativeBC)
static InputParameters validParams()
const Real _boundary_radius
radius of the boundary