|
[Sponsors] |
June 22, 2016, 01:21 |
3D Periodic Boundary in SU2
|
#1 |
New Member
Join Date: Jun 2016
Posts: 7
Rep Power: 10 |
Dear developers and all users,
In the paper "Optimal Shape Design for Open Rotor Blades - AIAA 2012-3018", the authors have done the RANS simulation for Caradonna&Tune case using 3d periodic boundary, the mesh topology is shown in the first figure. In order to test the 3d periodic boundary, I have built a computational field as the topology described above. The mesh is shown in the second figure in attachment, and the procedures how I run the this simulation are: 1. Output the su2 mesh from pointwise. 2. Set up the configuration file, the periodic boundary and grid adaption parts are: % Periodic boundary marker(s) (NONE = no marker) % Format: ( periodic marker, donor marker, rot_cen_x, rot_cen_y, rot_cen_z, rot_angle_x-axis, rot_angle_y-axis, rot_angle_z-axis, translation_x, translation_y, translation_z) MARKER_PERIODIC= ( per1, per2, 0.0, 0.0, 0.0, 0.0, 0.0, 180.0, 0.0, 0.0, 0.0) % ------------------------- GRID ADAPTATION STRATEGY --------------------------% % % Kind of grid adaptation (NONE, PERIODIC) KIND_ADAPT= PERIODIC 3. Execute the SU2_MSH to output su2 grid with periodic halo element 4. Running the SU2_CFD using new su2 grid from step 3. In the step 4, it code runs well for serial execution or parallel execution when the core number less than 6. But if I execute the command "SU2_CFD -n 8 periodic.cfd" or use more computational cores than 8, the segmentation error will be occurred at "Establishing MPI communication patterns" or "Setting the control volume structure". I also try to refine the grid and build more nodes on the periodic boundary surface. In this case, , the segmentation error will be occurred for all parallel executions, no maters how many cores in using . And the serial execution for this refined mesh could runs several steps, however, the segmentation error still be occurred when the master node merge coordinates at solution writing out step. These are the errors and information I got using 3d rotation periodic BC, and I need you guys' help. Could anyone give me any ideal or suggestion to solve this issue? If anyone try to run my test case, just leave E-mail here and I will sent you the mesh and configuration file. Thanks! |
|
May 1, 2018, 21:43 |
|
#2 |
New Member
steve
Join Date: Apr 2018
Posts: 2
Rep Power: 0 |
I have the same problems with you. Hope you can help me.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Waterwheel shaped turbine inside a pipe simulation problem | mshahed91 | CFX | 3 | January 10, 2015 12:19 |
Difficulty In Setting Boundary Conditions | Moinul Haque | CFX | 4 | November 25, 2014 18:30 |
Symmetry and Periodic boundary conditions | CFD_Fluent_User | FLUENT | 1 | October 16, 2014 03:18 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |