CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Missed "Part" when exporting 2D model from ICEM (https://www.cfd-online.com/Forums/cfx/133039-missed-part-when-exporting-2d-model-icem.html)

nasa55 April 9, 2014 09:32

Missed "Part" when exporting 2D model from ICEM
 
Hi guys
I have a 2D model (a 3D model with 3 degree thickness). It is simply like a slice of a cylinder (annulus). I generated my grids in ICEM and defined surfaces as different parts of my object. In addition, I have to define a symmetry which is a line in my case (the center-line). When I export the grid, the symmetry line is not exported to my CFX-pre. Why?

If I DON'T define the symmetry and run the model without it, Ansys suggests me to use 1:1 connectivity for periodic surfaces or make a model with 2-cell thickness. The first suggestion doesn't work and when I made my domain with 2-cell thickness, it works. But obviously, the results are not correct.

Why my symmetry line is not exported to CFX, although I defined it a separate part in ICEM.

Any help is appreciated. :)

brunoc April 9, 2014 10:16

I'm guessing you're talking about the axis. If that's so, then no, CFX won't import it because CFX doesn't use 1D regions (the axis line, in your case).

But you won't need it anyway. Just define a rotational periodicity using the low and high theta surfaces from your model and you're good to go.

nasa55 April 9, 2014 11:18

Quote:

Originally Posted by brunoc (Post 484958)
I'm guessing you're talking about the axis. If that's so, then no, CFX won't import it because CFX doesn't use 1D regions (the axis line, in your case).

But you won't need it anyway. Just define a rotational periodicity using the low and high theta surfaces from your model and you're good to go.

Thanks for the reply. Yes, I mean axis. But actually I couldn't understand what do you mean by "low and high theta surfaces". I have defined "Rotational Periodicity" for both side surfaces by interface option. The connectivity type is automatic.

When I run it with one cell thickness, it crashes and says that all vertices for a fluid domain lie on boundaries and I have to use 1:1 mesh connection or domain thickness with at least two cells. There is another suggestion by the solver which says using an advanced parameter in G:G connection. What's wrong in my model?

brunoc April 9, 2014 12:51

By "low and high theta" I meant both surfaces on your periodic interface.

Now, before anything else, keep in mind that CFX solves its equations for the mesh nodes (which represent control volumes).

About the interfaces, a '1:1' interface means that both surfaces used in the interface have identical meshes, so no interpolation is needed between the data from each side of the interface. A 'GGI' (General Grid Interface) interface, on the other hand, means the meshes are different, and therefore an interpolation is needed.

A GGI interface behaves numerically just like any other boundary condition: it sort of imposes values on the control volume, but these values must be related to their counterpart on the other side of the interface.

But in a 1:1 interface, since the mesh is equal on both sides, what CFX does is it actually merges the control volumes from each side of the interface (that is for each node pair from the interface). So those two nodes now represent only 1 control volume, instead of two, and they behave kind of like an internal control volume. No actual value needs to be imposed.

When you have a mesh with only 1 element in its thickness and you use a GGI interface, the solver has nothing to solve for since all values lie on a boundary. But when you use a 1:1 interface, then those nodes from the interface behave like internal control volumes, so that the solver has something to solve for.


All times are GMT -4. The time now is 15:30.