dzalkind
dzalkind
This PR is not ready to merge **Feature or improvement description** Send all OpenFAST outputs to DLL interface **Related issue, if one exists** **Impacted areas of the software** `BladedInteface_Ex` `ServoDyn`...
Hi, thanks for putting together these scripts. They are very helpful for getting started on Kestrel. I am trying to run a jupyter server with this script and my browser...
## Purpose Support floating platform and rotor modeling of MHK turbines without structural analysis. Added flags for disabling frame3dd calculations. There's also support for additional hydrodynamic modeling: - Relative joints...
## Purpose Figure out why Windows tests are failing ## Type of change What types of change is it? _Select the appropriate type(s) that describe this PR_ - [ ]...
## Description In OpenFAST-only mode, the `BlPitchF` is taken from the provided model and not set to 90 degrees for parked cases. 90 is the default, but in OpenFAST-only mode,...
# Description of feature From Saeid at UIUC: I have a question regarding running WEIS level3 with a steady wind speed. In the address "examples/03_NREL5MW_OC3_spar/modeling_options.yaml," I added the following code...
## Purpose Refactoring of the DLC generator to follow the case input structure commonly used in aeroelasticse. A few new cases have been added so far, but the previous functionality...
## Purpose Speed up the CI in WEIS. I have made several changes to the examples that speed things up nicely, but compromise the modeling and take more effort to...
## Description On the `main` branch there are two versions of the same function: - https://github.com/WISDEM/WEIS/blob/b0738fe44072b7e58bbb87929baa687209912c94/weis/aeroelasticse/turbsim_util.py#L223 - https://github.com/WISDEM/WEIS/blob/b0738fe44072b7e58bbb87929baa687209912c94/weis/aeroelasticse/utils.py#L516 On the `develop` branch, there is only 1 version: - https://github.com/WISDEM/WEIS/blob/fa3c60949b01b5b95dea6eb03e9ebc39a8918bf2/weis/aeroelasticse/utils.py#L516 I'm...