|
[Sponsors] |
February 12, 2004, 15:51 |
Generating mesh
|
#1 |
Guest
Posts: n/a
|
Hello CFX 5.6 users,
Is anyone out there writing their own meshes from scratch? I am looking at creating my own mesh in MATLAB and importing it into CFX Pre. I know this was easy and useful in CFX 4.4, but I imagine it will be more complicated in CFX 5.6 because of the unstructured code. If anyone has any experience with this, do you have any comments on the ease and feasibility? Jonathan |
|
February 13, 2004, 00:46 |
Re: Generating mesh
|
#2 |
Guest
Posts: n/a
|
The volume mesh is not too bad as long as you can create two things:
1. A list of x,y,z coordinates numbered 1->n for "n" vertices. 2. An element to vertex map. eg: element 1 has vertices 10, 12, 13, 25. etc.... The trickier bit is creating 2D regions so that you can assign boundary conditions. You have to define faces on your boundaries, what interior elements these faces are attached to, and what element local face number is on the boundary (so that you know which vertices are on the boundary). I suggest you carefully read through the user defined mesh import documentation. There is an interface for doing this in CFX-5. Neale. |
|
February 13, 2004, 01:27 |
Re: Generating mesh
|
#3 |
Guest
Posts: n/a
|
I think that maybe Patran neutral format(which is supported by CFX-PRE) can be answer. Instead of defining 2D regions you can simply have 3D regions and group of nodes which treated by CFX-Pre as 2D regions. Patran neutral is text format so you could write your own translator... Interior regions between different domains are created automaticaly.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Hexa mesh, curve mesh setup, bunching law | Anorky | ANSYS Meshing & Geometry | 4 | November 12, 2014 01:27 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
basic of mesh refinement | arya | CFX | 4 | June 19, 2007 13:21 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |