-
Notifications
You must be signed in to change notification settings - Fork 102
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
read beamdyn? #328
Comments
I'm not sure what you mean by a beamdyn only model. ROSCO is looking for some data from ElastoDyn, but not much: ROSCO/rosco/toolbox/turbine.py Line 203 in 3ebe819
|
Apologies, I was too fast hitting submit :). It seems to me that the analogous of the following is missing from turbine.py for reading beamdyn blade properties:
I think a check on whether a ED blade file is used vs. BD blade file is used should be done and then select the correct blade file, or am i wrong? |
Yeah, that's a reasonable suggestion. The only thing that ROSCO wants from an ED blade is the damping, which is only used to tune the trailing edge flap control. If you have an example and a fix, I'd be happy to help merge it in. Otherwise, I'll leave this open until we get to it. |
Hi Dan, sorry for the delay, I have modified it like this, but I am still testing it out, as I am getting some issues with the read of AD data now, but I will let you know how it goes.
|
ok
line 600
Hope this helps develop something for BD-blade cases. |
This is helpful...thanks! |
A couple of other questions (for fixed pitch cases); it seems as if ROSCO wants to change pitch even if
|
* Set types on wrap functions * Update IEA-15 inputs * Update installation instructions -- draft * Change to new AF Coords * Fix IEA15 airfoils again * Try latest setup_fortran action * Add UAStart/End location writing * Try intel-classic compiler * Add developer docs about api changes * Try macos-latest in CI * Add support for reading daming from beamdyn blade files (#328) --------- Co-authored-by: dzalkind <[email protected]> Co-authored-by: dzalkind <[email protected]>
Issue with reading beamdyn resolved in #349. I'll create another issue for the question with fixed pitch case after some testing. |
It seems to me that the main
load_from_fast
does not allow to have a beamdyn only model, is that correct?The text was updated successfully, but these errors were encountered: