piel.models.physical.thermal#
Functions#
|
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.models.physical.types.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