Hello there,
I am trying to run AeroDyn in a standalone way. In order to do that, I have successfully installed and compiled, following the instructions in the docs, the whole open FAST toolbox in my system.
Now, when I try to launch a simulation, using the input files linked to in the documentation, I get some strange errors that are pretty difficult to debug. I’m posting here the whole output I get if I type:
>>aerodyn_driver ad_driver_example.dvr
**************************************************************************************************
AeroDyn_driver
Copyright (C) 2021 National Renewable Energy Laboratory
Copyright (C) 2021 Envision Energy USA LTD
This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY.
See the "LICENSE" file distributed with this software for details.
**************************************************************************************************
Running AeroDyn_driver a part of OpenFAST - v3.0.0
linked with NWTC Subroutine Library
Opening input file: ad_driver_example.dvr
Three bladed wind turbine, using basic geometry input
Dvr_Init:Dvr_ReadInputFile:Invalid numerical input for file "ad_driver_example.dvr" occurred
while trying to read NumBlades.
Dvr_ReadInputFile:Invalid numerical input for file "ad_driver_example.dvr" occurred while trying
to read HubHt.
Dvr_ReadInputFile:Invalid numerical input for file "ad_driver_example.dvr" occurred while trying
to read Overhang.
AeroDyn Driver encountered simulation error level: FATAL ERROR
Aborting AeroDyn_driver.
Moreover, I have also tried to use the input files that are present in the Appendix of the AeroDyn user manual (https://www.nrel.gov/wind/nwtc/assets/pdfs/aerodyn-manual.pdf), Appendix A and B, respectively.
In such a test however, there is some mismatch in the input file - probably due to some version changes in the file reader I guess. I am reporting also the output I get in such a test, in case you might find it useful:
**************************************************************************************************
AeroDyn_driver
Copyright (C) 2021 National Renewable Energy Laboratory
Copyright (C) 2021 Envision Energy USA LTD
This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY.
See the "LICENSE" file distributed with this software for details.
**************************************************************************************************
Running AeroDyn_driver a part of OpenFAST - v3.0.0
linked with NWTC Subroutine Library
Opening input file: test.dvr
------- AERODYN v15 for OpenFAST INPUT FILE -----------------------------------------------
UAE Phase 3 turbine (BEM)
Running AeroDyn.
Init_AeroDyn:AD_Init:ParsePrimaryFileInfo:ParseSiVar:
>> A fatal error occurred when parsing data from "./ad_primary_example.dat".
>> The variable "AirDens" was not assigned valid REAL value on line #16.
>> The text being parsed was :
""default" AirDens - Air density (kg/m^3)"
AeroDyn Driver encountered simulation error level: FATAL ERROR
Aborting AeroDyn_driver.
Can you please help?
Many thanks,
Lorenzo