dzalkind

Results 24 comments of dzalkind

Hi Rudy and Yong Hoon, Currently, WEIS is only supported for Windows users when using Windows Subsystem Linux. I'd recommend taking this route. Otherwise, some of the modules need to...

Yong Hoon, Have you set up WEIS and compiled things on a Windows system? Best, Dan

According to @AthulKrishnaSundarrajan, it seems like `conda install compilers` when running on WSL in Windows is a good option. I will try to verify and include this in the instructions....

Hi, In a [commit of a feature branch of WEIS](https://github.com/WISDEM/WEIS/commit/df3d30267678921490b22c790ecb949e6d98472a) that we have, the modeling options will override all other inputs. We will leave this open until that's added to...

Hi Jannic, The quickest way to meet your needs would be to [comment out these lines of code](https://github.com/WISDEM/WEIS/blob/5332c31ebcc658f269c16a175656a8b35f4fe79c/weis/aeroelasticse/openmdao_openfast.py#L1862) where `TPitManS(*)` is set for various "cases" based on the DLCs. Then,...

It seems like this issue has been resolved. Please re-open it if you need further assistance.

Hi, There are a couple of errors with this example, it seems. I'm not sure how it passed our tests. I would skip running this example unless it is critical...

Hi, I updated the documentation in these examples: https://github.com/WISDEM/WEIS/tree/main/examples/02_control_opt Please let me know if you have further questions. Best, Dan

Hi Ying, We're going to work on more detailed documentation about your questions, as I think they could help more users. I'll provide some quick answers in the meantime. 1....

`TMax` and `TStart` are some of the input options that change with DLC. You can set them with `analysis_time` and `transient_time` in the modeling options: https://github.com/WISDEM/WEIS/blob/7b05e1924d63fe921f5ce3733b9069a3e9ef0019/examples/03_NREL5MW_OC3_spar/modeling_options.yaml#L108 An example notebook for...