Skip to content

Commit

Permalink
AD: update of r-test (AoA34 legacy)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Branlard committed May 7, 2024
1 parent e1dbacf commit 5fb8707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/aerodyn/src/AeroDyn_IO.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1104,15 +1104,15 @@ SUBROUTINE ParsePrimaryFileInfo( PriPath, InitInp, InputFile, RootName, NumBlade
call WrScr('> AFAeroMod=1 -> Setting UA_Mod=0')
InputFileData%UAMod = UA_None
if (AoA34_Missing) then
call WrScr('> Setting AoA34 to False as the input is Missing (legacy behavior).')
call WrScr('> Setting AoA34 to False as the input is Missing and UA is turned off (legacy behavior).')
InputFileData%AoA34=.false.
endif
else if (InputFileData%AFAeroMod==2) then
call WrScr('> AFAeroMod=2 -> Not changing DBEMT_Mod')
if (InputFileData%UAMod==0) then
call LegacyAbort('Cannot set UA_Mod=0 with legacy option AFAeroMod=2 (inconsistent behavior).'); return
else if (AoA34_Missing) then
call WrScr('> Setting AoA34 to True as the input is Missing (legacy behavior).')
call WrScr('> Setting AoA34 to True as the input is Missing and UA is turned on (legacy behavior).')
InputFileData%AoA34=.true.
endif
else
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/r-test
Submodule r-test updated 22 files
+2 −2 glue-codes/openfast/5MW_Land_AeroMap/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_Land_BD_DLL_WTurb/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_Land_DLL_WTurb/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_OC3Mnpl_DLL_WTurb_WavesIrr/NRELOffshrBsline5MW_OC3Monopile_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_OC3Spar_DLL_WTurb_WavesIrr/NRELOffshrBsline5MW_OC3Hywind_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_OC3Trpd_DLL_WSt_WavesReg/NRELOffshrBsline5MW_OC3Tripod_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_OC4Jckt_DLL_WTurb_WavesIrr_MGrowth/NRELOffshrBsline5MW_OC4Jacket_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_OC4Semi_WSt_WavesWN/NRELOffshrBsline5MW_OC3Hywind_AeroDyn15.dat
+2 −2 glue-codes/openfast/5MW_TLP_DLL_WTurb_WavesIrr_WavesMulti/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat
+2 −2 glue-codes/openfast/AOC_YFix_WSt/AOC_YFix_WSt_AD15.ipt
+2 −2 glue-codes/openfast/AOC_YFree_WTurb/AOC_YFree_WTurb_AD15.ipt
+2 −2 glue-codes/openfast/AWT_YFree_WSt/AWT_YFree_WSt_AD15.ipt
+1 −1 glue-codes/openfast/EllipticalWing_OLAF/Elliptic_AD15_40.dat
+2 −2 glue-codes/openfast/Fake5MW_AeroLin_B3_UA6/AD.dat
+2 −2 glue-codes/openfast/IEA_LB_RWT-AeroAcoustics/RotorSE_FAST_IEA_landBased_RWT_AeroDyn15.dat
+2 −2 glue-codes/openfast/SWRT_YFree_VS_EDG01/SWRT_AeroDyn15.dat
+2 −2 glue-codes/openfast/WP_VSP_ECD/WP_Baseline_AeroDyn15_Dynin.dat
+2 −2 glue-codes/openfast/WP_VSP_WTurb/WP_Baseline_AeroDyn15_Dynin.dat
+1 −1 modules/aerodyn/ad_BAR_OLAF/OpenFAST_BAR_00_AeroDyn.dat
+2 −2 modules/aerodyn/ad_BAR_SineMotion_UA4_DBEMT3/OpenFAST_BAR_00_AeroDyn15.dat
+2 −2 modules/aerodyn/ad_Kite_OLAF/AD.dat
+1 −1 modules/aerodyn/py_ad_5MW_OC4Semi_WSt_WavesWN/ad_primary.dat

0 comments on commit 5fb8707

Please sign in to comment.