|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
General I/O functionality for Open FUSION Toolkit (OFT) Python interfaces.
Classes | |
| class | histfile |
| Class for loading and analyzing a structured OFT binary file. More... | |
| class | XDMF_plot_file |
| Helper class for interacting with OFT plotting output files. More... | |
| class | XDMF_plot_mesh |
| Class containing data for a single mesh from OFT plot files. More... | |
Functions | |
| build_XDMF (path='.', repeat_static=False, pretty=False, legacy=False) | |
| Build XDMF plot metadata files. | |
Variables | |
| str | eol_byte = '\n'.encode() |
| build_XDMF | ( | path = '.', |
|
repeat_static = False, |
|||
pretty = False, |
|||
legacy = False |
|||
| ) |
Build XDMF plot metadata files.
| path | Folder to build XDMF files in (must include oft_xdmf.XXXX.h5 or dump.dat files) |
| repeat_static | Repeat static fields (0-th timestep) in all timesteps? |
| pretty | Use pretty printing (indentation) in XDMF files? |
| legacy | Use legacy XDMF script for processing dump.dat files? |
| str eol_byte = '\n'.encode() |