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:
- 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).
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:
FileInfoTypestructure throughInitInputDatacontaining the input file structureFileInfoTypestructure (if not passed)ParseInputFileroutineThis 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).