128 | | || z_abs || absolute particle z-coordinate (in m) || |
129 | | || u || u particle velocity component (in m/s) || |
130 | | || v || v particle velocity component (in m/s) || |
131 | | || w || w particle velocity component (in m/s) || |
| 128 | || z_abs || absolute particle z-coordinate (in m) || |
| 129 | || u || u particle velocity component (in m/s) || |
| 130 | || v || v particle velocity component (in m/s) || |
| 131 | || w || w particle velocity component (in m/s) || |
| 132 | || u'' || subgrid-scale u particle velocity component (in m/s) || |
| 133 | || v'' || subgrid-scale v particle velocity component (in m/s) || |
| 134 | || w'' || subgrid-scale w particle velocity component (in m/s) || |
| 135 | || npt_up || total number of upward moving particles || |
| 136 | || w_up || vertical velocity of the upward moving particles (in m/s) || |
| 137 | || w_down || vertical velocity of the downward moving particles (in m/s) || |
| 138 | || npt_max || maximum number of particles in a subdomain (=tnpt for non-parallel runs) || |
| 139 | || npt_min || minimum number of particles in a subdomain (=tnpt for non-parallel runs) || |
| 140 | || x*2 || variance of the particle x-coordinate with respect to x_ (in m2) || |
| 141 | || y*2 || variance of the particle y-coordinate with respect to y_ (in m2) || |
| 142 | || z*2 || variance of the particle z-coordinate with respect to z_ (in m2) || |
| 143 | || u*2 || variance of the u particle velocity component with respect to u (in m2/s2) || |