|
[Sponsors] |
April 24, 2015, 17:32 |
Periodic BC in SU2.!!!
|
#1 |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
Hi,
I am simulating a shock instability case using SU2 in a square domain with unit length(shown below). I need to apply periodic boundary condition in top and bottom side. First I preprocessed with SU2_MSH and then I used the mesh_out.su2 file for simulation. I used the following in the config file. MARKER_PERIODIC= ( top, bottom, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,bottom, top, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) I am not getting the expected results and I am not sure whether the BC specification is correct. Please clarify. Thanks in advance. |
|
May 14, 2015, 16:04 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Vino,
For the periodic BC with the latest version of the code, you only need to provide the first half of your specification, i.e., MARKER_PERIODIC= ( top, bottom, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ) Additionally, you need to provide the translational distance between the top and bottom instead of all zeros. If it was 1 m in the y-dir, for example, you would put MARKER_PERIODIC= ( top, bottom, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 ) We also have an example of this for the VKI turbine in our test cases that are available. You can check out the config there for another example (see TestCases/rans/vki_turbine/). Hope this helps, Tom |
|
May 14, 2015, 16:53 |
|
#3 |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
Thank you very much economon.
This is what exactly I was looking for. Let me try now. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GAMBIT] periodic faces not matching | Aadhavan | ANSYS Meshing & Geometry | 6 | August 31, 2013 12:25 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |
[ICEM] Periodic condition between ICEM and FLUENT | Touré | ANSYS Meshing & Geometry | 0 | August 5, 2012 18:00 |
HELP! Periodic Problem | foxer | FLUENT | 1 | June 27, 2012 09:00 |
[ICEM] how to define periodic in icem ? | mingersai | ANSYS Meshing & Geometry | 1 | February 3, 2012 18:46 |