WISDEM / RAFT

A frequency-domain dynamics model for floating wind turbines
https://openraft.readthedocs.io
Apache License 2.0
40 stars 23 forks source link

Update openmdao interface for WEIS #38

Closed dzalkind closed 9 months ago

dzalkind commented 10 months ago

Purpose

These minor set of changes were made to run RAFT in WEIS. I added some scripting to save the inputs and options to the opendmao interface for testing exact WEIS configurations in RAFT; this was enabled as an official test in RAFT to see if future changes affect the openmdao interface, given a known example from WEIS.

Also some minor changes to the turbulence input processing.

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

Testing

test_omdao_VolturnUS-S.py now tests the exact RAFT Volturnus example inputs in WEIS

Added a case to the VolturnUS-S_example.yaml to ensure that both floats (0.1 TI) and strings (IB) are acceptable case inputs for turbulence.

Checklist

Put an x in the boxes that apply.

dzalkind commented 9 months ago

@mattEhall, this is working nicely in WEIS and ready for review/merge