19 params.
addParam<Real>(
"stefan_boltzmann_constant", 5.670367e-8,
"The Stefan-Boltzmann constant.");
21 "Temperature of the body in radiative heat transfer.");
22 params.
addClassDescription(
"Boundary condition for radiative heat flux where temperature and the"
23 "temperature of a body in radiative heat transfer are specified.");
31 _sigma_stefan_boltzmann(this->template getParam<Real>(
"stefan_boltzmann_constant")),
32 _tinf(getFunction(
"Tinfinity"))
42 return _test[_i][_qp] * _sigma_stefan_boltzmann * coefficient() * (T4 - T4inf);
50 return 4 * _sigma_stefan_boltzmann * _test[_i][_qp] * coefficient() * T3 * _phi[_j][_qp];
Moose::GenericType< Real, is_ad > GenericReal
static InputParameters validParams()
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...
RadiativeHeatFluxBCBaseTempl(const InputParameters ¶meters)
virtual Real computeQpJacobian()
virtual GenericReal< is_ad > computeQpResidual()
static InputParameters validParams()