24 "Emissivity of the cylinder in radiative heat transfer with the boundary.");
26 "Radius of the boundary approximated as cylinder.");
28 "Radius of the cylinder on the outside of the boundary.");
30 "where the boundary is approximated as a cylinder as well.");
38 _eps_boundary(this->template getParam<
Real>(
"boundary_emissivity")),
39 _eps_cylinder(this->template getParam<
Real>(
"cylinder_emissivity")),
40 _boundary_radius(this->template getParam<
Real>(
"boundary_radius")),
41 _cylinder_radius(this->template getParam<
Real>(
"cylinder_radius"))
Moose::GenericType< Real, is_ad > GenericReal
const Real _boundary_radius
radius of the boundary
static InputParameters validParams()
const Real _eps_boundary
Emissivity of 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 in radiative heat transfer with the boundary
registerMooseObject("HeatTransferApp", InfiniteCylinderRadiativeBC)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
InfiniteCylinderRadiativeBCTempl(const InputParameters ¶meters)
Real _coefficient
coefficients are constant and pre-computed
virtual GenericReal< is_ad > coefficient() const override
qdot = sigma * coeff * (T^4 - Tinf^4 ) sigma: _sigma_stefan_boltzmann coeff: coefficient() coefficien...
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