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
Bugfix: restored floatTransfer flag
[foam-extend-3.2.git]
/
applications
/
solvers
/
coupled
/
conjugateHeatFoam
/
createFluidMesh.H
blob
32edb8f548cfac751669c76be2bc523d5ab9d7e7
1
Info<< "Create mesh for time = "
2
<< runTime.timeName() << nl << endl;
3
4
fvMesh mesh
5
(
6
IOobject
7
(
8
fvMesh::defaultRegion,
9
runTime.timeName(),
10
runTime,
11
IOobject::MUST_READ
12
)
13
);