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:
PureMetal,PlasmaFacing
- class h_transport_materials.material.Carbon[source]#
Bases:
PureMetal,PlasmaFacing
- class h_transport_materials.material.PureMetal(name: str, symbol: str = None)[source]#
Bases:
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:
PureMetal,PlasmaFacing
- class h_transport_materials.material.TungstenAlloy(name: str)[source]#
Bases:
Alloy,PlasmaFacing