|
[Sponsors] |
July 11, 2019, 22:31 |
How to set periodic boundary
|
#1 |
Member
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17 |
Hi, I am running the SU2-6.2.0 code to test the case of 3D Backward-facing step. Could u please tell me how to set the periodic boundary. Thank u.
|
|
July 12, 2019, 11:49 |
|
#2 |
Member
na
Join Date: Jul 2018
Posts: 90
Rep Power: 8 |
Hi,
currently integrated is only 'spanwise' periodicity. So in case of a 3D backward facing step you would apply the periodic BC to the side walls of the channel, simulating approximately an arbitrary wide channel. Code:
% Periodic boundary marker(s) (NONE = no marker) % Format: ( periodic marker, donor marker, rotation_center_x, rotation_center_y, % rotation_center_z, rotation_angle_x-axis, rotation_angle_y-axis, % rotation_angle_z-axis, translation_x, translation_y, translation_z, ... ) MARKER_PERIODIC= ( NONE ) Code:
MARKER_PERIODIC= ( left_side, right_side, 0,0,0, 0,0,0, 0,1.0,0 ) Code:
MARKER_PERIODIC= ( right_side, right_side, 0,0,0, 0,0,0, 0,1.0,0 ) Hope that helps, Tobi |
|
July 12, 2019, 12:37 |
|
#3 |
Member
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17 |
thank u very much
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
Unsteady Periodic Boundary Condition | EMolina | SU2 | 0 | July 24, 2014 17:16 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |