![]() |
The Open FUSION Toolkit 1.0.0-6f445ef
An open-source framework for fusion and plasma science and engineering
|
Container class for ThinCurr XML block.
Public Member Functions | |
| __init__ (self) | |
| Initialize ThinCurr XML block. | |
| add_Icoil (self, icoil) | |
| Add an I-coil to this ThinCurr block. | |
| add_Vcoil (self, vcoil) | |
| Add a V-coil to this ThinCurr block. | |
| build_XML (self, parent_tag) | |
| Build XML structure for ThinCurr block. | |
| set_eta (self, resistivities) | |
| Set resistivity values. | |
| set_eta_vol (self, resistivities) | |
| Set volumetric resistivity values. | |
| set_thickness (self, thicknesses) | |
| Set thickness values. | |
Public Attributes | |
| eta | |
| eta_vol | |
| icoils | |
| thickness | |
| vcoils | |
Static Public Attributes | |
| str | name = "thincurr" |
| __init__ | ( | self | ) |
Initialize ThinCurr XML block.
| add_Icoil | ( | self, | |
| icoil | |||
| ) |
Add an I-coil to this ThinCurr block.
| icoil | ThinCurr_Icoil object |
| add_Vcoil | ( | self, | |
| vcoil | |||
| ) |
Add a V-coil to this ThinCurr block.
| vcoil | ThinCurr_Vcoil object |
| build_XML | ( | self, | |
| parent_tag | |||
| ) |
Build XML structure for ThinCurr block.
| parent_tag | Parent XML element to attach to |
| set_eta | ( | self, | |
| resistivities | |||
| ) |
Set resistivity values.
| resistivities | Resistivity values by section |
| set_eta_vol | ( | self, | |
| resistivities | |||
| ) |
Set volumetric resistivity values.
| resistivities | array of float, volumetric resistivity values by section |
| set_thickness | ( | self, | |
| thicknesses | |||
| ) |
Set thickness values.
| thicknesses | array of float, thickness values by section |
| eta |
| eta_vol |
| icoils |
|
static |
| thickness |
| vcoils |