1const List<DynamicList<molecule*>>&
cellOccupancy = molecules.cellOccupancy();
9 molecule* mol = molsInCell[mIC];
11 const label molId = mol->id();
13 const vector& molU = mol->U();
const List< DynamicList< molecule * > > & cellOccupancy
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
List< scalarField > allSpeciesN_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), Zero))
List< vectorField > allSpeciesVelocitySum_RU(molecules.potential().nIds(), vectorField(mesh.nCells(), Zero))
List< scalarField > allSpeciesVelocityMagSquaredSum_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), Zero))
List< scalarField > allSpeciesM_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), Zero))
#define forAll(list, i)
Loop across all elements in list.