cherab.imas.ids.common.species.VelocityDataΒΆ
-
class cherab.imas.ids.common.species.VelocityData(radial: NDArray[float64] | None =
None, parallel: NDArray[float64] | None =None, poloidal: NDArray[float64] | None =None, r: NDArray[float64] | None =None, phi: NDArray[float64] | None =None, z: NDArray[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].