|
[Sponsors] |
May 27, 2014, 07:47 |
Domain Creation Problem
|
#1 |
Member
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 12 |
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)]] 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 |
|
June 1, 2014, 18:24 |
|
#2 |
Senior Member
John Chawner
Join Date: Mar 2009
Location: Fort Worth, Texas, USA
Posts: 275
Rep Power: 18 |
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.
__________________
John Chawner / jrc@pointwise.com / www.pointwise.com Blog: http://blog.pointwise.com/ on Twitter: @jchawner |
|
Tags |
domain, shape |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with surface creation in ICEM from multiple curves | dialolema | ANSYS Meshing & Geometry | 2 | October 27, 2014 14:14 |
Problem with creating a domain in hexpress | glasgow_andrew | Fidelity CFD | 2 | March 11, 2014 13:04 |
Problem with inserting a thermal contact resistance in domain interface. | jerryx70c | CFX | 1 | March 4, 2013 15:16 |
porous domain problem | sudhakar | CFX | 6 | November 29, 2006 10:48 |
2d domain problem | Dan Boyle | FLUENT | 2 | March 3, 2003 09:49 |