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: object

Dataclass for storing the bulk velocity data of a species.

Methods

Attributes

parallel

Parallel velocity [m/s].

phi

Toroidal velocity [m/s].

poloidal

Poloidal velocity [m/s].

r

Radial velocity along the major radius axis [m/s].

radial

Radial velocity [m/s].

z

Vertical velocity along the height axis [m/s].

radial : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Radial velocity [m/s].

parallel : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Parallel velocity [m/s].

poloidal : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Poloidal velocity [m/s].

r : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Radial velocity along the major radius axis [m/s].

phi : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Toroidal velocity [m/s].

z : ndarray[tuple[Any, ...], dtype[float64]] | None = NoneΒΆ

Vertical velocity along the height axis [m/s].