mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -13,7 +13,7 @@ intersectSurfaces()
|
||||
outputName2=${outputName2%.*}
|
||||
|
||||
runApplication -s $outputName1:$outputName2 \
|
||||
surfaceBooleanFeatures intersection "$@"
|
||||
surfaceBooleanFeatures "$@" intersection
|
||||
}
|
||||
|
||||
# Set application name
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user