|
[Sponsors] |
April 29, 2014, 18:25 |
Limit on number of boundaries in .cfg?
|
#1 |
New Member
Nitin
Join Date: Feb 2014
Posts: 9
Rep Power: 12 |
Is there a limit on number of boundary faces that can be set in .cfg file? I am trying to automate geometry-mesh-analysis process. For a complex geometry, the number of faces exceed 100 (geometry automation). And these face numbers/IDs are carried through meshing to SU2. Whenever the boundary face number exceeds 100, SU2 quits with segmentation fault.
TIA. -Neetin. |
|
May 18, 2014, 22:54 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
could you please go to option_structure.hpp and change const unsigned int MAX_INDEX_VALUE = 100; /*!< \brief Maximum value for a marker index. */ const unsigned int MAX_NUMBER_MARKER = 200; /*!< \brief Maximum number of domains. */ by const unsigned int MAX_INDEX_VALUE = 500; /*!< \brief Maximum value for a marker index. */ const unsigned int MAX_NUMBER_MARKER = 500; /*!< \brief Maximum number of domains. */ Thanks for using SU2, Francisco |
||
June 5, 2014, 09:50 |
|
#3 |
New Member
Nitin
Join Date: Feb 2014
Posts: 9
Rep Power: 12 |
Thank you, Francisco.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Code for EARSM by Hellsten and RSM by Manceau, square duct, 2d turbulent channel | Thomas Baumann | OpenFOAM Running, Solving & CFD | 14 | October 16, 2020 05:11 |
Help compiling code (newbie) | thsb20 | OpenFOAM Programming & Development | 56 | August 24, 2016 05:24 |
decomposePar pointfield | flying | OpenFOAM Running, Solving & CFD | 28 | December 30, 2013 16:05 |
DecomposePar unequal number of shared faces | maka | OpenFOAM Pre-Processing | 6 | August 12, 2010 10:01 |
Unaligned accesses on IA64 | andre | OpenFOAM | 5 | June 23, 2008 11:37 |