CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Limit on number of boundaries in .cfg?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 29, 2014, 18:25
Question Limit on number of boundaries in .cfg?
  #1
New Member
 
Nitin
Join Date: Feb 2014
Posts: 9
Rep Power: 12
neetin is on a distinguished road
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.
neetin is offline   Reply With Quote

Old   May 18, 2014, 22:54
Default
  #2
Super Moderator
 
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15
fpalacios is on a distinguished road
Quote:
Originally Posted by neetin View Post
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.
I see...
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
fpalacios is offline   Reply With Quote

Old   June 5, 2014, 09:50
Default
  #3
New Member
 
Nitin
Join Date: Feb 2014
Posts: 9
Rep Power: 12
neetin is on a distinguished road
Thank you, Francisco.
neetin is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 10:43.