piel.materials.thermal_conductivity#

Submodules#

Attributes#

Functions#

stainless_steel(temperature_range_K, ...)

aluminum(→ float)

copper(→ piel.types.ArrayTypes)

teflon(temperature_range_K, *args, **kwargs)

Trade Names for FEP resins include DuPont Teflon™, Daikin Neoflon™, Dyneon Hostaflon™, NiFlon, Sinoflon.

Package Contents#

stainless_steel(temperature_range_K: piel.models.physical.types.TemperatureRangeTypes, material_reference: piel.materials.thermal_conductivity.types.MaterialReferenceType, *args, **kwargs)[source]#
aluminum(temperature_range_K: piel.models.physical.types.TemperatureRangeTypes, material_reference: piel.materials.thermal_conductivity.types.MaterialReferenceType, *args, **kwargs) float[source]#
copper(temperature_range_K: piel.models.physical.types.TemperatureRangeTypes, material_reference: piel.materials.thermal_conductivity.types.MaterialReferenceType, *args, **kwargs) piel.types.ArrayTypes[source]#
teflon(temperature_range_K: piel.models.physical.types.TemperatureRangeTypes, *args, **kwargs)[source]#

Trade Names for FEP resins include DuPont Teflon™, Daikin Neoflon™, Dyneon Hostaflon™, NiFlon, Sinoflon. Source: https://trc.nist.gov/cryogenics/materials/Teflon/Teflon_rev.htm

Parameters:

temperature_range_K

Returns:

MaterialReferenceType#
MaterialReferencesTypes#
SpecificationType#
stainless_steel_material_references: piel.materials.thermal_conductivity.types.MaterialReferencesTypes#
aluminum_material_references: piel.materials.thermal_conductivity.types.MaterialReferencesTypes#
copper_material_references: piel.materials.thermal_conductivity.types.MaterialReferencesTypes#
teflon_material_references: piel.materials.thermal_conductivity.types.MaterialReferencesTypes = [('teflon', None)]#
material_references#