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
/
addPistonFacesPointZonesAccordionEngineMesh.H
blob
1e161107d3b9403ad262b655638784c8d20b6a27
1
2
// Add the piston points zone
3
if (piston().patchID().active())
4
{
5
pointSet movingPistonPoints(*this, pistonAuxPoints_);
6
7
pz.append
8
(
9
new pointZone
10
(
11
"movingPistonPoints",
12
movingPistonPoints.toc(),
13
nPointZones,
14
pointZones()
15
)
16
);
17
18
nPointZones++;
19
}