repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
utilities
/
preProcessing
/
boxTurb
/
createFields.H
blob
d26950433c804a5f131b648c9afb4b33a52f0032
1
Info<< "Reading field U\n" << endl;
2
3
volVectorField U
4
(
5
IOobject
6
(
7
"U",
8
runTime.timeName(),
9
mesh,
10
IOobject::MUST_READ,
11
IOobject::AUTO_WRITE
12
),
13
mesh
14
);