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"))
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("HeatTransferApp", GapFluxModelSimple)
Base class for gap flux models used by ModularGapConductanceConstraint.
static InputParameters validParams()
Base class for gap flux models used by ModularGapConductanceConstraint.
const Real _min_gap
Minimum gap distance allowed.
const ADVariableValue & _primary_T
Temperatures.
GapFluxModelSimple(const InputParameters ¶meters)
static InputParameters validParams()
ADReal computeFlux() const override
Compute gap physics used cache information in GapFluxModelBase.
const Real _k
Thermal conductivity of the gap medium (e.g. air).
const ADVariableValue & _secondary_T