Materials
Materials#
- class h_transport_materials.Material(name: str)[source]#
Base Material class
- Parameters
name (str) – the name of the material
- class h_transport_materials.material.Beryllium[source]#
Bases:
h_transport_materials.material.PureMetal,h_transport_materials.material.PlasmaFacing
- class h_transport_materials.material.Carbon[source]#
Bases:
h_transport_materials.material.PureMetal,h_transport_materials.material.PlasmaFacing
- class h_transport_materials.material.PureMetal(name: str, symbol: Optional[str] = None)[source]#
Bases:
h_transport_materials.material.MetalPure metal
- Parameters
name (str) – the name of the material
symbol (str, optional) – the element symbol. Defaults to None.
- class h_transport_materials.material.Tungsten[source]#
Bases:
h_transport_materials.material.PureMetal,h_transport_materials.material.PlasmaFacing
- class h_transport_materials.material.TungstenAlloy(name: str)[source]#
Bases:
h_transport_materials.material.Alloy,h_transport_materials.material.PlasmaFacing