ITER Plasma Facing Components#

Cherab-iter provides ITER Plasma Facing Components (PFC) mesh files. Some of them are one cassette of blanket module and divertor board.

Blanket modules#

Cherab-iter has the following CAD data which is one sector of blanket modules.

Divertor#

A divertor (inner, center, outer) board which cherab-iter has is shown as follows:

Importing ITER PFC meshes#

When you load ITER PFC meshes into your scenegraph, cherab-iter provides you the useful function: load_pfc_mesh, or import_iter_mesh. Here is an example of the use of that function:

from raysect.optical import World
from cherab.iter.machine import load_pfc_mesh

world = World()
mesh = load_pfc_mesh(world, reflection=True)