createFields.H
Go to the documentation of this file.
1Info<< "\nReading field U\n" << endl;
3(
4 IOobject
5 (
6 "U",
7 runTime.timeName(),
8 mesh,
9 IOobject::MUST_READ,
10 IOobject::AUTO_WRITE
11 ),
12 mesh
13);
14
15potential pot(mesh);
16
17moleculeCloud molecules(mesh, pot);
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