|
[Sponsors] |
[cfMesh] Symmetry patch issue in cfMesh from stl file |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 25, 2017, 07:47 |
Symmetry patch issue in cfMesh from stl file
|
#1 |
Member
badoumba
Join Date: Aug 2013
Posts: 68
Rep Power: 13 |
Good morning everyone,
I am trying to set an external aerodynamic case with a symmetry plane in cfMesh. My 3D file is a stl, so there is only the patch name, no type (wall, patch, symmetry, slip...). This is different from the racing car case in cfMesh website, although there is no symmetry plane declared in the fms file. Should I simply use the renameBoundary dictionnary to change the type of my symmetry plane from whatever to symmetry? Code:
boundaryLayers{ ... symmetryPlaneLayerTopology 1; generateLayersAtSymmetryPlanes 0; ... } renameBoundary { ... newPatchNames { sym { type symmetry } } } |
|
May 28, 2018, 09:47 |
|
#2 |
New Member
Dr. Peyman Davvalo Khongar
Join Date: Mar 2018
Location: Helsinki (Finland)
Posts: 16
Rep Power: 8 |
Moi,
I suggest you to do this, its much easier. If you have an stl file (for example geo.stl) with boundaries, simply run the following command: Code:
surfaceFeatureEdges -angle n geo.stl geo.fms Then cfMesh creates you the fms format of your geometry. Open the fms file and you can put the types that you have for your faces in the fms file. As an example here i have a face called banana and its type wall: Code:
1( banana wall) 965 ( (0.0317752 0.00886576 0.0240078) (0.0146394 0.027969 0.0258469) (0.0257587 0.0212725 -0.0234224) ... Code:
1( banana symmetry) 965 ( (0.0317752 0.00886576 0.0240078) (0.0146394 0.027969 0.0258469) (0.0257587 0.0212725 -0.0234224) ... Its much easier to do this. Moikka, Peyman |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swak4foam for OpenFOAM 4.0 | mnikku | OpenFOAM Community Contributions | 80 | May 17, 2022 09:06 |
polynomial BC | srv537 | OpenFOAM Pre-Processing | 4 | December 3, 2016 10:07 |
Problem compiling a custom Lagrangian library | brbbhatti | OpenFOAM Programming & Development | 2 | July 7, 2014 12:32 |
friction forces icoFoam | ofslcm | OpenFOAM | 3 | April 7, 2012 11:57 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |