|
[Sponsors] |
May 3, 2013, 19:01 |
How to using moving mesh scheme
|
#1 |
Member
Sean (J.X.) Shi
Join Date: May 2012
Location: US
Posts: 34
Rep Power: 14 |
Hi,
I read your paper in AIAA. It is mentioned that moving mesh scheme is available in SU2. I am trying to solve a forwarding rotating problem. The rotating frame in the cfg file and the case looks that it is only for steady problem. I am wondering how to solve the transient rotating problem. In the unsteady section, I see the type of mesh motion, and rigid motion parameters. How to use that? Thanks. |
|
May 9, 2013, 14:53 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Sean,
SU2 is capable of performing unsteady simulations with dynamic meshes (both rigid and deforming mesh transformations). The rigid mesh motion capabilities are currently more advanced than those for the deforming meshes, although we are actively working in that area too. To run a time-accurate simulation with a rigidly rotating mesh for the rotating NACA 0012 problem, you can use the following config options, for example: % ------------------------- UNSTEADY SIMULATION -------------------------------% % % Unsteady simulation (NO, TIME_STEPPING, DUAL_TIME_STEPPING-1ST_ORDER, % DUAL_TIME_STEPPING-2ND_ORDER, TIME_SPECTRAL) UNSTEADY_SIMULATION= DUAL_TIME_STEPPING-2ND_ORDER % % Time Step for dual time stepping simulations (s) UNST_TIMESTEP= 0.01 % % Total Physical Time for dual time stepping simulations (s) UNST_TIME= 1.0 % % Number of internal iterations (dual time method) UNST_INT_ITER= 500 % % Mesh motion for unsteady simulations (NO, YES) GRID_MOVEMENT= YES % % Type of mesh motion (NONE, FLUTTER, RIGID_MOTION, FLUID_STRUCTURE) GRID_MOVEMENT_KIND= RIGID_MOTION % % Coordinates of the rigid motion origin MOTION_ORIGIN_X= 0.5 MOTION_ORIGIN_Y= -32.0 MOTION_ORIGIN_Z= 0.0 % % Angular velocity vector (rad/s) about x, y, & z axes (RIGID_MOTION only) ROTATION_RATE_X = 0.0 ROTATION_RATE_Y = 0.0 ROTATION_RATE_Z = 8.25 Note that you will need to set your own physical time step, total time for the simulation, and a number of internal iterations for the dual time method. The important parameters here are the (x,y,z) coordinates for the center of rotation (MOTION_ORIGIN) and the rotation rate in radians per second (ROTATION_RATE). Please feel free to give this a try in the config file for the rotating NACA 0012 case, and don't forget to turn off the rotating frame option (ROTATING_FRAME= NO). Cheers, Tom |
|
May 9, 2013, 16:27 |
|
#3 |
Member
Sean (J.X.) Shi
Join Date: May 2012
Location: US
Posts: 34
Rep Power: 14 |
Thanks, Tom.
It works and help me finish my project. There are two problems: 1. How to save the intermediate results, my step is 10, but I only get two results with _0 and _10. 2. How to output paraview .vtk file for domain flow in SU2 2.0.3? Last edited by momo_sjx; May 9, 2013 at 20:28. |
|
May 9, 2013, 20:15 |
|
#4 |
Member
Sean (J.X.) Shi
Join Date: May 2012
Location: US
Posts: 34
Rep Power: 14 |
There are two problems:
1. How to save the intermediate results, my step is 10, but I only get two results with _0 and _10. 2. How to output paraview .vtk file for domain flow in SU2 2.0.3? |
|
May 13, 2013, 17:33 |
|
#5 | ||
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Quote:
Quote:
Cheers, Tom |
|||
May 13, 2013, 19:56 |
|
#6 |
Member
Sean (J.X.) Shi
Join Date: May 2012
Location: US
Posts: 34
Rep Power: 14 |
Thanks for the reply. I am looking forward to the formal release of new versions.
|
|
June 18, 2013, 12:53 |
|
#7 |
New Member
Aldo Bonfiglioli
Join Date: Jan 2013
Location: Potenza, Italy
Posts: 19
Rep Power: 13 |
Might be worth mentioning in the web page describing the configuration file that the PITCHING_AMPLitudes should be given in degrees, not rads.
|
|
June 28, 2013, 20:20 |
|
#8 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Aldo,
Thanks for the feedback - a little more detail has been added to the configuration file template that can be found with the source code (config_template.cfg). Hope this helps clear it up a little and cheers, Tom |
|
July 17, 2013, 16:55 |
|
#9 |
Member
Sean (J.X.) Shi
Join Date: May 2012
Location: US
Posts: 34
Rep Power: 14 |
Hi, Tom
I have two questions, 1) Can SU2V2.0.5 solve the RANS with moving mesh scheme. I tried a case, but the residual returns NAN. I did not find the test case in the package. Can you tell me how to do that. 2) I want the output file is cgns format. But SU2_CFD can not be complied in parallel with CGNS support. How to solve this problem. Thanks. |
|
July 25, 2013, 03:56 |
|
#10 | ||
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Dear Sean,
Quote:
Quote:
Hope this helps! Tom |
|||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to let the mesh motion solver just solve a small region near a moving boundary? | zhajingjing | OpenFOAM Running, Solving & CFD | 9 | April 28, 2016 05:15 |
Moving Mesh Run problem - Scientific Linux | G. SE | Siemens | 2 | May 7, 2008 08:15 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
Moving (structured) mesh | Jesper | CFX | 5 | February 2, 2007 04:43 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |