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

[BuFix] InflowWind was not setting InitOut MWS data. #1655

Merged
merged 4 commits into from
Jun 27, 2023

Conversation

andrew-platt
Copy link
Collaborator

@andrew-platt andrew-platt commented Jun 26, 2023

This bugfix is NOT ready for merging. Need to check if the .lin files in the regression tests are affected.

Feature or improvement description
This fixes a bug in the reported windspeed from InfloWind to the glue code. The wind speed was getting set to HUGE() which did not appear correctly in the .lin files.

Related issue, if one exists
#1622

Impacted areas of the software
Linearization was not reporting the correct wind speed in the .lin files.

Test results, if applicable
The regression tests may need to be rerun as the reported wind speed in the .lin files is 0.0000 m/s. At the moment this doesn't make much sense to me since the reported value should be HUGE().
The linearization regression tests are run without inflow.

This was causing issues in the linearization as the reported windspeed was on the order of 1E+38, which did not format correctly in the `.lin` output file
Copy link
Collaborator

@deslaughter deslaughter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrew-platt , I had intended to remove FileDat and pass InitOutData%WindFileInfo to the initialization functions instead, but I missed it. Could you make that change instead?

@andrew-platt andrew-platt merged commit 13b4a6d into OpenFAST:rc-3.5.1 Jun 27, 2023
@andrew-platt andrew-platt deleted the b/IfW_MWS_notSet branch June 27, 2023 00:20
@andrew-platt andrew-platt mentioned this pull request Oct 19, 2023
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants