You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PR #643, the primary AeroDyn15 input file may be passed directly into AD15. The remaining input files cannot be passed with this method yet. This feature request is really meant as a reference for whenever we find time to get back to completing this.
Describe the solution you'd like
The following AD15 input file sets are not covered by #643
Blade files
Airfoil files (these already employ the parsing necessary)
AeroAcoustics input files
OLAF input files (free vortex wake model)
Additional context
Some modules were updated to allow for direct passing of input files during the ATLANTIS-WEIS project (this helps reduce IO needs during optimizations). In all cases the following modifications were made to all this passing:
Passing of a FileInfoType structure through InitInputData containing the input file structure
logic during initialization to read the file from disk into the FileInfoType structure (if not passed)
separation of parsing logic into a ParseInputFile routine
This is currently the new methodology we are recommending for all input file handling (though many modules have not been updated as of 2021.01.20).
The text was updated successfully, but these errors were encountered:
With PR #643, the primary AeroDyn15 input file may be passed directly into AD15. The remaining input files cannot be passed with this method yet. This feature request is really meant as a reference for whenever we find time to get back to completing this.
Describe the solution you'd like
The following AD15 input file sets are not covered by #643
Additional context
Some modules were updated to allow for direct passing of input files during the ATLANTIS-WEIS project (this helps reduce IO needs during optimizations). In all cases the following modifications were made to all this passing:
FileInfoType
structure throughInitInputData
containing the input file structureFileInfoType
structure (if not passed)ParseInputFile
routineThis is currently the new methodology we are recommending for all input file handling (though many modules have not been updated as of 2021.01.20).
The text was updated successfully, but these errors were encountered: