Go to the source code of this file.
|
template<typename T1 , typename T2 , typename T3 > |
auto | HeatTransferModels::cylindricalThermalConductance (const T1 &k, const T2 &r_inner, const T3 &r_outer) |
| Computes the thermal conductance across a cylindrical medium. More...
|
|
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > |
auto | HeatTransferModels::cylindricalGapConductionHeatFlux (const T1 &k_gap, const T2 &r_inner, const T3 &r_outer, const T4 &T_inner, const T5 &T_outer) |
| Computes the conduction heat flux across a cylindrical gap. More...
|
|
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > |
auto | HeatTransferModels::cylindricalGapRadiationHeatFlux (const T1 &r_inner, const T2 &r_outer, const T3 &emiss_inner, const T4 &emiss_outer, const T5 &T_inner, const T6 &T_outer, const Real &sigma=HeatConduction::Constants::sigma) |
| Computes the radiation heat flux across a cylindrical gap. More...
|
|