Example 6: SS and PS
Description
When attempting to run example 6 within the terminal, I got a runtime error because variable related to blade geometry (spar_cap_ss and spar_cap_ps) were not able to be connected.
Steps to reproduce issue
- Clone the main branch of the WEIS repository onto your computer
- Open terminal, enter the weis environment
- Enter the examples folder within the WEIS repository
- Enter example 06 within the examples folder
- Attempt to run file 'runWEIS.py' from the examples folder. I did this using the line
python runWEIS.pyfrom the terminal line.
Current behavior
Expected behavior
Not sure what example 6 is meant to run, but it should be running without error. The various blade.opt_var look like they exist in the backend but haven't quite made it into the geometry.yaml file, which is why I think they aren't being "connected."
Code versions
List versions only if relevant
- main branch, commit: https://github.com/WISDEM/WEIS/commit/9ec2751c5ad23941512400c62536b997c8647a80
Can you give this a try on the develop branch? That has been heavily tested recently and all should be working. I have a suspicion that you might have to start over with a new environment though as I think part of the problem is that the main branch has hard fixed version requirements that are causing this error and other conflicts.
I think this issue has been resolved in the latest release. If not, please re-open it, and we'd be happy to help.