21 params.
addParam<
Real>(
"penalty", 1e3,
"Penalty value to be applied to the constraint.");
27 _gap_distance(coupledValue(
"gap_distance")),
28 _gap_temp(coupledValue(
"gap_temp")),
29 _penalty(getParam<
Real>(
"penalty"))
registerMooseObject("HeatTransferApp", GapPerfectConductance)
const VariableValue & _gap_temp
AuxVariable holding the temperature on the secondary surface.
static InputParameters validParams()
virtual Real computeQpJacobian() override
virtual Real computeQpResidual() override
const Real _penalty
Penatly applied to the difference between the temperature on both sides of the gap.
GapPerfectConductance(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
Boundary condition enforcing perfect gap conductance across gap through the use of a penalty paramete...