The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
The Open FUSION Toolkit includes an interface to the T3D mesh generation program. This interface allows the import and refinement of meshes created with T3D.
Docs needed
In order to use a T3D mesh cad_type = 1
must be specified in the mesh_options
group. The mesh files and some additional options are specified at runtime in the t3d_options
group. The options available in this group are listed below.
Option group: t3d_options
Option | Description | Type [dim] |
---|---|---|
filename="" | Name of mesh file | str(40) |
inpname="" | Name of T3D input file | str(40) |
reflect="" | Reflection flag (eg. 'xy') | str(3) |
ref_per=F,F,F | Periodicity flags | bool [3] |
zstretch=1. | Scale for z-direction | float |
Docs needed
Docs needed