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

How to set periodic boundary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 11, 2019, 21:31
Default How to set periodic boundary
  #1
Member
 
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17
liujmljm is on a distinguished road
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.
liujmljm is offline   Reply With Quote

Old   July 12, 2019, 10:49
Default
  #2
Member
 
na
Join Date: Jul 2018
Posts: 83
Rep Power: 7
TKatt is on a distinguished road
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 )
So for a translational periodicity of e.g. 1.0 in y-direction (say y-coord is your channel width) it would look sth like this
Code:
MARKER_PERIODIC= ( left_side, right_side, 0,0,0, 0,0,0, 0,1.0,0 )
or
Code:
MARKER_PERIODIC= ( right_side, right_side, 0,0,0, 0,0,0, 0,1.0,0 )
order does not matter there. That is all there is to do, the mesh can stay as is.

Hope that helps,
Tobi
TKatt is offline   Reply With Quote

Old   July 12, 2019, 11:37
Default
  #3
Member
 
Jianming Liu
Join Date: Mar 2009
Location: China
Posts: 71
Rep Power: 17
liujmljm is on a distinguished road
thank u very much
liujmljm is offline   Reply With Quote

Reply


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
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Unsteady Periodic Boundary Condition EMolina SU2 0 July 24, 2014 16:16
Radiation interface hinca CFX 15 January 26, 2014 17:11
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05


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