Bonnie Jonkman
Bonnie Jonkman
So, I am wondering if you can build OpenFAST with static libraries ``` cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF ``` That should hopefully just create one openfast library that Matlab would have...
I'd request that when any restructuring of this interface occurs, that you also keep in mind that the locations where AeroDyn requests wind input are not necessarily limited to places...
Make sure that you have set `WrACT` to `FALSE` in your TurbSim input file.
When you installed the Fortran compiler, did you also install the MKL (math kernel library)? There could be a checkbox during the install or it might be in a separate...
First, I would suggest that you try to rebuild the solution (build -> rebuild solution) if you haven't done so already. If that doesn't solve the issue, I'd need to...
From the first error, it looks like you need to retarget the solution to use a newer version of the C/C++ compiler. You apparently don't have the VS1.40 toolkit, so...
If you are attempting to build the DISCON dlls (necessary only to run 5MW Baseline models), you will have to get the files from the r-test submodule. The errors from...
Here are some comments about what is in this PR from when I sent you guys this code in July: > Some new features: > > - InflowWind has a...
@ebranlard : I've deleted the .out files in the `f/SeaState_ConstrWave` branch and changed the output file types so they aren't generated. We don't use them, so it's just wasting space....
> Perhaps these were not first copied. @andrew-platt , I think you are correct. I noticed those files weren't copied in the script to run the non-python HD driver of...