resetMDFields.H
Go to the documentation of this file.
1 if (runTime.writeTime())
2 {
4  (
5  molecules.potential().nIds(),
6  scalarField(mesh.nCells(), 0.0)
7  );
8 
10  (
11  molecules.potential().nIds(),
12  scalarField(mesh.nCells(), 0.0)
13  );
14 
16  (
17  molecules.potential().nIds(),
19  );
20 
22  (
23  molecules.potential().nIds(),
24  scalarField(mesh.nCells(), 0.0)
25  );
26 }
Motion of the mesh specified as a list of pointMeshMovers.
label nCells() const
List< scalarField > allSpeciesVelocityMagSquaredSum_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), 0.0))
List< scalarField > allSpeciesN_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), 0.0))
List< scalarField > allSpeciesM_RU(molecules.potential().nIds(), scalarField(mesh.nCells(), 0.0))
List< vectorField > allSpeciesVelocitySum_RU(molecules.potential().nIds(), vectorField(mesh.nCells(), Zero))
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
volScalarField scalarField(fieldObject, mesh)
volVectorField vectorField(fieldObject, mesh)
static const zero Zero
Definition: zero.H:97