Garrett Barter

Results 86 comments of Garrett Barter

It took way too long, but this is finally being addressed in #522 . I did create a unit test much as @rdamiani suggests, with a straight uniform tubular blade,...

This is now in the latest v3.15 release.

Moved this over to an ORBIT issue

Hello @edulastra , You can see the version history of the IEA Wind 15-MW turbine [here](https://github.com/IEAWindTask37/IEA-15-240-RWT/blob/master/ReleaseNotes.md). The version 1.1.0 release notes mention alignment with OpenFAST v3.0, so you could try...

Hi- Thanks for your interest in WISDEM. This seems to be a [recent issue](https://github.com/WISDEM/CCBlade/issues/32). Unfortunately, we have not been able to replicate the issue on our side or get to...

That last error looks similar to #506 . Are you running WISDEM with `wisdem geometry.yaml modeling.yaml analysis.yaml`? Have you tried running by calling python directly? Perhaps `python WISDEM/examples/02_reference_turbines/iea3p4_driver.py` ?

I have ported the offending fortran library to python to try to address this issue. If you are comfortable doing so, could you try out the new `pyprecomp` branch with...

Both the Fortran compilation issue and the availability of the `wisdem` and `compare_designs` commands in the conda package should be fixed by tomorrow in the recent v3.15 release.

It looks like your windows username, "YX Yao", is causing the script an issue because there is a space-character involved that is being parsed as a separate argument. I will...

> The sdist on PyPI is missing the `meson.build` and `meson_options.txt` files > > One can build from the github repo instead: > > ``` > git clone https://github.com/WISDEM/WISDEM.git >...