-
Notifications
You must be signed in to change notification settings - Fork 40
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
Generating only Cp_Ct_Cq table and new .IN file from WindIO #298
Comments
If you could help, give example or show how I can go from WindIO to OpenFast + Cp_Ct_Cq + .IN without having to make BTS files. Much appreciated |
You are correct. The call to turbsim is hardcoded no matter what the OpenFAST CompInflow or InflowWind-WindType settings are. That might take just a bit to correct. Is TurbSim not working for you? |
It works. It's just slow, and I don't need it. So ideally it wouldn't run, unless a flag was said maybe. As I just want the table and .IN without running OpenFast |
Unless you have a away to generate, Performance table and new .IN file without having to generate BTS files ? |
Yes, I also see that those OpenFAST files are only generated once TurbSim is done. I could start a feature branch to fix this issue if that helps. |
Yeah, because atleast I could just kill the process after those files are made. I think having BTS files first when you don't know the OpenFast is 100% correct yet (due to what ever changes are being made). Or at somepoint make it possible to have a flag for turbsim files ? |
I will see what I can do. . . |
If you know ish where that lives. I can always see as well and try and help also |
So it doesn't "break* other people's runs. You have that flag as true by default. So original functionality is kept. Just can be disabled |
There is a WEIS/weis/inputs/modeling_schema.yaml Line 39 in 77512f2
WEIS/weis/aeroelasticse/openmdao_openfast.py Line 610 in 77512f2
|
Would this skip the BTS generation ? Or could we move bts generation into that ? |
I will try that tomorrow, and see if that doesn't generate bts files. (Hopefully not) |
Here is where the BTS files are generated: WEIS/weis/aeroelasticse/openmdao_openfast.py Line 1821 in 77512f2
It should skip that. My personal workaround would be to only make one short BTS file, like in this example. That should not take much computing time. |
I will try that also, if it does make BTS files |
Thank you both for your prompt response. |
@dzalkind Model_only to true worked, thank you on that one. @gbarter and dzalkind, also highlighted a bug ?
|
Thank you- we will have to check that one out. |
I pushed a fix in #302. |
Description
Hi, so I am trying to generate a new Cp_Ct_Cq table and .IN from WindIO.
Closest examples our example 5 & 6. Which generating new OpenFast model, which is great also. However it also always wants to generate BTS files and run LC even tho I get rid of the DLC dict in model.yaml.
Steps to reproduce issue
Please provide a minimum working example (MWE) if possible
Current behaviour
It will generate the model but then generate BTS files and run DLCs
Expected behavior
Generate OpenFast model, new Cp_Ct_Cq and .IN, then stop
Code versions
List versions only if relevant
The text was updated successfully, but these errors were encountered: