repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
src
/
finiteVolume
/
cfdTools
/
general
/
include
/
readGravitationalAcceleration.H
blob
1be4dc52f53623de32758c6587bb3d4713a56aa1
1
Info<< "\nReading g" << endl;
2
uniformDimensionedVectorField g
3
(
4
IOobject
5
(
6
"g",
7
runTime.constant(),
8
mesh,
9
IOobject::MUST_READ,
10
IOobject::NO_WRITE
11
)
12
);