|
[Sponsors] |
July 26, 2013, 06:47 |
Rgid motion
|
#1 |
Member
mike
Join Date: Jun 2011
Posts: 42
Rep Power: 15 |
Dear all;
I want to know in order to simulate pitch and plunge motion, do we have to divide numerical domain into two subdomains and rotate or translate the near walls subdomain and fix the outer one, or no, rigid motion of the entire domain will yield in true aerodynamic coefficients? According to "SU2_AIAA_ASM 2013", page 27, "for pitching and plunging, rigid motion of the entire domain is true. Am I right or misunderstand? Thanks a lot. |
|
August 19, 2013, 16:26 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Mike,
There are multiple methods for computing unsteady flows on dynamic meshes, and depending on the particular problem, one choice may be more appropriate. For instance, a pitching/plunging airfoil problem with a typical far-field boundary (not a solid outer boundary) could be simulated by pitching/plunging the entire mesh in a rigid fashion (i.e., no interior points move relative to each other). However, if the airfoil is pitching/plunging in a wind tunnel with fixed outer walls, the airfoil surface should be moved and then the interior mesh deformed around it while holding the outer walls fixed. SU2 can handle both of these options, and this is an active area of development. The options for grid movement can be found within the unsteady flow section of the configuration file. Hope this helps, Tom |
|
August 20, 2013, 07:50 |
Translational rigid body motion in SU2
|
#3 |
New Member
Rachit Prasad
Join Date: Jun 2011
Location: Blacksburg, Virginia
Posts: 29
Rep Power: 15 |
Hi Thomas,
Can you please tell me if SU2 can facilitate translational rigid body motion? Or is it just rotational motion? Regards, Rachit |
|
August 20, 2013, 14:23 |
|
#4 | |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Quote:
As of v2.0.6, SU2 supports rigid motion transformations for translation, pitching, plunging, and rotation. The following options specify the parameters controlling each type of motion to be used with unsteady simulations (it is set to a pitching case here by default): Code:
% % 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.25 MOTION_ORIGIN_Y= 0.0 MOTION_ORIGIN_Z= 0.0 % % Translational velocity (m/s) in the x, y, & z directions (RIGID_MOTION only) TRANSLATION_RATE_X = 0.0 TRANSLATION_RATE_Y = 0.0 TRANSLATION_RATE_Z = 0.0 % % Plunging angular freq. (rad/s) in x, y, & z directions (RIGID_MOTION only) PLUNGING_OMEGA_X= 0.0 PLUNGING_OMEGA_Y= 0.0 PLUNGING_OMEGA_Z= 0.0 % % Plunging amplitude (m) in x, y, & z directions (RIGID_MOTION only) PLUNGING_AMPL_X= 0.0 PLUNGING_AMPL_Y= 0.0 PLUNGING_AMPL_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 = 0.0 % % Pitching angular freq. (rad/s) about x, y, & z axes (RIGID_MOTION only) PITCHING_OMEGA_X= 0.0 PITCHING_OMEGA_Y= 0.0 PITCHING_OMEGA_Z= 106.69842 % % Pitching amplitude (degrees) about x, y, & z axes (RIGID_MOTION only) PITCHING_AMPL_X= 0.0 PITCHING_AMPL_Y= 0.0 PITCHING_AMPL_Z= 1.01 % % Pitching phase offset (degrees) about x, y, & z axes (RIGID_MOTION only) PITCHING_PHASE_X= 0.0 PITCHING_PHASE_Y= 0.0 PITCHING_PHASE_Z= 0.0 Tom |
||
August 21, 2013, 00:04 |
|
#5 |
New Member
Rachit Prasad
Join Date: Jun 2011
Location: Blacksburg, Virginia
Posts: 29
Rep Power: 15 |
Dear Tom,
Thanks for the reply. Was wondering so as the translational velocity options are not mentioned on the website page of the configuration file. Regards, Rachit |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mesh motion with Translation & Rotation | Doginal | CFX | 2 | January 12, 2014 07:21 |
Different zone motion and mesh motion preview | aamer | FLUENT | 5 | September 24, 2012 14:58 |
Prescribed mesh motion does not correspond to actual motion | rbarrett | CFX | 8 | June 30, 2011 14:22 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
large scale mesh motion | sb | FLUENT | 1 | April 27, 2007 23:23 |