createZeroDimensionalFvMesh.H
Go to the documentation of this file.
1 Info<< "Constructing zero-dimensional mesh" << nl << endl;
2 
3 fvMesh mesh(zeroDimensionalFvMesh(runTime));
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
messageStream Info
fvMesh zeroDimensionalFvMesh(const objectRegistry &db)
Construct a zero-dimensional unit-cube FV mesh.
static const char nl
Definition: Ostream.H:260