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: 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[float64] | None = NoneΒΆ

Radial velocity [m/s].

parallel : NDArray[float64] | None = NoneΒΆ

Parallel velocity [m/s].

poloidal : NDArray[float64] | None = NoneΒΆ

Poloidal velocity [m/s].

r : NDArray[float64] | None = NoneΒΆ

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

phi : NDArray[float64] | None = NoneΒΆ

Toroidal velocity [m/s].

z : NDArray[float64] | None = NoneΒΆ

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