createFields.H
Go to the documentation of this file.
1 Info<< "Reading field U\n" << endl;
2
4 (
5 IOobject
6 (
7 "U",
8 runTime.timeName(),
9 mesh,
10 IOobject::MUST_READ,
11 IOobject::AUTO_WRITE
12 ),
13 mesh
14 );
U
Definition: pEqn.H:72
dynamicFvMesh & mesh
engineTime & runTime
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:83
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372