You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 references Processing from pCrunch. After downloading pCrunch, I noticed that 'Processing' is not present in its __init__.py pCrunch.git