-
Notifications
You must be signed in to change notification settings - Fork 97
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
class Turbine()——genetate_rotperf_fast():from pCrunch import Processing
#402
Comments
Hi, The method you're referencing is not tested in the normal ROSCO examples, so it may have fallen outside of our support. It's likely you will be able to make the fixes before we can support this part of the code. Here is a template in pCrunch that you might be able to follow to do the requisite post processing of the OpenFAST runs: https://github.com/NREL/pCrunch/blob/master/examples/post_BatchRun.py If you develop a solution, we would be glad to support it with an example/test. I'll keep this open until we either support this part of the Thanks for bringing this to our attention. Best, Dan |
Thank you for your reply! |
At NREL, we typically do an inverse design using WISDEM to solve the challenge you shared. |
Desired use case
I am modifying the blade design and using '02_ccblade.py' to calculate the blade's Cp coefficient. However, since ccblade does not account for blade deformation, I decided to use the
generate_rotperf_fast()
method from the Turbine class for calculations. But I found that this method referencesProcessing
frompCrunch
. After downloadingpCrunch
, I noticed that 'Processing' is not present in its__init__.py
pCrunch.git
Description
Code versions
The text was updated successfully, but these errors were encountered: