61 const std::vector<Real> &
_k;
64 const std::vector<Real> &
_dx;
DualNumber< Real, DNDerivativeType, true > ADReal
This BC applies a heat flux to a boundary, where the heat flux is determined using series conduction ...
const Real & _alpha
underrelaxation factor (when radiative heat transfer is included)
const ADMaterialProperty< Real > & _h
convective heat transfer coefficient
void computeConductionResistance()
Computes the serial resistance of multiple conductive layers.
ADReal _outer_radius
outer radius of surface
ADReal _parallel_resistance
parallel convection and radiation thermal resistance
static InputParameters validParams()
const std::vector< Real > & _k
thermal conductivities for each conduction layer, listed in order closest to the boundary
const Real & _tolerance
tolerance of iterations (when radiative heat transfer is included)
ADReal _T_surface
surface temperature
const Moose::CoordinateSystemType _geometry
Whether to use a cylindrical or cartesian form for the thermal resistances.
const Real _T_ambient
ambient temperature for convection and radiation heat transfer
const ADVariableValue & _T
temperature variable
const Real & _emissivity
boundary emissivity
void computeParallelResistance()
Computes the parallel heat flux resistance for a combined radiation-convection boundary.
const unsigned int & _max_iterations
maximum number of iterations (when radiative heat transfer is included)
const Real _inner_radius
Radius corresponding to the cylindrical surface (when using a cylindrical geometry)
const std::vector< Real > & _dx
thicknesses for each conduction layer, listed in order closest to the boundary
virtual ADReal computeQpResidual() override
ADReal _conduction_resistance
conduction thermal resistance
const InputParameters & parameters() const
VariableValueTempl< true > ADVariableValue