ZMQ runtime communication with FAST#2153
Closed
lorenzoschena wants to merge 4 commits intoOpenFAST:devfrom
Closed
Conversation
bjonkman
reviewed
Apr 30, 2024
| END IF | ||
|
|
||
| if (p%CompAeroMaps) then | ||
| ! if (p%CompAeroMaps) then |
Contributor
There was a problem hiding this comment.
Is this section supposed to be commented out, or did this break the error checking for the aeromap steady-state solver?
Collaborator
There was a problem hiding this comment.
Good question. I'll make sure we resolve it before merging.
Collaborator
|
Closing this PR in preference for #2281 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature or improvement description
ZMQ integration in the solver for real-time communication.
Code re-arranged from OpenFAST 3.5.0, now to be harmonized in new
devbranch.Related issue, if one exists
Impacted areas of the software
Mainly FAST Subs and FAST solution. Possibility to communicate at runtime.
Additional supporting information
currently well integrated with 1 wind turbine only, under testing. Given with python accompanying code.
Test results, if applicable