Closed brandonmck1010 closed 2 years ago
@brandonmck1010
Which version of OpenFAST are you using? Can you paste the full command line output including the version info?
PS: I made a minor edit to your post to put the HD input file in a quoted block of text for readability.
@andrew-platt see below for the output from Windows Powershell
OpenFAST
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.
**************************************************************************************************
OpenFAST-v3.0.0
Compile Info:
- Compiler: Intel(R) Fortran Compiler 1900
- Architecture: 64 bit
- Precision: single
- OpenMP: No
- Date: Jun 23 2021
- Time: 21:25:05
Execution Info:
- Date: 03/16/2022
- Time: 16:08:12-0000
OpenFAST input file heading:
FAST Certification Test #25: NREL 5.0 MW Baseline Wind Turbine with OC4-DeepCwind semi
configuration, for use in offshore analysis
Running ElastoDyn.
Nodal outputs section of ElastoDyn input file not found or improperly formatted.
Running AeroDyn.
AD15 Nodal Outputs: Nodal output section of AeroDyn input file not found or improperly formatted.
Skipping nodal outputs.
Running InflowWind.
Running ServoDyn.
Running ServoDyn Interface for Bladed Controllers (using Intel Visual Fortran for Windows, ).
Using legacy Bladed DLL interface.
Running HydroDyn.
FAST_InitializeAll:HydroDyn_Init:HydroDynInput_GetInput:Failed to read simple hydrodynamic
coefficients.
OpenFAST encountered an error during module initialization.
Simulation error level: FATAL ERROR
Aborting OpenFAST.
I just noticed you have 4 lines of property sets in your input file, but NPropSets
is set to 3 lines. This is causing your error.
The reason is the input file parser is assuming the line with PropSetID
4 is the header line for the SIMPLE HYDRODYNAMIC COEFFICIENTS
section, and it tries and fails to parse the units header line in that section as the data (the parser is not very smart in this regard).
@andrew-platt Ah yes, a silly mistake on my part! However, I now get an additional error (see below)
FAST_InitializeAll:HydroDyn_Init:HydroDynInput_GetInput:Failed to read member cross-section properties.
It looks like you may have something strange going on between the MEMBER-BASED HYDRODYNAMIC COEFFICIENTS
table and the MEMBERS
table (maybe partly in copy/paste into this issue). Check that the first table is formatted correctly.
In general, if you find an error like this, check that the section before it is correctly formatted -- the issue is often due to an incorrect number of entries in the table before, or something incorrectly in the number of header lines before a table.
I've had a look and removed the strange line within the members table, the problem continues to persist.
Thank you for taking the time thus far!
Do you have the correct number of entries in the section above?
That's it sorted now, another mistake by myself. Thanks very much!
Excellent!
I am trying to run 5MW_OC4Semi_WSt_WavesWN based upon my own properties. I get the following error when run:
FAST_InitializeAll:HydroDyn_Init:HydroDynInput_GetInput:Failed to read simple hydrodynamic coefficients.
OpenFAST encountered an error during module initialization. Simulation error level: FATAL ERROR
I am unsure as to why this error is occurring. This is my first time using the software and are currently unfamiliar with the workings. Please find attached the Hydrodyn.DAT file
Any help with this issue would be greatly appreciated!