mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mixerVessel: surfaceBooleanFeatures syntax
This commit is contained in:
@ -36,34 +36,34 @@ nProcs=$(getNumberOfProcessors)
|
|||||||
|
|
||||||
# Surface intersections
|
# Surface intersections
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/vessel.stl \
|
vessel.stl \
|
||||||
constant/triSurface/spargerShaft.stl \
|
spargerShaft.stl \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/vessel.stl \
|
vessel.stl \
|
||||||
constant/triSurface/shaft.stl \
|
shaft.stl \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/spargerShaft.stl \
|
spargerShaft.stl \
|
||||||
constant/triSurface/spargerInlet.stl \
|
spargerInlet.stl \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/stirrer.stl \
|
stirrer.stl \
|
||||||
constant/triSurface/shaftRotating.stl \
|
shaftRotating.stl \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/stirrer_baffles.stl \
|
stirrer_baffles.stl \
|
||||||
constant/triSurface/stirrer.stl \
|
stirrer.stl \
|
||||||
-surf1Baffle \
|
-surf1Baffle \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/rotating.stl \
|
rotating.stl \
|
||||||
constant/triSurface/shaft.stl \
|
shaft.stl \
|
||||||
-surf1Baffle \
|
-surf1Baffle \
|
||||||
-perturb
|
-perturb
|
||||||
|
|
||||||
@ -71,8 +71,8 @@ intersectSurfaces \
|
|||||||
for bladeI in $(seq 1 6);
|
for bladeI in $(seq 1 6);
|
||||||
do
|
do
|
||||||
intersectSurfaces \
|
intersectSurfaces \
|
||||||
constant/triSurface/stirrer_baffles_$bladeI.obj \
|
stirrer_baffles_$bladeI.obj \
|
||||||
constant/triSurface/stirrer_baffles_plate.obj \
|
stirrer_baffles_plate.obj \
|
||||||
-surf1Baffle \
|
-surf1Baffle \
|
||||||
-surf2Baffle
|
-surf2Baffle
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user