Bug description
I initially tried compiling the AeroDyn Driver using #688, but the AeroDyn_Driver_Types.f90 file does not generate correctly while compiling AeroDyn Driver via the visual studio solution. Next, I tried compiling the AeroDyn Driver using the dev branch and had issues with the Registry.lib file.
To Reproduce
Steps to reproduce the behavior for #688:
- Clone https://github.com/ebranlard/openfast/tree/f/driver .
- Compile AeroDyn Driver using
AeroDyn_Driver.sln.
- Run generated
AeroDyn_Double_Driver.exe, but no outputs/does not run.
- Clear solution and re-compile.
- Error while generating
AeroDyn_Driver_Types.f90.

Steps to reproduce the behavior for OpenFAST\dev branch:
- Clone
dev branch
- Compile AeroDyn Driver using
AeroDyn_Driver.sln
- Error while generating
Aerodyn Driver

Expected behavior
Screenshots, if applicable
.txt appears where it's not expected

AeroDyn_Driver_Types.f90 doesn't complete generating via FAST registry

OpenFAST Version
System Information (please complete the following information):
Additional context
Note: Please let me know if I should split this into two issues, one for #688 and one for the dev branch.
Bug description
I initially tried compiling the AeroDyn Driver using #688, but the
AeroDyn_Driver_Types.f90file does not generate correctly while compiling AeroDyn Driver via the visual studio solution. Next, I tried compiling the AeroDyn Driver using thedevbranch and had issues with theRegistry.libfile.To Reproduce
Steps to reproduce the behavior for #688:
AeroDyn_Driver.sln.AeroDyn_Double_Driver.exe, but no outputs/does not run.AeroDyn_Driver_Types.f90.Steps to reproduce the behavior for
OpenFAST\devbranch:devbranchAeroDyn_Driver.slnAerodyn DriverExpected behavior
AeroDyn_Driver_Types.f90for AeroDyn driver update for multiple wind turbines, with arbitrary motions and geometries #688.devbranch.Screenshots, if applicable
.txtappears where it's not expectedAeroDyn_Driver_Types.f90doesn't complete generating viaFAST registryOpenFAST Version
devSystem Information (please complete the following information):
Additional context
OpenFAST/devbranch with the current setup.Note: Please let me know if I should split this into two issues, one for #688 and one for the
devbranch.