-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fix nrel5MWactuatorLine test and ActuatorBulkFastTests unit test #1284
Conversation
actually I have no idea why it is complaining about MHK... |
Ah it's missing sea state information. |
Ok now dealing with:
|
I updated openfast input files here which might help Exawind/exawind-cases#25 |
yeah I've been digging around the openfast site. It's tricky because everything is on the dev branch because that's what we use with +fsi. This is a bit of a maddening exercise though. My two current issues:
Also should be noted that if this is all fixed, we still have a problem that these input files will only work with dev openfast, which means this test will only work with +fsi. I will take anyone's suggestions on how to proceed. Ideally someone who has looked at openfast/nalu-wind coupling. Tagging: @psakievich, @gantech, @lawrenceccheung, @neilmatula , @ndevelder |
The above failed after this:
Not sure how to proceed next. |
3f63b8a
to
371215d
Compare
371215d
to
9a23832
Compare
This actually solves broken |
3cd2e6c
to
cc33e71
Compare
Let's merge this and see if it fixes the tests. A debug run was successful. But it's unclear what happened to the segfault I was seeing... Maybe a different openfast version? |
This is the fix to the segfault in
nrel5MWactuatorLine
. https://github.com/OpenFAST/openfast/blob/dev/glue-codes/openfast-cpp/src/OpenFAST.cpp#L2072 needs valid values inTurbineHubPos
. Curious to get thoughts from people who know this stuff better: @psakievich and @gantech.Not quite the end of the story because the input files have drifted from the dev openfast so I still need to fix
But that's much easier to deal with ;)