WISDEM / WEIS

Wind Energy with Integrated Servo-controls Toolset
https://weis.readthedocs.io/en/latest/
Apache License 2.0
53 stars 39 forks source link

Example 6: SS and PS #283

Closed amineeva-GWT closed 2 months ago

amineeva-GWT commented 4 months ago

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

  1. Clone the main branch of the WEIS repository onto your computer
  2. Open terminal, enter the weis environment
  3. Enter the examples folder within the WEIS repository
  4. Enter example 06 within the examples folder
  5. Attempt to run file 'runWEIS.py' from the examples folder. I did this using the line python runWEIS.py from the terminal line.

Current behavior

image

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

gbarter commented 4 months ago

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.

dzalkind commented 2 months ago

I think this issue has been resolved in the latest release. If not, please re-open it, and we'd be happy to help.