repo.or.cz
/
OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git]
/
src
/
engine
/
engineTopoChangerMesh
/
accordionEngineMesh
/
addOutputCellsAccordionEngineMesh.H
blob
addd22cef4a174f21fa221d567f9c69daa3832b8
1
{
2
word cylinderOutputName
3
(
4
engTime().engineDict().lookup("cylinderSetName")
5
);
6
7
cellSet outputCellSet(*this, cylinderOutputName);
8
9
cz.append
10
(
11
new cellZone
12
(
13
"cylinderOutputCells",
14
outputCellSet.toc(),
15
nCellZones,
16
cellZones()
17
)
18
);
19
20
nCellZones++;
21
}