Skip to content

Commit

Permalink
Hardcode paths for Nikhar's machine
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 5, 2019
1 parent d5c4f9c commit 79957d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/example_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
# 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

# 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()
Expand Down

0 comments on commit 79957d8

Please sign in to comment.