|
[Sponsors] |
[snappyHexMesh] Change in meshing procedure for propeller from 2.2.2 to 2.3.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 18, 2014, 09:34 |
Change in meshing procedure for propeller from 2.2.2 to 2.3.0
|
#1 |
Senior Member
Pete Bachant
Join Date: Jun 2012
Location: Boston, MA
Posts: 173
Rep Power: 14 |
Can anyone explain why various meshing processes were changed in the propeller tutorial? It seems that a few were removed/combined.
Version 2.2.2: Code:
#!/bin/sh cd ${0%/*} || exit 1 # run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions # copy propeller surface from resources folder cp $FOAM_TUTORIALS/resources/geometry/propellerTip.obj.gz constant/triSurface/ # - meshing runApplication blockMesh runApplication surfaceFeatureExtract runApplication snappyHexMesh -overwrite # force removal of fields generated by snappy \rm -rf 0 cp -rf 0.org 0 # - generate face/cell sets and zones #runApplication setSet -batch removeRedundantZones.setSet #mv log.setSet log.removeRedundantZones.setSet runApplication topoSet -dict system/removeRedundantZones.topoSetDict mv log.topoSet log.removeRedundantZones.topoSet #runApplication setSet -batch createInletOutletSets.setSet #mv log.setSet log.createInletOutletSets.setSet runApplication topoSet -dict system/createInletOutletSets.topoSetDict mv log.topoSet log.createInletOutletSets.topoSet #runApplication setSet -batch createAMIFaces.setSet #mv log.setSet log.createAMIFaces.setSet runApplication topoSet -dict system/createAMIFaces.topoSetDict mv log.topoSet log.createAMIFaces.topoSet # - create the inlet/outlet patches runApplication createPatch -overwrite # - apply the initial fields cp -rf 0.org 0 # - create the AMI faces by creating baffles, and then splitting the mesh runApplication createBaffles -overwrite runApplication mergeOrSplitBaffles -split -overwrite Code:
#!/bin/sh cd ${0%/*} || exit 1 # run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions # copy propeller surface from resources directory cp $FOAM_TUTORIALS/resources/geometry/propellerTip.obj.gz constant/triSurface/ # - meshing runApplication blockMesh runApplication surfaceFeatureExtract runApplication snappyHexMesh -overwrite runApplication renumberMesh -overwrite # force removal of fields generated by snappy \rm -rf 0 # - generate face/cell sets and zones runApplication topoSet -dict system/createInletOutletSets.topoSetDict # - create the inlet/outlet and AMI patches runApplication createPatch -overwrite # - test by running moveDynamicMes #runApplication moveDynamicMesh -checkAMI # - set the initial fields cp -rf 0.org 0 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Stop the meshing procedure | gdimitris | ANSYS Meshing & Geometry | 4 | October 25, 2017 05:20 |
What are ways to reduce the time taken by fluent and meshing process in phase change. | ~Akshay350~ | FLUENT | 0 | March 23, 2017 13:39 |
what is the procedure for applying dynamic meshing | rsaurabh | FLUENT | 6 | July 23, 2016 18:52 |
[Gmsh] Vertex numbering is dense | KateEisenhower | OpenFOAM Meshing & Mesh Conversion | 7 | August 3, 2015 11:49 |