piel.models.physical.electrical.cables.dc.thermal#
Functions#
|
Calculate the heat transfer of a coaxial cable. |
Module Contents#
- calculate_dc_cable_heat_transfer(temperature_range_K: piel.types.physical.TemperatureRangeTypes = [273, 293], geometry_class: piel.types.electrical.cables.DCCableGeometryType = DCCableGeometryType(), material_class: piel.types.electrical.cables.DCCableMaterialSpecificationType | None = DCCableMaterialSpecificationType(), core_material: piel.types.materials.MaterialReferenceType = MaterialReferenceType()) piel.types.electrical.cables.DCCableHeatTransferType[source]#
Calculate the heat transfer of a coaxial cable.
- Parameters:
temperature_range_K – The temperature range in Kelvin.
geometry_class – The geometry of the cable.
material_class – The material of the cable.
core_material – The material of the core.
- Returns:
The heat transfer of the cable.
- Return type: