CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Generating mesh (https://www.cfd-online.com/Forums/cfx/20155-generating-mesh.html)

Jonathan February 12, 2004 14:51

Generating mesh
 
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

Neale February 12, 2004 23:46

Re: Generating mesh
 
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.

deLuther February 13, 2004 00:27

Re: Generating mesh
 
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.


All times are GMT -4. The time now is 20:28.