createFields.H
Go to the documentation of this file.
1 
2 Info << "\nReading pa" << endl;
3 
5 (
6  IOobject
7  (
8  "pa",
9  runTime.timeName(),
10  mesh,
11  IOobject::MUST_READ,
12  IOobject::AUTO_WRITE
13  ),
14  mesh
15 );
runTime
engineTime & runTime
Definition: createEngineTime.H:13
Foam::endl
Ostream & endl(Ostream &os)
Definition: Ostream.H:381
Foam::Info
messageStream Info
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:53
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6