piel.models.physical.thermal

piel.models.physical.thermal#

Functions#

heat_transfer_1d_W(→ float)

Calculate the heat transfer in watts for a 1D system. The thermal conductivity is assumed to be a function of

Module Contents#

heat_transfer_1d_W(thermal_conductivity_fit, temperature_range_K: piel.types.physical.TemperatureRangeTypes, cross_sectional_area_m2: float, length_m: float, *args, **kwargs) float[source]#

Calculate the heat transfer in watts for a 1D system. The thermal conductivity is assumed to be a function of temperature.

\[q = A \int_{T_1}^{T_2} k(T) dT\]
Parameters:
  • thermal_conductivity_fit

  • temperature_range_K

  • cross_sectional_area_m2

  • length_m

Returns:

The heat transfer in watts for a 1D system.

Return type:

float