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

AeroDyn driver force node mapping end point mismatch #20

Closed
kevmoor opened this issue Apr 13, 2024 · 1 comment
Closed

AeroDyn driver force node mapping end point mismatch #20

kevmoor opened this issue Apr 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kevmoor
Copy link
Collaborator

kevmoor commented Apr 13, 2024

OWENS side, looking at the Fxh, Fyh, Fzh (overall force in the hub frame), we’re spot on, but we still have the ~2% difference when I try to pick out the individual blade global loads. I’m guessing this has something to do with the mesh mapping of overlapping nodes, which we identified before as likely being a non-issue for the aeroelastic simulations and reaction loads/strains, but an issue for component load verification like we are doing here.

From OpenFAST side:
The current implementation in the ADI library uses a single mesh of points to represent the OWENS structural mesh. Internally the ADI library has a different mesh for each blade. So when ADI performs the mapping of the blade mesh loads over to the OWENS point mesh, it may misplace the end node of a strut onto the closest node of a vertical blade. To correct this might require either some additional logic in the ADI meshing, or passing multiple meshes across from OWENS – both of these options could get a bit more involved.

@kevmoor kevmoor added the bug Something isn't working label Apr 13, 2024
@kevmoor
Copy link
Collaborator Author

kevmoor commented Nov 11, 2024

This was fixed on the OpenFAST side, and will be released with OpenFAST v4.0

@kevmoor kevmoor closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant