Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct data transfer for AeroDyn inputs #21

Open
kevmoor opened this issue Apr 16, 2024 · 1 comment
Open

Direct data transfer for AeroDyn inputs #21

kevmoor opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kevmoor
Copy link
Collaborator

kevmoor commented Apr 16, 2024

Currently it uses the file based system and the files are automatically generated, should change to use the direct passing of that data and avoid the file i/o. This is low priority and impact though since it only happens at startup.

@kevmoor kevmoor added the enhancement New feature or request label Apr 16, 2024
@kevmoor
Copy link
Collaborator Author

kevmoor commented Nov 11, 2024

This has been changed since OpenFAST direct string passing is being depreciated and only the file input options are being supported going forward, so all of the direct string passing options need to be replaced with a process where a template file is pulled in, modified, and exported, then the library told to use that file. An example of this is done in OWENS.jl for the turbsim input file when the DLC run is active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant