|
[Sponsors] |
[Technical] How to convert Corner-grid format to OpenFOAM mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 20, 2019, 13:05 |
How to convert Corner-grid format to OpenFOAM mesh
|
#1 |
Member
Elwardi Fadeli
Join Date: Dec 2016
Location: Boumerdes, Algeria
Posts: 41
Rep Power: 9 |
Hello all,
So, I have to convert a corner grid to OpenFOAM mesh. The big problem is that the grid allows for two adjacent cells to share a "portion of a face" but the mesh classes in OpenFOAM (fvMesh in particular) doesn't like this. Does anyone know a quick way to convert it? Provided that there is some C library which, apparently, can read in the grid; which means I can easily retrieve the points cloud and their connectivity (to some extent). This particularly leads to the ability of writing an invalid "blockMeshDict" where some cells are described like this: Code:
+-----------------+ | | | | | +----------------+ | | | +-----------------+ | | | | | +----------------+ Note that trying to extract the surface mesh from the grid and re-meshing it with tools like "cfMesh" didn't work, obviously because of the same issue : "Bounding box (0 0 -20) (7000 7000 0)" Thanks in advance. |
|
Tags |
mesh 3d |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
Convert mesh from unstructured Openfoam to structured | ayushmorx | Mesh Generation & Pre-Processing | 0 | October 10, 2017 12:24 |
[Commercial meshers] COnvert FLuent MEsh to openfoam with interface | manuc | OpenFOAM Meshing & Mesh Conversion | 1 | July 25, 2017 04:13 |
[Salome] Error while tring to convert mesh generated in salome to openfoam | Arjun Jayakumar | OpenFOAM Meshing & Mesh Conversion | 0 | October 10, 2014 09:23 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |