FreeFOAM The Cross-Platform CFD Toolkit
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  );
15 
16 // ************************ vim: set sw=4 sts=4 et: ************************ //