Skip to content

Commit

Permalink
Fix api_change.rst -- incorrect after merge of OpenFAST#578
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Dec 17, 2020
1 parent 4325bdc commit 5b68fd6
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions docs/source/user/api_change.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Added in OpenFAST `dev`
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Module Line Flag Name Example Value
============== ==== ================== =============================================================================================================================================================================
IfW driver 6 [separator line] ===================== File Conversion Options =================================
IfW driver 7 WrHAWC false WrHAWC - Convert all data to HAWC2 format? (flag)
IfW driver 8 WrBladed false WrBladed - Convert all data to Bladed format? (flag)
IfW driver 9 WrVTK false WrVTK - Convert all data to VTK format? (flag)
InflowWind 7 VFlowAng 0 VFlowAng - Upflow angle (degrees) (not used for native Bladed format WindType=7)
============== ==== ================== =============================================================================================================================================================================


OpenFAST v2.3.0 to OpenFAST v2.4.0
----------------------------------

============== ==== ================== =============================================================================================================================================================================
Added in OpenFAST v2.4.0
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Module Line Flag Name Example Value
============== ==== ================== =============================================================================================================================================================================
HydroDyn 53 ExctnMod 0 ExctnMod - Wave Excitation model {0: None, 1: DFT, 2: state-space} (-)
OpenFAST 44 CalcSteady true CalcSteady - Calculate a steady-state periodic operating point before linearization? [unused if Linearize=False] (flag)
OpenFAST 45 TrimCase 3 TrimCase - Controller parameter to be trimmed {1:yaw; 2:torque; 3:pitch} [used only if CalcSteady=True] (-)
Expand All @@ -30,15 +46,10 @@ AeroDyn 14 AA_InputFile "unused" AA_InputFile
AeroDyn 35 [separator line] ====== OLAF cOnvecting LAgrangian Filaments (Free Vortex Wake) Theory Options ================== [used only when WakeMod=3]
AeroDyn 36 OLAFInputFileName "Elliptic_OLAF.dat" OLAFInputFileName - Input file for OLAF [used only when WakeMod=3]
AirFoilTables 4\* BL_file "unused" BL_file - The file name including the boundary layer characteristics of the profile. Ignored if the aeroacoustic module is not called.
IfW driver 6 [separator line] ===================== File Conversion Options =================================
IfW driver 7 WrHAWC false WrHAWC - Convert all data to HAWC2 format? (flag)
IfW driver 8 WrBladed false WrBladed - Convert all data to Bladed format? (flag)
IfW driver 9 WrVTK false WrVTK - Convert all data to VTK format? (flag)
InflowWind 7 VFlowAng 0 VFlowAng - Upflow angle (degrees) (not used for native Bladed format WindType=7)
============== ==== ================== =============================================================================================================================================================================

Modified in OpenFAST `dev`
--------------------------
Modified in OpenFAST v2.4.0
---------------------------

============== ==== ================== =============================================================================================================================================================================
Module Line Flag Name Example Value
Expand Down

0 comments on commit 5b68fd6

Please sign in to comment.