|
[Sponsors] |
how to make a SU2 aeroelastic 2D airfoil computation |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Kevin Wittkowski
Join Date: Sep 2020
Posts: 14
Rep Power: 6 ![]() |
Hello,
I'm trying to make a "simple" 2D aeroelastic computation in SU2, taken from https://su2code.github.io/documents/su2_dev_sanchez.pdf I have a rigid airfoil vertically bounded in a point (A) by a linear spring and damper and rotationally bounded in that point by a torsional spring and damper (see figure) I want to simulate the aeroelastic interaction for a given freestream velocity, initial angle of attack and initial rotating speed of the airfoil. I want to set also the elastic and damping coefficients and the position of point A. I've found no tutorials on cases similar to that on GitHub, so I don't know what are the commands to set this simulation. Thanks in advance and sorry if my questions may be trivial: I'm a beginner on SU2. Kind Regards |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 467
Rep Power: 14 ![]() |
There is an example distributed with the code:
configuration in: https://github.com/su2code/SU2/tree/...es/aeroelastic mesh in: https://github.com/su2code/TestCases...er/aeroelastic |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Kevin Wittkowski
Join Date: Sep 2020
Posts: 14
Rep Power: 6 ![]() |
Hello Pedro,
thank you for your fast reply. It was very helpful. |
|
![]() |
![]() |
![]() |
![]() |
#4 | |
New Member
Kevin Wittkowski
Join Date: Sep 2020
Posts: 14
Rep Power: 6 ![]() |
Hello, how can I change the linear and rotational damping in this simulation?
thanks in advance Quote:
|
||
![]() |
![]() |
![]() |
![]() |
#5 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 467
Rep Power: 14 ![]() |
These are all the options associated with aeroelastic simulations:
Code:
/*!\par CONFIG_CATEGORY: Aeroelastic Simulation (Typical Section Model) \ingroup Config*/ /*--- Options related to aeroelastic simulations using the Typical Section Model) ---*/ /* DESCRIPTION: The flutter speed index (modifies the freestream condition) */ addDoubleOption("FLUTTER_SPEED_INDEX", FlutterSpeedIndex, 0.6); /* DESCRIPTION: Natural frequency of the spring in the plunging direction (rad/s). */ addDoubleOption("PLUNGE_NATURAL_FREQUENCY", PlungeNaturalFrequency, 100); /* DESCRIPTION: Natural frequency of the spring in the pitching direction (rad/s). */ addDoubleOption("PITCH_NATURAL_FREQUENCY", PitchNaturalFrequency, 100); /* DESCRIPTION: The airfoil mass ratio. */ addDoubleOption("AIRFOIL_MASS_RATIO", AirfoilMassRatio, 60); /* DESCRIPTION: Distance in semichords by which the center of gravity lies behind the elastic axis. */ addDoubleOption("CG_LOCATION", CG_Location, 1.8); /* DESCRIPTION: The radius of gyration squared (expressed in semichords) of the typical section about the elastic axis. */ addDoubleOption("RADIUS_GYRATION_SQUARED", RadiusGyrationSquared, 3.48); /* DESCRIPTION: Solve the aeroelastic equations every given number of internal iterations. */ addUnsignedShortOption("AEROELASTIC_ITER", AeroelasticIter, 3); |
|
![]() |
![]() |
![]() |
![]() |
#6 |
New Member
Kevin Wittkowski
Join Date: Sep 2020
Posts: 14
Rep Power: 6 ![]() |
Hello Pedro and thank you for your quick reply.
I must have misunderstood a command, sorry. Is there a way to prescribe rotational and translational damping (as in https://su2code.github.io/documents/su2_dev_sanchez.pdf image that I posted before) without changing the fluid viscosity? Many thanks in advance. |
|
![]() |
![]() |
![]() |
Tags |
aeroelasticity, airfoil 2d, flutter, mesh deformation, su2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D Windturbine simulation in SU2 | k.vimalakanthan | SU2 | 15 | October 12, 2023 06:53 |
Introducing SU2 International Developers Society (IDS) | fpalacios | SU2 News & Announcements | 1 | June 17, 2019 23:38 |
SU2 Aeroelastic Solver | Kit62 | SU2 | 0 | May 11, 2018 12:55 |
High drag for airfoil compared to XFOIL and wind tunnel data | Ry10 | SU2 | 15 | October 30, 2016 18:27 |
error make SU2 4.0.1 | Heathckliff | SU2 Installation | 2 | November 9, 2015 06:48 |