| NPROP_FLUX | |
| The number of property variables in the simulation | |
| NSPECIES_FLUX | |
| The total number of species in the simulation | |
| NMASS_SCALARS_FLUX | |
| The number of mass scalars in the simulation | |
| NFLUXES | |
| The total number of quantities stored for each cell in the simulation. This equals (NPROP_FLUX + NSPECIES_FLUX + NMASS_SCALARS_FLUX) | |
| PROP_FLUX_BEGIN,PROP_FLUX_END | |
| The indices in the fluxes data structure used for property variable data | |
| SPECIES_FLUX_BEGIN,SPECIES_FLUX_END | |
| The indices in the fluxes data structure used for species data | |
| MASS_SCALARS_FLUX_BEGIN,MASS_SCALARS_FLUX_END | |
| The indices in the fluxes data structure used for mass scalars data | |
| FLUXES_BEGIN | |
| The first index for the fluxes data structure | |