MasQuantities

Contents

MasQuantities#

MasQuantities#

Literal type alias for the 19 named MAS output quantities.

Each string is the canonical lower-case identifier used as a key in _MAS_QUANTITY_PROPS_MAPPING and as the filename prefix (e.g. br001001.h5).

Velocity components

'vr', 'vt', 'vp' — radial, co-latitude, and longitude velocity.

Magnetic field components

'br', 'bt', 'bp' — radial, co-latitude, and longitude magnetic field.

Current density components

'jr', 'jt', 'jp' — radial, co-latitude, and longitude current density.

Temperature

't' — single-fluid temperature; 'te' — electron temperature; 'tp' — proton (ion) temperature (two-temperature model).

Density and pressure

'rho' — mass density; 'p' — plasma pressure.

Alfvén wave quantities

'ep', 'em' — wave energy density for forward- and backward-propagating Alfvén waves (proportional to \(|z^+|^2\) and \(|z^-|^2\)); 'zp', 'zm' — Elsässer variable amplitudes \(z^\pm = v \pm v_A\) for forward/backward propagating waves.

Heating

'heat' — local coronal volumetric heating rate.

alias of Literal[‘vr’, ‘vt’, ‘vp’, ‘br’, ‘bt’, ‘bp’, ‘jr’, ‘jt’, ‘jp’, ‘t’, ‘te’, ‘tp’, ‘rho’, ‘p’, ‘ep’, ‘em’, ‘zp’, ‘zm’, ‘heat’]