Skip to content

Commit 3cbf510

Browse files
committed
last one I hope
1 parent c38a891 commit 3cbf510

5 files changed

Lines changed: 31 additions & 0 deletions

File tree

TestCases/aeroelastic/aeroelastic_NACA64A010.cfg

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
5253
FLUTTER_SPEED_INDEX = 1.3
54+
%
55+
% Natural frequency of the spring in the plunging direction (rad/s)
5356
PLUNGE_NATURAL_FREQUENCY = 100
57+
%
58+
% Natural frequency of the spring in the pitching direction (rad/s)
5459
PITCH_NATURAL_FREQUENCY = 100
60+
%
61+
% The airfoil mass ratio
5562
AIRFOIL_MASS_RATIO = 60
63+
%
64+
% Distance in semichords by which the center of gravity lies behind
65+
% the elastic axis
5666
CG_LOCATION = 1.8
67+
%
68+
% The radius of gyration squared (expressed in semichords)
69+
% of the typical section about the elastic axis
5770
RADIUS_GYRATION_SQUARED = 3.48
71+
%
72+
% Solve the aeroelastic equations every given number of internal iterations
5873
AEROELASTIC_ITER = 3
5974

6075
% --------------------------- GUST SIMULATION ---------------------------------%
@@ -63,8 +78,12 @@ WIND_GUST = NO
6378
GUST_TYPE = TOP_HAT
6479
GUST_DIR = Y_DIR
6580
GUST_WAVELENGTH= 7.90876841815
81+
% 1/4 of period based on the pitch natural frequency
82+
%
6683
GUST_PERIODS= 1.0
6784
GUST_AMPL= 8.78841285061
85+
% Corresponds to 1 deg AoA.
86+
%
6887
GUST_BEGIN_TIME= 0.0
6988
GUST_BEGIN_LOC= -7.90876841815
7089

TestCases/unsteady/pitching_naca64a010_euler/pitching_NACA64A010.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ RESTART_SOL= NO
2121
TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
2222
TIME_STEP= 0.0023555025613149587
2323
% 24 steps per period: 0.0024536485013697488
24+
% 25 steps per period: 0.0023555025613149587
2425
%
2526
MAX_TIME= 0.59
27+
% 10 periods: 0.5888756403287397
28+
%
2629
INNER_ITER= 110
2730
UNST_ADJOINT_ITER= 251
2831

TestCases/unsteady/pitching_naca64a010_rans/turb_NACA64A010.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
2222
TIME_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
%
2627
MAX_TIME= 0.59
28+
% 10 periods: 0.5888756403287397
29+
%
2730
INNER_ITER= 2000
2831
UNST_ADJOINT_ITER= 251
2932
GRID_MOVEMENT= RIGID_MOTION

TestCases/unsteady/plunging_naca0012/plunging_NACA0012.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ TIME_STEP= 0.0023555025613149587
2424
% 25 steps per period: 0.0023555025613149587
2525
%
2626
MAX_TIME= 0.5888756403287397
27+
% 10 periods: 0.5888756403287397
28+
%
2729
INNER_ITER= 1000
2830

2931
% ----------------------- DYNAMIC MESH DEFINITION -----------------------------%

TestCases/unsteady/square_cylinder/turb_square.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ TIME_DOMAIN = YES
2424
TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
2525
TIME_STEP= 0.0015
2626
MAX_TIME= 3.75
27+
% 2500 iterations - 3.75
28+
% 3500 iterations - 5.25
29+
% 5000 iterations - 7.50
30+
%
2731
INNER_ITER= 10
2832

2933
% ----------- COMPRESSIBLE AND INCOMPRESSIBLE FREE-STREAM DEFINITION ----------%

0 commit comments

Comments
 (0)