piel.materials.thermal_conductivity
===================================

.. py:module:: piel.materials.thermal_conductivity


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/piel/materials/thermal_conductivity/aluminum/index
   /autoapi/piel/materials/thermal_conductivity/copper/index
   /autoapi/piel/materials/thermal_conductivity/stainless_steel/index
   /autoapi/piel/materials/thermal_conductivity/teflon/index
   /autoapi/piel/materials/thermal_conductivity/utils/index


Attributes
----------

.. autoapisummary::

   piel.materials.thermal_conductivity.stainless_steel_material_references
   piel.materials.thermal_conductivity.aluminum_material_references
   piel.materials.thermal_conductivity.copper_material_references
   piel.materials.thermal_conductivity.teflon_material_references
   piel.materials.thermal_conductivity.material_references


Functions
---------

.. autoapisummary::

   piel.materials.thermal_conductivity.stainless_steel
   piel.materials.thermal_conductivity.aluminum
   piel.materials.thermal_conductivity.copper
   piel.materials.thermal_conductivity.teflon


Package Contents
----------------

.. py:function:: stainless_steel(temperature_range_K: piel.types.physical.TemperatureRangeTypes, material_reference: piel.types.materials.MaterialReferenceType, *args, **kwargs)

.. py:function:: aluminum(temperature_range_K: piel.types.physical.TemperatureRangeTypes, material_reference: piel.types.materials.MaterialReferenceType, *args, **kwargs) -> float

.. py:function:: copper(temperature_range_K: piel.types.physical.TemperatureRangeTypes, material_reference: piel.types.materials.MaterialReferenceType, *args, **kwargs) -> piel.types.ArrayTypes

.. py:function:: teflon(temperature_range_K: piel.types.physical.TemperatureRangeTypes, *args, **kwargs)

   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

   :param temperature_range_K:

   Returns:



.. py:data:: stainless_steel_material_references
   :type:  piel.types.materials.MaterialReferencesTypes

.. py:data:: aluminum_material_references
   :type:  piel.types.materials.MaterialReferencesTypes

.. py:data:: copper_material_references
   :type:  piel.types.materials.MaterialReferencesTypes

.. py:data:: teflon_material_references
   :type:  piel.types.materials.MaterialReferencesTypes
   :value: [('teflon', None)]


.. py:data:: material_references

