version 4.2 authored by Udo Ziegler's avatar Udo Ziegler
......@@ -360,7 +360,7 @@ spatial coordinates, etc.) as well as holds data arrays for the
following physical variables:
`g->` variable
----------------------- ----------------------------------------------------------------------
----------------------- -----------------------------------------------------------------------------
`rho[iz][iy][ix]` mass density $\varrho$
`mx[iz][iy][ix]` $x$-momentum density $m_x$
`my[iz][iy][ix]` $y$-momentum density $m_y$
......@@ -370,11 +370,11 @@ following physical variables:
`by[iz][iy][ix]` magnetic field component $B_y$ (if MHD)
`bz[iz][iy][ix]` magnetic field component $B_z$ (if MHD)
`phi[iz][iy][ix]` gravitational potential $\Phi$ (if selfgravity)
`nX[is][iz][iy][ix]` species number densities $n_\ms$ (if species)
`C[ic][iz][iy][ix]` tracer variables $C_\mc$ (if tracer)
`tfx[it][iz][iy][ix]` $x$-component ${b_x}_\mt$ of testfields fluctuations (if testfields)
`tfy[it][iz][iy][ix]` $y$-component ${b_y}_\mt$ of testfields fluctuations (if testfields)
`tfz[it][iz][iy][ix]` $z$-component ${b_z}_\mt$ of testfields fluctuations (if testfields)
`nX[is][iz][iy][ix]` species number densities $n_\mathrm{s}$ (if species)
`C[ic][iz][iy][ix]` tracer variables $C_\mathrm{c}$ (if tracer)
`tfx[it][iz][iy][ix]` $x$-component ${b_x}_\mathrm{t}$ of testfields fluctuations (if testfields)
`tfy[it][iz][iy][ix]` $y$-component ${b_y}_\mathrm{t}$ of testfields fluctuations (if testfields)
`tfz[it][iz][iy][ix]` $z$-component ${b_z}_\mathrm{t}$ of testfields fluctuations (if testfields)
`p[iz][iy][ix]` thermal pressure $p$
`T[iz][iy][ix]` temperature $T$
`et[iz][iy][ix]` thermal energy density $\varepsilon$ (if dual energy mode)
......
......