|
[Sponsors] |
June 16, 2014, 07:32 |
Divide rectangles into triangles
|
#1 |
New Member
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12 |
Hi,
I created a mesh containing rectangles and enabled this option in the config file: % Divide rectangles into triangles (NO, YES) DIVIDE_ELEMENTS= YES However, the results are exactly the same. I opened some flow result files and found that the grid still contained rectangles. Is there anything else that needs to be changed? Thanks. |
|
June 24, 2014, 18:02 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
The element division capability is currently supported only for the mesh deformation code, SU2_DEF. If you would like to experiment with the element division for the CFD solver, you can comment out the following around line near ~1200 of config_structure.cpp: if (Kind_SU2 != SU2_DEF) Divide_Element = false; However, please note that there are no guarantees on performance with this modification, but you might give it a try. Cheers, Tom |
|
June 25, 2014, 03:49 |
|
#3 | |
New Member
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Divide Prismatic Boundary Layer Mesh causes overlapping faces | SilentRunner42 | enGrid | 4 | May 4, 2015 04:37 |
How to divide all entries in 0/p by rho | lentschi | OpenFOAM | 1 | March 16, 2011 14:42 |
[ICEM] Importing a set of triangles into ICEM CFD | rambabu | ANSYS Meshing & Geometry | 5 | November 12, 2009 18:13 |
how to divide domain? | manish | Phoenics | 0 | May 10, 2006 03:25 |
higher gauss Quadrature rule for triangles | R.A.Khurram | Main CFD Forum | 1 | September 27, 2001 14:39 |