21 "Heat transfer coefficient function");
24 params.
addClassDescription(
"Applies BC for HeatStructure2DCoupler for plate heat structure");
32 _htc(getFunction(
"heat_transfer_coefficient")),
33 _coupling_area_fraction(getParam<
Real>(
"coupling_area_fraction"))
const ADTemplateVariableValue< T > & _u
const Function & _htc
Heat transfer coefficient.
registerMooseObject("ThermalHydraulicsApp", HeatStructure2DCouplerBC)
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
const MooseArray< Point > & _q_point
HeatStructure2DCouplerBC(const InputParameters ¶meters)
static InputParameters validParams()
Base class for BC for components derived from HeatStructure2DCouplerBase.
virtual ADReal computeQpResidual() override
Applies BC for HeatStructure2DCoupler for plate heat structure.
ADReal computeCoupledTemperature() const
Computes the coupled neighbor temperature.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADTemplateVariableTestValue< T > & _test
const Real & _coupling_area_fraction
Coupling area fraction.
virtual Real value(Real t, const Point &p) const