|
[Sponsors] |
Ignore interior section (or boundary) in CGNS mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 13, 2016, 23:25 |
Ignore interior section (or boundary) in CGNS mesh
|
#1 |
Member
Mandar Kulkarni
Join Date: Nov 2013
Location: Virginia Tech, Blacksburg, VA
Posts: 52
Rep Power: 13 |
Hi,
I am using a CGNS mesh which has a section (or boundary) with marker name "SURFACE_BODY_1_1_1D". This is an interior section. SU2 recognizes this section as a boundary. However, I am not defining this marker in the CFG file because there is not boundary condition associated with it. So, SU2 quits with the error: Code:
The configuration file doesn't have any definition for marker SURFACE_BODY_1_1_1D!! In other words, can SU2 just ignore the section or boundary with the marker name "SURFACE_BODY_1_1_1D". I would have preferred to remove the section from the CGNS file, but this does not seem possible as of now. Any help or direction is much appreciated. Thanks, Mandar |
|
May 24, 2016, 23:25 |
|
#2 | |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 |
Quote:
As the error message states, every boundary needs to have a defined boundary condition. Otherwise the solution behavior would be undefined, even if you were able to run the code without a boundary condition. Effectively, with the boundary there the mesh does not know how to connect the points on either side, and so it can't properly solve the problem. If your desired behavior is for the code to treat that 'boundary' as just a part of the interior of the mesh, and it does not have any interior volume, then you should regenerate your mesh such that that boundary does not exist. There is an 'interface' boundary condition, however this requires two boundaries, not one, and is a more involved set-up that I would not recommend for what you are describing. However, it also sounds from the name of the boundary that it is intended to be a solid wall, in which case you should specify it as an euler_wall (or other appropriate boundary) in the config file. If this boundary is a slip line (aka, extending from the trailing edge of an airfoil where you want to specify that the flow is parallel to that line in the wake), then you can set it as as symmetry condition. |
||
May 27, 2016, 10:45 |
|
#3 |
Member
Mandar Kulkarni
Join Date: Nov 2013
Location: Virginia Tech, Blacksburg, VA
Posts: 52
Rep Power: 13 |
Hi hlk,
Thanks for your reply. The boundary in questions was not really a boundary. It was simply an interior line in the 2D mesh which resulted from the mesh generator and had a name associated with it. Anyway, I was able to get around this problem by deleting that spurious line. --Mandar |
|
January 11, 2022, 16:39 |
|
#4 |
New Member
Abhijith
Join Date: Nov 2020
Location: United Kingdom
Posts: 19
Rep Power: 6 |
Marker = SURFACE_BODY_1_1_1D
I'm facing the same error now. Please let me know how did you delete the interior line generated in the mesh. |
|
January 13, 2022, 06:02 |
|
#5 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Hi,
you have to delete this in the mesh generator that you used to create the mesh. |
|
January 13, 2022, 06:54 |
|
#6 |
New Member
Abhijith
Join Date: Nov 2020
Location: United Kingdom
Posts: 19
Rep Power: 6 |
||
January 13, 2022, 19:13 |
|
#7 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
You can try setting that as MARKER_INTERNAL = SURFACE_BODY_1_1_1D
|
|
January 14, 2022, 07:24 |
|
#8 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Fluent Mesher takes the cgns geometry as an input. You have to do the removal in the geometry, so before using Fluent Mesher. You can do this in SpaceClaim or another design tool.
|
|
January 15, 2022, 11:55 |
|
#9 | |
New Member
Abhijith
Join Date: Nov 2020
Location: United Kingdom
Posts: 19
Rep Power: 6 |
Quote:
Thanks for the input. I managed to delete the curve which was causing trouble. Many thanks to everyone who contributed. |
||
December 2, 2023, 02:08 |
|
#10 |
Member
Sean
Join Date: May 2023
Posts: 53
Rep Power: 3 |
||
Tags |
cgns ignore marker |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
snappyhexmesh remove blockmesh geometry | philipp1 | OpenFOAM Running, Solving & CFD | 2 | December 12, 2014 11:58 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |