piel.models.physical.electrical.cables.rf.thermal#
Functions#
Calculate the heat transfer of a coaxial cable. |
Module Contents#
- calculate_coaxial_cable_heat_transfer(temperature_range_K: piel.types.physical.TemperatureRangeTypes = [273, 293], geometry_class: piel.types.electrical.cables.CoaxialCableGeometryType = CoaxialCableGeometryType(), material_class: piel.types.electrical.cables.CoaxialCableMaterialSpecificationType | None = None, core_material: piel.types.materials.MaterialReferenceType | None = None, sheath_material: piel.types.materials.MaterialReferenceType | None = None, dielectric_material: piel.types.materials.MaterialReferenceType | None = None) piel.types.electrical.cables.CoaxialCableHeatTransferType[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.
sheath_material – The material of the sheath.
dielectric_material – The material of the dielectric.
- Returns:
The heat transfer of the cable.
- Return type: