Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2017-09-19 09:31:29 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ intersectSurfaces()
outputName2=${outputName2%.*}
runApplication -s $outputName1:$outputName2 \
surfaceBooleanFeatures intersection "$@"
surfaceBooleanFeatures "$@" intersection
}
# Set application name

View File

@ -12,18 +12,18 @@ surfaceAdd outlet.stl vessel.stl vessel.stl
surfaceCheck sparger.stl
surfaceAdd gasInlet.stl sparger_0.obj spargerInlet.stl
surfaceConvert sparger_1.obj spargerShaft.stl
surfaceOrient -inside spargerInlet.stl "(0 0.1 1)" spargerInlet.stl
surfaceOrient -inside spargerShaft.stl "(0 0.1 -0.1)" spargerShaft.stl
surfaceOrient -inside spargerInlet.stl spargerInlet.stl "(0 0.1 1)"
surfaceOrient -inside spargerShaft.stl spargerShaft.stl "(0 0.1 -0.1)"
# Rotating shaft
surfaceOrient -inside shaftRotating.stl "(0 0.1 1)" shaftRotating.stl
surfaceOrient -inside shaftRotating.stl shaftRotating.stl "(0 0.1 1)"
# Static shaft
surfaceOrient -inside shaft.stl "(0 0.1 1)" shaft.stl
surfaceOrient -inside shaft.stl shaft.stl "(0 0.1 1)"
# Stirrer
surfaceSplitByTopology stirrer.stl stirrer.stl
surfaceOrient -inside stirrer.stl "(0 0.1 1)" stirrer.stl
surfaceOrient -inside stirrer.stl stirrer.stl "(0 0.1 1)"
mv stirrer_bafflePart_0.stl stirrer_baffles.stl