-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #538 from bjonkman/f/LinearAero
Updates to AeroDyn
- Loading branch information
Showing
60 changed files
with
9,272 additions
and
3,827 deletions.
There are no files selected for viewing
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
docs/source/user/aerodyn-dynamicStall/examples/UA-driver-timeseries.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Example Time-Series Input File for UnsteadyAero Driver | ||
|
||
|
||
This file has 8 header lines followed by three columns of data: | ||
|
||
|
||
Time Angle of Attack VRel omega | ||
(s) (deg) (m/s) (rad/s^2) | ||
0.0 0 10 0 | ||
0.01 0 10 0 | ||
0.02 0 10 0 |
25 changes: 25 additions & 0 deletions
25
docs/source/user/aerodyn-dynamicStall/examples/UA-driver.inp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
UnsteadyAero Driver file for Unit NACA. k = 0.077 | ||
------------------------------------------------------------------------------- | ||
FALSE Echo - Echo the input file data (flag) | ||
---------------------- ENVIRONMENTAL CONDITIONS ------------------------------- | ||
340.29 SpdSound - Speed of sound (m/s) | ||
---------------------- UNSTEADYAERO ------------------------------------------- | ||
"05014051_NACA" OutRootName - The name which prefixes all UnsteadyAero generated files (quoted string) | ||
40.36 InflowVel - Inflow velocity (m/s) | ||
1.48 Re - Reynolds number in millions (-) | ||
3 UAMod - Unsteady Aero Model Switch: 2 - Gonzalez’s variant (changes in Cn,Cc,Cm); 3 - Minnema/Pierce variant (changes in Cc and Cm) | ||
TRUE Flookup – Flag to indicate whether a lookup for f’ will be calculated (TRUE) or whether best-fit exponential equations will be used (FALSE); if FALSE S1-S4 must be provided in airfoil input files | ||
------------------- AIRFOIL PROPERTIES ---------------------------------------- | ||
"05000051_AD15.dat" AirFoil - Airfoil table | ||
0.55 Chord - Chord length (m) | ||
TRUE UseCm - Use Cm data in airfoil table | ||
------------------- SIMULATION CONTROL ---------------------------------------- | ||
1 SimMod - Simulation model [ 1 - use reduced frequency model, 2 - use time series data stored in the TimeInputs file and ignore the remaining parameters ] | ||
3 NCycles - Number of angle-of-attack oscillations (cosine function) over the length of the simulation (-) | ||
720 StepsPerCycle - Number of timesteps per cycle (-) | ||
1.8 Frequency - Frequency for the airfoil oscillations (Hz) | ||
9.685 Amplitude - Amplitude of the oscillations (deg) | ||
15.195 Mean - Cycle mean (deg) | ||
-180 Phase - Initial phase (num steps) | ||
"UA-driver-timeseries.dat" InputsFile - Time series data in an ASCII input file (whitespace-separated data). 8 header lines, followed by column data. First column is time (sec), second column is angle-of-attack (deg), third column is InflowVel (m/s) | ||
"END" of driver input file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/source/user/aerodyn/examples/ad_driver_timeseries_example.inp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Time WndSpeed ShearExp RotSpd Pitch Yaw | ||
(s) (m/s) (-) (rpm) (deg) (deg) | ||
0.0 4.00000000 0.00000000 2.0 0.00000000 100.00000000 | ||
0.05 4.00000000 0.00000000 2.0 0.00000000 90.00000000 | ||
0.10 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.15 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.20 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.25 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.30 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.35 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.40 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.45 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.50 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.55 4.00000000 0.00000000 2.0 0.00000000 80.00000000 | ||
0.60 4.00000000 0.00000000 2.0 0.00000000 80.00000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.