-
Notifications
You must be signed in to change notification settings - Fork 4
Floris Support #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Floris Support #36
Conversation
tests/test_floris.py
Outdated
| def test_floris_multiple_turbines(): | ||
| """Test FLORIS with multiple turbine types""" | ||
| wes_dir = test_path / "../examples/cases/windio_4turbines_multipleTurbines/wind_energy_system/" | ||
| _run_floris(wes_dir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be ideal to manually run floris to confirm that each test creates the expected output, like we do in pywake tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been addressed by the latest commit.
|
FYI pre-commit is failing |
|
Change log:
|
This PR introduce FLORIS support in WIFA:
WindIO is not yet supported by FLOIS main branch.
Currently refer to lejeunemax/floris/windIO.
Some features may not be fully supported, these include:
times_run,wind_speeds_run,directions_run)thrust_coefficient,axial_induction, andturbulence_intensityare currently supported as turbine output variables.
blockage_model,rotor_averaging, andaxial_induction_model.Warnings will be raised if some of these inputs are encountered.