diff --git a/examples/example_01.py b/examples/example_01.py index 9f1ca764d..041fbe34d 100644 --- a/examples/example_01.py +++ b/examples/example_01.py @@ -7,7 +7,7 @@ # https://github.com/WISDEM/AeroelasticSE # https://github.com/OpenFAST/openfast # Be sure to clone the repo with the --recursive flag or execute git submodule update --init --recursive after cloning. - +#%% from WTC_toolbox import turbine as wtc_turbine from WTC_toolbox import controller as wtc_controller from WTC_toolbox import sim as wtc_sim @@ -15,11 +15,11 @@ # PARAMETERS # (USES AERODYN 15, a problem for now) -FAST_InputFile = '5MW_OC3Spar_DLL_WTurb_WavesIrr.fst' -FAST_directory = '/Users/pfleming/Desktop/git_tools/floating/OpenFAST/reg_tests/r-test/glue-codes/openfast/5MW_OC3Spar_DLL_WTurb_WavesIrr' +# FAST_InputFile = '5MW_OC3Spar_DLL_WTurb_WavesIrr.fst' +# FAST_directory = '/Users/pfleming/Desktop/git_tools/floating/OpenFAST/reg_tests/r-test/glue-codes/openfast/5MW_OC3Spar_DLL_WTurb_WavesIrr' -# FAST_InputFile = '5MW_ITIBarge_DLL_WTurb_WavesIrr.fst' -# FAST_directory = 'example_fast_input/5MW_ITIBarge_DLL_WTurb_WavesIrr' +FAST_InputFile = '5MW_Land.fst' +FAST_directory = '/Users/nabbas/Documents/TurbineModels/NREL_5MW/5MW_Land' # Initialiize a turbine class turbine = wtc_turbine.Turbine()