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  IOobject::NO_REGISTER
14  )
15  )
16  );
vectorIOField pointIOField
pointIOField is a vectorIOField.
Definition: pointIOField.H:38
vectorField pointField
pointField is a vectorField.
Definition: pointFieldFwd.H:38
dynamicFvMesh & mesh
pointField points0(pointIOField(IOobject("points", mesh.time().constant(), polyMesh::meshSubDir, mesh, IOobject::MUST_READ, IOobject::NO_WRITE, IOobject::NO_REGISTER)))