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

ExtLoads: move integers from inputs to parameters #2001

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

andrew-platt
Copy link
Collaborator

This is ready to merge pending testing by @gantech.

Feature or improvement description
The implementation of the ExtLoads module from PR #1932 included integers in the InputType derived types, which is not allowed. This PR moves these integers into a ParameterType since they do not change throughout the simulation.

Related issue, if one exists
#1932 (comment)

Impacted areas of the software
Internal workings of the cpp interface for CFD blade resolved coupling through the ExtLoads module only.

Additional supporting information
The registry did not flag this as an issue during development or merge into the dev branch. The issue was discovered when attempting to merge dev into dev-unstable-pointers where a newer registry is used. First attempt to resolve the issue with PR #1999 was abandoned in favor of a fix that does not violate the framework design (more uniform with other module implementations this way).

Test results, if applicable
None

@andrew-platt andrew-platt added C++ API Module: ExtLoads For blade resolved CFD coupling labels Jan 22, 2024
@andrew-platt andrew-platt added this to the v4.0.0 milestone Jan 22, 2024
@andrew-platt andrew-platt self-assigned this Jan 22, 2024
@gantech
Copy link
Collaborator

gantech commented Jan 22, 2024

This sounds like a very reasonable fix. I'll give this a shot.

@gantech
Copy link
Collaborator

gantech commented Jan 25, 2024

Screenshot 2024-01-24 at 6 06 33 PM

New branch is working as expected and combined FSI simulation runs! Please merge!

@andrew-platt andrew-platt merged commit cf0e65a into OpenFAST:dev Jan 25, 2024
21 checks passed
@andrew-platt andrew-platt deleted the b/ExtLoadsIntegerInput branch January 25, 2024 03:32
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ API Module: ExtLoads For blade resolved CFD coupling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants