Loading...
Searching...
No Matches
createFields.H
Go to the documentation of this file.
1
2Info << "\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);
dynamicFvMesh & mesh
engineTime & runTime
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition Ostream.H:519