19 params.
addClassDescription(
"Heat flux model across a closed gap to calculate the conductance " 20 "between two solid materials");
25 "scaling_coefficient",
27 "The leading coefficient for the closed gap conductance value; used for tuning");
29 "primary_conductivity",
"The thermal conductivity of the primary surface solid material");
31 "secondary_conductivity",
"The thermal conductivity of the secondary surface solid material");
33 "primary_hardness",
"The hardness value of the primary surface material");
35 "The hardness of the secondary surface material");
43 _primary_T(adCoupledNeighborValue(
"temperature")),
44 _secondary_T(adCoupledValue(
"temperature")),
45 _contact_pressure(adCoupledLowerValue(
"contact_pressure")),
46 _scaling(getParam<
Real>(
"scaling_coefficient")),
47 _primary_conductivity(getNeighborADMaterialProperty<
Real>(
"primary_conductivity")),
48 _secondary_conductivity(getADMaterialProperty<
Real>(
"secondary_conductivity")),
49 _primary_hardness(getNeighborADMaterialProperty<
Real>(
"primary_hardness")),
50 _secondary_hardness(getADMaterialProperty<
Real>(
"secondary_hardness"))
const ADMaterialProperty< Real > & _primary_hardness
Material hardness value of the two solid materials at the interface.
const ADMaterialProperty< Real > & _primary_conductivity
Thermal conductivity of the two solid materials at the closed gap interface.
const ADVariableValue & _secondary_T
const ADVariableValue & _primary_T
Temperatures from the primary and secondary surfaces at the interface.
const ADMaterialProperty< Real > & _secondary_conductivity
DualNumber< Real, DNDerivativeType, true > ADReal
Gap flux model used to compute the conductance across a closed gap along which two solid materials ar...
Base class for gap flux models used by ModularGapConductanceConstraint.
ADReal computeFlux() const override
Compute gap physics used cache information in GapFluxModelBase.
GapFluxModelPressureDependentConduction(const InputParameters ¶meters)
const Real _scaling
Parameter used to scale the closed gap interface conductance value.
const ADMaterialProperty< Real > & _secondary_hardness
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const ADVariableValue & _contact_pressure
Pressure (lagrange multiplier) variable.
registerMooseObject("HeatTransferApp", GapFluxModelPressureDependentConduction)
static InputParameters validParams()