CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Pointwise & Gridgen (https://www.cfd-online.com/Forums/pointwise/)
-   -   Domain Creation Problem (https://www.cfd-online.com/Forums/pointwise/136360-domain-creation-problem.html)

v_herw May 27, 2014 06:47

Domain Creation Problem
 
1 Attachment(s)
Hi,

i have a question regarding the below picture. I wanted to create a unstructured Domain between the two circles of connectors but when i create them with the following command, I get a really weird mesh next to the two connecting cons.

Code:

set DomOnSurfaceMode [pw::DomainUnstructured createFromConnectors -reject _TMP(unusedCons) -solid[list $_CN(23) $_CN(25) $_CN(27) $_CN(28)]]
Now I am looking for something similar to the "Project" command that i can ensure that the domain is always on the shape of the circle.

Of course when i am creating a structured mesh there is no problem of the shape. Might it be possible to just 'translate' the structured mesh into a unstructured?

Which way might be the easier way to create the unstructured domain in this special case?

Thanks for your replies.

Vanessa

jchawner June 1, 2014 17:24

Hi Vanessa:

If I understand you correctly, you're saying that the shape of the 180 degree unstructured domain on the top of your "3D disc" has a funny shape. I think I can see that in the picture. That's because the unstructured method needs an underlying geometry (database in our terminology) to ensure that it has the correct shape. The structured domain on the bottom half of your disc has the correct shape due to the nature of how the structured grid methods work.

So I suggest that you create a database surface (surface of revolution) by rotating one of the straight lines that connects the two circles by 180 degrees around whatever the center of your geometry is. Then you can create the unstructured domain using On DB Entities and it will automatically have the correct shape. Or you could simply project what you have onto it.

Again, this is caused by the nature of the Delaunay algorithm that creates the unstructured surface mesh. You will see this for virtually any shape that looks topologically like a cylinder.

Hope this helps.


All times are GMT -4. The time now is 04:33.