CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Pre-processing

Register Blogs Community New Posts Updated Threads Search

Pre-processing
Old

Baffles01 - createPatch & createBaffle

Posted July 21, 2018 at 11:48 by student666
Updated September 22, 2018 at 12:52 by student666

Objective: test cases for using following dicts:
  • createPatchDict
  • createBafflesDict

Preliminary steps:
  1. Run the Salome script for the geometry and surface mesh generation
  2. Export walls, inlet outlet inside cad/stl as STL (ASCII)
  3. Run the utility buildRegionSTL, it will create the constant/triSurface folder with buildRegionSTL.stl
  4. Export the interna mesh as interna.stl inside constant/triSurface

************Set up the SHM dict file for create Patch (highlights)...
Senior Member
Posted in Pre-processing
Views 1293 Comments 0 student666 is offline Edit Tags
Old

Utility 01 - buildRegionSTL

Posted July 21, 2018 at 09:52 by student666
Updated September 22, 2018 at 12:53 by student666

Following code has to be copied into your ./bashrc on linux system to merge toghether several STL files saved into cad/stl folder.


For more details, have a look to this screen cast
https://www.youtube.com/watch?v=CZvU...OvvbOv&index=1



thanks Tobi

Code:
function buildRegionSTL() {
    if [ -d "cad/stl" ]
    then
        if [ "$#" -ne 1 ]
...
Senior Member
Posted in Pre-processing
Views 1041 Comments 0 student666 is offline Edit Tags
Old

cfMesh my steps

Posted March 2, 2018 at 23:48 by student666
Updated September 22, 2018 at 12:53 by student666

fms file creation
Code:
surfaceToFMS file.stl
extraction of edges from stl file
Code:
surfaceFeatureEdges file.stl file.fms -angle 30
This is to visualize with paraview
Code:
FMSToSurface -exportFeatureEdges file.fms fileEdge.fms
#several steps for improving mesh quality
Code:
cartesianMesh.exe
checkMesh.exe >> log.Mesh1
improveMeshQuality.exe
checkMesh.exe >> log.Mesh1
improveMeshQuality.exe
checkMesh.exe >> log.Mesh1
improveSymmetryPlanes.exe
...
Senior Member
Posted in Pre-processing
Views 2938 Comments 1 student666 is offline Edit Tags

All times are GMT -4. The time now is 03:40.