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 references Processing from pCrunch. After downloading pCrunch, I noticed that 'Processing' is not present in its __init__.py
pCrunch.git
Description
Code versions