Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< SideSetHeatTransferKernel >()
Definition at line 16 of file SideSetHeatTransferKernel.C.
18 InputParameters params = validParams<InterfaceKernel>();
19 params.addClassDescription(
20 "Modeling conduction, convection, and radiation across internal side set.");
21 params.addParam<MaterialPropertyName>(
"conductance",
23 "Conductivity of gap divided by effective gap width,"
24 "conductance ignored if not provided");
25 params.addCoupledVar(
"Tbulk_var",
"Bulk temperature of gap as variable");
26 params.addParam<MaterialPropertyName>(
27 "Tbulk_mat",
"gap_Tbulk",
"Bulk temperature of gap as material");
28 params.addParam<MaterialPropertyName>(
31 "Convective heat transfer coefficient (master face), convection ignored if not provided");
32 params.addParam<MaterialPropertyName>(
35 "Convective heat transfer coefficient (neighbor face), convection ignored if not provided");
36 params.addParam<MaterialPropertyName>(
37 "emissivity_eff_master",
38 "gap_emissivity_eff_master",
39 "Effective emmissivity of master face, radiation ignored if not provided. "
40 "This value contains contributions from reflectivity, see SideSetHeatTransferMaterial "
42 params.addParam<MaterialPropertyName>(
43 "emissivity_eff_neighbor",
44 "gap_emissivity_eff_neighbor",
45 "Effective emmissivity of neighbor face, radiation ignored if not provided. "
46 "This value contains contributions from reflectivity, see SideSetHeatTransferMaterial "