23 "The minimum gap distance allowed. This helps with preventing the heat " 24 "flux from going to infinity as the gap approaches zero.");
30 _k(getParam<
Real>(
"k")),
31 _min_gap(getParam<
Real>(
"min_gap")),
32 _primary_T(adCoupledNeighborValue(
"temperature")),
33 _secondary_T(adCoupledValue(
"temperature"))
const Real _min_gap
Minimum gap distance allowed.
registerMooseObject("HeatTransferApp", GapFluxModelSimple)
Base class for gap flux models used by ModularGapConductanceConstraint.
DualNumber< Real, DNDerivativeType, true > ADReal
const Real _k
Thermal conductivity of the gap medium (e.g. air).
static InputParameters validParams()
Base class for gap flux models used by ModularGapConductanceConstraint.
const ADVariableValue & _secondary_T
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADReal computeFlux() const override
Compute gap physics used cache information in GapFluxModelBase.
const ADVariableValue & _primary_T
Temperatures.
GapFluxModelSimple(const InputParameters ¶meters)
static InputParameters validParams()