OpenFOAM
11
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
createFields.H
Go to the documentation of this file.
1
Info
<<
"\nReading field U\n"
<<
endl
;
2
volVectorField
U
3
(
4
IOobject
5
(
6
"U"
,
7
runTime.name(),
8
mesh,
9
IOobject::MUST_READ,
10
IOobject::AUTO_WRITE
11
),
12
mesh
13
);
14
15
potential pot(mesh);
16
17
moleculeCloud molecules(mesh, pot);
Foam::volVectorField
VolField< vector > volVectorField
Definition:
volFieldsFwd.H:62
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:251
Foam::Info
messageStream Info
U
volVectorField U(IOobject("U", runTime.name(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
applications
legacy
lagrangian
mdFoam
createFields.H
Generated by
1.9.1