@@ -9,6 +9,66 @@ The changes are tabulated according to the module input file, line number, and f
99The line number corresponds to the resulting line number after all changes are implemented.
1010Thus, be sure to implement each in order so that subsequent line numbers are correct.
1111
12+ OpenFAST v4.0.3 to OpenFAST dev
13+ ----------------------------------
14+
15+ Added mass and fluid inertia loads were added to the rotor blades and tower in AeroDyn.
16+ This results in new columns in the AeroDyn blade input file and new columns in the
17+ "Tower Influence and Aerodynamics" section of the AeroDyn primary input file. Given the
18+ addition of these loads, the Buoyancy flag was also removed, and the buoyancy, added mass,
19+ and inertia loads can all be turned off by setting the appropriate coefficients to zero
20+ rather than via a separate flag for each.
21+
22+ Superposition of wave and current velocities between InflowWind and SeaState was enabled,
23+ which requires a "SeaState Data" section in the AeroDyn driver input file.
24+
25+ ============================================= ======== ==================== ========================================================================================================================================================================================================
26+ Added in OpenFAST `dev `
27+ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28+ Module Line Flag Name Example Value
29+ ============================================= ======== ==================== ========================================================================================================================================================================================================
30+ AeroDyn blade file t_c 0.8651 [additional column in *Blade Properties * table]
31+ AeroDyn blade file BlCpn 1.0 [additional column in *Blade Properties * table]
32+ AeroDyn blade file BlCpt 1.0 [additional column in *Blade Properties * table]
33+ AeroDyn blade file BlCan 6.8459E+00 [additional column in *Blade Properties * table]
34+ AeroDyn blade file BlCat 5.4605E-01 [additional column in *Blade Properties * table]
35+ AeroDyn blade file BlCam 5.5180E-02 [additional column in *Blade Properties * table]
36+ AeroDyn driver 23 ----- SeaState Data [used only when MHK = 1 or 2] ---------------------------------------
37+ AeroDyn driver 24 CompSeaSt 1 CompSeaSt - Compute wave velocities (switch) {0=No Waves; 1=SeaState}
38+ AeroDyn driver 25 SeaStFile "MHK_RM1_Fixed_SeaState.dat" SeaStFile - Name of the SeaState input file [used only when CompSeaSt=1]
39+ AeroDyn \* TwrCp 1.0 [additional column in *Tower Influence and Aerodynamics * table]
40+ AeroDyn \* TwrCa 1.0 [additional column in *Tower Influence and Aerodynamics * table]
41+ ============================================= ======== ==================== ========================================================================================================================================================================================================
42+
43+
44+
45+ ============================================= ======== ==================== ========================================================================================================================================================================================================
46+ Modified in OpenFAST `dev `
47+ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
48+ Module Line Flag Name Example Value
49+ ============================================= ======== ==================== ========================================================================================================================================================================================================
50+ AeroDyn blade file 5 BlSpn BlCrvAC BlSwpAC BlCrvAng BlTwist BlChord BlAFID t_c BlCb BlCenBn BlCenBt BlCpn BlCpt BlCan BlCat BlCam
51+ AeroDyn blade file 6 (m) (m) (m) (deg) (deg) (m) (-) (-) (-) (m) (m) (-) (-) (-) (-) (-)
52+ AeroDyn \* ====== Hub Properties ============================================================================== [used only when MHK=1 or 2]
53+ AeroDyn \* ====== Nacelle Properties ========================================================================== [used only when MHK=1 or 2 or when NacelleDrag=True]
54+ AeroDyn \* ====== Tower Influence and Aerodynamics ============================================================ [used only when TwrPotent/=0, TwrShadow/=0, TwrAero=True, or MHK=1 or 2]
55+ AeroDyn \* NumTwrNds 5 NumTwrNds - Number of tower nodes used in the analysis (-) [used only when TwrPotent/=0, TwrShadow/=0, TwrAero=True, or MHK=1 or 2]
56+ AeroDyn \* TwrElev TwrDiam TwrCd TwrTI TwrCb TwrCp TwrCa !TwrTI used only with TwrShadow=2, TwrCb/TwrCp/TwrCa used only with MHK=1 or 2
57+ AeroDyn \* (m) (m) (-) (-) (-) (-) (-)
58+ ============================================= ======== ==================== ========================================================================================================================================================================================================
59+
60+
61+
62+ ============================================= ======== ==================== ========================================================================================================================================================================================================
63+ Removed in OpenFAST `dev `
64+ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
65+ Module Line Flag Name Example Value
66+ ============================================= ======== ==================== ========================================================================================================================================================================================================
67+ AeroDyn 11 Buoyancy False Buoyancy - Include buoyancy effects? (flag)
68+ ============================================= ======== ==================== ========================================================================================================================================================================================================
69+
70+
71+
1272OpenFAST v4.0.3 to OpenFAST v4.1.0
1373----------------------------------
1474Supercontroller module has been removed from FAST.Farm.
0 commit comments