cherab.imas.ids.common.species.VelocityDataΒΆ
-
class cherab.imas.ids.common.species.VelocityData(radial: ndarray[tuple[Any, ...], dtype[float64]] | None =
None, parallel: ndarray[tuple[Any, ...], dtype[float64]] | None =None, poloidal: ndarray[tuple[Any, ...], dtype[float64]] | None =None, r: ndarray[tuple[Any, ...], dtype[float64]] | None =None, phi: ndarray[tuple[Any, ...], dtype[float64]] | None =None, z: ndarray[tuple[Any, ...], dtype[float64]] | None =None)SourceΒΆ Bases:
objectDataclass for storing the bulk velocity data of a species.
Methods
Attributes
Parallel velocity [m/s].
Toroidal velocity [m/s].
Poloidal velocity [m/s].
Radial velocity along the major radius axis [m/s].
Radial velocity [m/s].
Vertical velocity along the height axis [m/s].