|
[Sponsors] |
December 14, 2018, 04:37 |
using toposet for creating porous zone
|
#1 |
New Member
zein elserfy
Join Date: May 2018
Posts: 25
Rep Power: 8 |
i am trying to create porous zone using toposet.Already one of the tutorials is porousblockage in tuturials of pisfoam.now i am trying to create the porous block which is square block using stl file instead of using boxToCell
shown blow boxToCell // porousBlockage { name porousBlockageCellSet; type cellSet; action new; source boxToCell; sourceInfo { box (-0.5 -0.5 -0.1) (0.5 0.5 0.1); } how to modify it to be surfaceToCell by using stl file as source,but i do not understand what is meant by outsidepoints,include Cut ,....... can any one help ? { name porousBlockageCellSet; type cellSet; action new; source surfaceToCell; sourceInfo { file "centerblock1.stl"; //outsidePoints ((-0.5 -0.5 0)); // includeCut false; //includeInside true; // includeOutside false; nearDistance 1e5; // curvature -100; } |
|
December 17, 2018, 02:05 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
Check out the annotated topoSetDict provided with the OF release : https://github.com/OpenFOAM/OpenFOAM...ed/topoSetDict.
Caelan |
|
Tags |
openfoam, stl file, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modelling Combustion in Porous Zone | tanjinjack | FLUENT | 2 | September 26, 2016 05:10 |
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) | cfdonline2mohsen | OpenFOAM | 3 | October 21, 2013 10:28 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
Problem in IMPORT of ICEM input file in FLUENT | csvirume | FLUENT | 2 | September 9, 2009 02:08 |