Skip to content

Commit

Permalink
Default to automatically installed openfast libraries from OpenFASTWr…
Browse files Browse the repository at this point in the history
…appers.jl
  • Loading branch information
kevmoor committed Apr 9, 2024
1 parent de37114 commit e8d176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanceTurbine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function setupTurb(bld_x,bld_z,B,chord,TSR,Vinf;
windangle_D = 0.0,
afname = "$(path)/airfoils/NACA_0015_RE3E5.dat", #TODO: analytical airfoil as default
turbsim_filename = "$path/data/ifw/turb_DLC1p3_13mps_330m_seed1.bts",
ifw_libfile = joinpath(dirname(@__FILE__), "../bin/libifw_c_binding"))
ifw_libfile = nothing)

global dt = 0.0 #might not be used
global last_step1 = 0
Expand Down

0 comments on commit e8d176e

Please sign in to comment.