-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DWM Driver #2
Comments
Bugfix for missing controller types library
adds cmake to turbsim; adds turbsim to openfast
I've made some fixes to the DWM driver (use ntwc lib for input handling, comment the intel specific library imports because they don't seem to be used). This can be seen at https://github.com/rafmudaf/openfast/tree/bugfix/dwm_driver @ghaymanNREL @jjonkman @bjonkman does anyone have an input file for dwm driver? |
Looks like it should be called: |
@rafmudaf -- You can find an example wind_farm.txt file in the test directory of the DWM archive on NWTC Information Portal: https://nwtc.nrel.gov/DWM. That said, I would not spend time working to resolve issues with DWM because--as mentioned in issue #93--we plan to replace DWM with FAST.Farm once it is publicly released. |
Thanks @jjonkman. Since DWM will be deprecated by FAST.farm, I'll hold off on any further improvements to the DWM driver and leave this issue open for future reference until FAST.farm is released. |
With @mylonasc's help, the dwm driver compiling bugs have been resolved for linux, mac, and windows. There are some hard coded paths so runtime errors are expected if these aren't updated in the driver source code. I'm closing this issue since it is related specifically to compiling, and I will not open another issue for runtime problems since DWM will be deprecated per #93. If other issues arise regarding this, please comment on issue #93. |
Small changes in formatting SysMatlab for linux
Updated error handling in ifw_c_lib
Forgot to remove an override of the position for the Nacelle mesh in PR #982.
openfast(66108,0x10fb1edc0) malloc: *** error for object 0x7fe4a223a000: pointer being freed was not allocated openfast(66108,0x10fb1edc0) malloc: *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT: Process abort signal. Backtrace for this error: \#0 0x103a3f33d \#1 0x103a3e76d \#2 0x7fff68c225fc Abort trap: 6
HydroDyn/SeaState Code Cleanup + Registry updates
Fixed How SoilDyn is Called in the Glue Code
AD buoyancy: minor modification of SolveOption1 algorithm
…FAST#2 Forgot to remove an override of the position for the Nacelle mesh in PR OpenFAST#982.
Lidar for IfW updates/modifications
Update to dev branch, and include regression test updates
ADI_C: minor name changes, a couple of notes for future
MD: remove extra internal read for linear damping on rods
DWM driver contains
USE ifport
which is specific to Intel Fortran Compiler. This code fails to compile withgfortran
.The text was updated successfully, but these errors were encountered: