createFields.H
Go to the documentation of this file.
2  (
4  (
5  IOobject
6  (
7  "points",
8  mesh.time().constant(),
9  polyMesh::meshSubDir,
10  mesh,
11  IOobject::MUST_READ,
12  IOobject::NO_WRITE,
13  false
14  )
15  )
16  );
Foam::pointField
vectorField pointField
pointField is a vectorField.
Definition: pointFieldFwd.H:44
Foam::pointIOField
vectorIOField pointIOField
pointIOField is a vectorIOField.
Definition: pointIOField.H:44
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
points0
pointField points0(pointIOField(IOobject("points", mesh.time().constant(), polyMesh::meshSubDir, mesh, IOobject::MUST_READ, IOobject::NO_WRITE, false)))