18 params.
addClassDescription(
"Boundary condition for radiative heat exchange where the emissivity "
19 "function is supplied by a Function.");
21 "emissivity",
"Functor describing emissivity for radiative boundary condition");
registerMooseObject("HeatTransferApp", FVFunctorRadiativeBC)
Moose::FaceArg singleSidedFaceArg(const FaceInfo *fi=nullptr, Moose::FV::LimiterType limiter_type=Moose::FV::LimiterType::CentralDifference, bool correct_skewness=false, const Moose::StateArg *state_limiter=nullptr) const
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...
FVFunctorRadiativeBC(const InputParameters ¶meters)
const Moose::Functor< Real > & _emissivity
emissivity
virtual Real coefficient() const override
qdot = sigma * coeff * (T^4 - Tinf^4 ) sigma: _sigma_stefan_boltzmann coeff: coefficient() coefficien...
static InputParameters validParams()
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...
static InputParameters validParams()
Moose::StateArg determineState() const