unsigned int _radial_coord
The index for the radial coordinate when performing RZ simulations.
const Real _parallel_plate_emissivity
The theoretical infinite parallel-plate geometry surface emissivity, which is a function of both the ...
GapFluxModelRadiationBase(const InputParameters ¶meters)
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for gap flux models used by ModularGapConductanceConstraint.
Real emissivity() const
computes a single emissivity coefficient based on the coordinate system and the individual secondary ...
const Real _stefan_boltzmann
Stefan-Boltzmann constant.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _eps_secondary
The emissivity of the secondary surface.
static InputParameters validParams()
const InputParameters & parameters() const
const bool _has_zero_emissivity
Whether both primary and secondary emissivities are zero.
const Real _eps_primary
The emissivity of the primary surface.
Moose::CoordinateSystemType _coord_system
The coordinate system type, e.g. XYZ or RZ.
Gap flux model for heat conduction across a gap due to radiation, based on the diffusion approximatio...
ADReal computeRadiationFlux(const ADReal &secondary_T, const ADReal &primary_T) const
computes the radiation flux based on the input secondary and primary temperatures ...