File tree Expand file tree Collapse file tree
pitching_naca64a010_euler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,12 +49,27 @@ MARKER_MOVING= ( airfoil )
4949
5050% -------------- AEROELASTIC SIMULATION (Typical Section Model) ---------------%
5151%
52+ % The flutter speed index (modifies the freestream condition in the solver)
5253FLUTTER_SPEED_INDEX = 1.3
54+ %
55+ % Natural frequency of the spring in the plunging direction (rad/s)
5356PLUNGE_NATURAL_FREQUENCY = 100
57+ %
58+ % Natural frequency of the spring in the pitching direction (rad/s)
5459PITCH_NATURAL_FREQUENCY = 100
60+ %
61+ % The airfoil mass ratio
5562AIRFOIL_MASS_RATIO = 60
63+ %
64+ % Distance in semichords by which the center of gravity lies behind
65+ % the elastic axis
5666CG_LOCATION = 1.8
67+ %
68+ % The radius of gyration squared (expressed in semichords)
69+ % of the typical section about the elastic axis
5770RADIUS_GYRATION_SQUARED = 3.48
71+ %
72+ % Solve the aeroelastic equations every given number of internal iterations
5873AEROELASTIC_ITER = 3
5974
6075% --------------------------- GUST SIMULATION ---------------------------------%
@@ -63,8 +78,12 @@ WIND_GUST = NO
6378GUST_TYPE = TOP_HAT
6479GUST_DIR = Y_DIR
6580GUST_WAVELENGTH = 7.90876841815
81+ % 1/4 of period based on the pitch natural frequency
82+ %
6683GUST_PERIODS = 1.0
6784GUST_AMPL = 8.78841285061
85+ % Corresponds to 1 deg AoA.
86+ %
6887GUST_BEGIN_TIME = 0.0
6988GUST_BEGIN_LOC = -7.90876841815
7089
Original file line number Diff line number Diff line change @@ -21,8 +21,11 @@ RESTART_SOL= NO
2121TIME_MARCHING = DUAL_TIME_STEPPING-2ND_ORDER
2222TIME_STEP = 0.0023555025613149587
2323% 24 steps per period: 0.0024536485013697488
24+ % 25 steps per period: 0.0023555025613149587
2425%
2526MAX_TIME = 0.59
27+ % 10 periods: 0.5888756403287397
28+ %
2629INNER_ITER = 110
2730UNST_ADJOINT_ITER = 251
2831
Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
2222TIME_STEP = 0.0023555025613149587
2323% 24 steps per period: 0.0024536485013697488
2424% 25 steps per period: 0.0023555025613149587
25+ % 36 steps per period: 0.0016357592286692995
2526%
2627MAX_TIME = 0.59
28+ % 10 periods: 0.5888756403287397
29+ %
2730INNER_ITER = 2000
2831UNST_ADJOINT_ITER = 251
2932GRID_MOVEMENT = RIGID_MOTION
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ TIME_STEP= 0.0023555025613149587
2424% 25 steps per period: 0.0023555025613149587
2525%
2626MAX_TIME = 0.5888756403287397
27+ % 10 periods: 0.5888756403287397
28+ %
2729INNER_ITER = 1000
2830
2931% ----------------------- DYNAMIC MESH DEFINITION -----------------------------%
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ TIME_DOMAIN = YES
2424TIME_MARCHING = DUAL_TIME_STEPPING-2ND_ORDER
2525TIME_STEP = 0.0015
2626MAX_TIME = 3.75
27+ % 2500 iterations - 3.75
28+ % 3500 iterations - 5.25
29+ % 5000 iterations - 7.50
30+ %
2731INNER_ITER = 10
2832
2933% ----------- COMPRESSIBLE AND INCOMPRESSIBLE FREE-STREAM DEFINITION ----------%
You can’t perform that action at this time.
0 commit comments