Loading...
Searching...
No Matches
createNamedPointMesh.H
Go to the documentation of this file.
2 << "Create pointMesh for time = "
3 << runTime.timeName() << Foam::nl << Foam::endl;
4
5// Register pointMesh on the database
6const Foam::pointMesh& pMesh = pointMesh::New
7(
8 mesh,
10);
@ READ_IF_PRESENT
Reading is optional [identical to LAZY_READ].
Mesh representing a set of points created from polyMesh.
Definition pointMesh.H:49
dynamicFvMesh & mesh
engineTime & runTime
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition Ostream.H:519
constexpr char nl
The newline '\n' character (0x0a).
Definition Ostream.H:50