├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── pull_request_template.md ├── tools │ └── cibw_repair_wheel_command_windows.sh └── workflows │ ├── CI_rosco-compile.yml │ └── Publish_ROSCO.yml ├── .gitignore ├── .readthedocs.yaml ├── Examples ├── .gitignore ├── 01_turbine_model.py ├── 02_ccblade.py ├── 03_tune_controller.py ├── 04_simple_sim.py ├── 05_openfast_sim.py ├── 06_peak_shaving.py ├── 07_openfast_outputs.py ├── 09_distributed_aero.py ├── 10_linear_params.py ├── 11_robust_tuning.py ├── 12_tune_ipc.py ├── 14_open_loop_control.py ├── 15_pass_through.py ├── 16_external_dll.py ├── 17a_zeromq_simple.py ├── 17b_zeromq_multi_openfast.py ├── 17c_zeromq_fastfarm.py ├── 18_pitch_faults.py ├── 19_update_discon_version.py ├── 20_active_wake_control.py ├── 21_optional_inputs.py ├── 22_cable_control.py ├── 23_structural_control.py ├── 24_floating_feedback.py ├── 25_rotor_position_control.py ├── 26_marine_hydro.py ├── 27_soft_cut_out.py ├── 28_tower_resonance.py ├── 29_power_control.py ├── 30_shutdown.py ├── 31_fixed_pitch_mhk.py ├── 32_startup.py ├── 33_yaw_control.py ├── README.md ├── ROSCO_walkthrough.ipynb ├── Test_Cases │ ├── 5MW_Land_Simulink │ │ ├── 5MW_Land_Simulink.fst │ │ └── NRELOffshrBsline5MW_Onshore_ServoDyn.dat │ ├── BAR_10 │ │ ├── Airfoils │ │ │ ├── AF00_Coords.txt │ │ │ ├── AF01_Coords.txt │ │ │ ├── AF02_Coords.txt │ │ │ ├── AF03_Coords.txt │ │ │ ├── AF04_Coords.txt │ │ │ ├── AF05_Coords.txt │ │ │ ├── AF06_Coords.txt │ │ │ ├── AF07_Coords.txt │ │ │ ├── AF08_Coords.txt │ │ │ ├── AF09_Coords.txt │ │ │ ├── AF10_Coords.txt │ │ │ ├── AF11_Coords.txt │ │ │ ├── AF12_Coords.txt │ │ │ ├── AF13_Coords.txt │ │ │ ├── AF14_Coords.txt │ │ │ ├── AF15_Coords.txt │ │ │ ├── AF16_Coords.txt │ │ │ ├── AF17_Coords.txt │ │ │ ├── AF18_Coords.txt │ │ │ ├── AF19_Coords.txt │ │ │ ├── AF20_Coords.txt │ │ │ ├── AF21_Coords.txt │ │ │ ├── AF22_Coords.txt │ │ │ ├── AF23_Coords.txt │ │ │ ├── AF24_Coords.txt │ │ │ ├── AF25_Coords.txt │ │ │ ├── AF26_Coords.txt │ │ │ ├── AF27_Coords.txt │ │ │ ├── AF28_Coords.txt │ │ │ ├── AF29_Coords.txt │ │ │ ├── BAR_10_AeroDyn15_Polar_00.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_01.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_02.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_03.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_04.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_05.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_06.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_07.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_08.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_09.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_10.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_11.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_12.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_13.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_14.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_15.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_16.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_17.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_18.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_19.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_20.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_21.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_22.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_23.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_24.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_25.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_26.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_27.dat │ │ │ ├── BAR_10_AeroDyn15_Polar_28.dat │ │ │ └── BAR_10_AeroDyn15_Polar_29.dat │ │ ├── BAR_10.fst │ │ ├── BAR_10_AeroDyn15.dat │ │ ├── BAR_10_AeroDyn15_blade.dat │ │ ├── BAR_10_BeamDyn.dat │ │ ├── BAR_10_BeamDyn_Blade.dat │ │ ├── BAR_10_DISCON.IN │ │ ├── BAR_10_ElastoDyn.dat │ │ ├── BAR_10_ElastoDyn_blade.dat │ │ ├── BAR_10_ElastoDyn_tower.dat │ │ ├── BAR_10_InflowFile.dat │ │ ├── BAR_10_ServoDyn.dat │ │ └── Cp_Ct_Cq.BAR_10.txt │ ├── IEA-15-240-RWT │ │ ├── IEA-15-240-RWT-Monopile │ │ │ ├── IEA-15-240-RWT-Monopile.fst │ │ │ ├── IEA-15-240-RWT-Monopile_AeroDyn15.dat │ │ │ ├── IEA-15-240-RWT-Monopile_DISCON.IN │ │ │ ├── IEA-15-240-RWT-Monopile_ElastoDyn.dat │ │ │ ├── IEA-15-240-RWT-Monopile_ElastoDyn_tower.dat │ │ │ ├── IEA-15-240-RWT-Monopile_HydroDyn.dat │ │ │ ├── IEA-15-240-RWT-Monopile_ROSCO.yaml │ │ │ ├── IEA-15-240-RWT-Monopile_SeaState.dat │ │ │ ├── IEA-15-240-RWT-Monopile_ServoDyn.dat │ │ │ └── IEA-15-240-RWT-Monopile_SubDyn.dat │ │ ├── IEA-15-240-RWT-Monopile_wDTUcontroller │ │ │ ├── IEA-15-240-RWT-Monopile_ServoDyn_wDTUcontroller.dat │ │ │ ├── IEA-15-240-RWT-Monopile_wDTUcontroller.fst │ │ │ ├── control │ │ │ │ ├── DISCON.IN │ │ │ │ └── wpdata.100 │ │ │ └── readme │ │ ├── IEA-15-240-RWT-OLAF │ │ │ ├── IEA-15-240-RWT_AeroDyn15.dat │ │ │ ├── IEA-15-240-RWT_OLAF.dat │ │ │ └── IEA-15-240-RWT_OLAF.fst │ │ ├── IEA-15-240-RWT-UMaineSemi │ │ │ ├── HydroData │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.1 │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.12d │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.12s │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.3 │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.hst │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.ss │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi.ssexctn │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi_1stOrder.out.wamit │ │ │ │ ├── IEA-15-240-RWT-UMaineSemi_2ndOrder.out.wamit │ │ │ │ ├── README.md │ │ │ │ ├── wamit_inputs_1stOrder │ │ │ │ │ ├── IEA-15-240-RWT.cfg │ │ │ │ │ ├── IEA-15-240-RWT.frc │ │ │ │ │ ├── IEA-15-240-RWT.gdf │ │ │ │ │ ├── IEA-15-240-RWT.pot │ │ │ │ │ └── fnames.wam │ │ │ │ └── wamit_inputs_2ndOrder │ │ │ │ │ ├── IEA-15-240-RWT_2nd.FDF │ │ │ │ │ ├── IEA-15-240-RWT_2nd.PT2 │ │ │ │ │ ├── IEA-15-240-RWT_2nd.cfg │ │ │ │ │ ├── IEA-15-240-RWT_2nd.frc │ │ │ │ │ ├── IEA-15-240-RWT_2nd.gdf │ │ │ │ │ ├── IEA-15-240-RWT_2nd.pot │ │ │ │ │ └── fnames.wam │ │ │ ├── IEA-15-240-RWT-UMaineSemi.fst │ │ │ ├── IEA-15-240-RWT-UMaineSemi_AeroDyn15.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_DISCON.IN │ │ │ ├── IEA-15-240-RWT-UMaineSemi_ElastoDyn.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_ElastoDyn_tower.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_HydroDyn.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_MAP.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_MoorDyn.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_ROSCO.yaml │ │ │ ├── IEA-15-240-RWT-UMaineSemi_SeaState.dat │ │ │ ├── IEA-15-240-RWT-UMaineSemi_ServoDyn.dat │ │ │ └── linearizations │ │ │ │ ├── lin_00.1.lin │ │ │ │ ├── lin_00.10.lin │ │ │ │ ├── lin_00.11.lin │ │ │ │ ├── lin_00.12.lin │ │ │ │ ├── lin_00.2.lin │ │ │ │ ├── lin_00.3.lin │ │ │ │ ├── lin_00.4.lin │ │ │ │ ├── lin_00.5.lin │ │ │ │ ├── lin_00.6.lin │ │ │ │ ├── lin_00.7.lin │ │ │ │ ├── lin_00.8.lin │ │ │ │ ├── lin_00.9.lin │ │ │ │ ├── lin_01.1.lin │ │ │ │ ├── lin_01.10.lin │ │ │ │ ├── lin_01.11.lin │ │ │ │ ├── lin_01.12.lin │ │ │ │ ├── lin_01.2.lin │ │ │ │ ├── lin_01.3.lin │ │ │ │ ├── lin_01.4.lin │ │ │ │ ├── lin_01.5.lin │ │ │ │ ├── lin_01.6.lin │ │ │ │ ├── lin_01.7.lin │ │ │ │ ├── lin_01.8.lin │ │ │ │ ├── lin_01.9.lin │ │ │ │ ├── lin_02.1.lin │ │ │ │ ├── lin_02.10.lin │ │ │ │ ├── lin_02.11.lin │ │ │ │ ├── lin_02.12.lin │ │ │ │ ├── lin_02.2.lin │ │ │ │ ├── lin_02.3.lin │ │ │ │ ├── lin_02.4.lin │ │ │ │ ├── lin_02.5.lin │ │ │ │ ├── lin_02.6.lin │ │ │ │ ├── lin_02.7.lin │ │ │ │ ├── lin_02.8.lin │ │ │ │ ├── lin_02.9.lin │ │ │ │ ├── lin_03.1.lin │ │ │ │ ├── lin_03.10.lin │ │ │ │ ├── lin_03.11.lin │ │ │ │ ├── lin_03.12.lin │ │ │ │ ├── lin_03.2.lin │ │ │ │ ├── lin_03.3.lin │ │ │ │ ├── lin_03.4.lin │ │ │ │ ├── lin_03.5.lin │ │ │ │ ├── lin_03.6.lin │ │ │ │ ├── lin_03.7.lin │ │ │ │ ├── lin_03.8.lin │ │ │ │ ├── lin_03.9.lin │ │ │ │ ├── lin_04.1.lin │ │ │ │ ├── lin_04.10.lin │ │ │ │ ├── lin_04.11.lin │ │ │ │ ├── lin_04.12.lin │ │ │ │ ├── lin_04.2.lin │ │ │ │ ├── lin_04.3.lin │ │ │ │ ├── lin_04.4.lin │ │ │ │ ├── lin_04.5.lin │ │ │ │ ├── lin_04.6.lin │ │ │ │ ├── lin_04.7.lin │ │ │ │ ├── lin_04.8.lin │ │ │ │ ├── lin_04.9.lin │ │ │ │ ├── lin_05.1.lin │ │ │ │ ├── lin_05.10.lin │ │ │ │ ├── lin_05.11.lin │ │ │ │ ├── lin_05.12.lin │ │ │ │ ├── lin_05.2.lin │ │ │ │ ├── lin_05.3.lin │ │ │ │ ├── lin_05.4.lin │ │ │ │ ├── lin_05.5.lin │ │ │ │ ├── lin_05.6.lin │ │ │ │ ├── lin_05.7.lin │ │ │ │ ├── lin_05.8.lin │ │ │ │ ├── lin_05.9.lin │ │ │ │ ├── lin_06.1.lin │ │ │ │ ├── lin_06.10.lin │ │ │ │ ├── lin_06.11.lin │ │ │ │ ├── lin_06.12.lin │ │ │ │ ├── lin_06.2.lin │ │ │ │ ├── lin_06.3.lin │ │ │ │ ├── lin_06.4.lin │ │ │ │ ├── lin_06.5.lin │ │ │ │ ├── lin_06.6.lin │ │ │ │ ├── lin_06.7.lin │ │ │ │ ├── lin_06.8.lin │ │ │ │ ├── lin_06.9.lin │ │ │ │ ├── lin_07.1.lin │ │ │ │ ├── lin_07.10.lin │ │ │ │ ├── lin_07.11.lin │ │ │ │ ├── lin_07.12.lin │ │ │ │ ├── lin_07.2.lin │ │ │ │ ├── lin_07.3.lin │ │ │ │ ├── lin_07.4.lin │ │ │ │ ├── lin_07.5.lin │ │ │ │ ├── lin_07.6.lin │ │ │ │ ├── lin_07.7.lin │ │ │ │ ├── lin_07.8.lin │ │ │ │ ├── lin_07.9.lin │ │ │ │ ├── lin_08.1.lin │ │ │ │ ├── lin_08.10.lin │ │ │ │ ├── lin_08.11.lin │ │ │ │ ├── lin_08.12.lin │ │ │ │ ├── lin_08.2.lin │ │ │ │ ├── lin_08.3.lin │ │ │ │ ├── lin_08.4.lin │ │ │ │ ├── lin_08.5.lin │ │ │ │ ├── lin_08.6.lin │ │ │ │ ├── lin_08.7.lin │ │ │ │ ├── lin_08.8.lin │ │ │ │ ├── lin_08.9.lin │ │ │ │ ├── lin_09.1.lin │ │ │ │ ├── lin_09.10.lin │ │ │ │ ├── lin_09.11.lin │ │ │ │ ├── lin_09.12.lin │ │ │ │ ├── lin_09.2.lin │ │ │ │ ├── lin_09.3.lin │ │ │ │ ├── lin_09.4.lin │ │ │ │ ├── lin_09.5.lin │ │ │ │ ├── lin_09.6.lin │ │ │ │ ├── lin_09.7.lin │ │ │ │ ├── lin_09.8.lin │ │ │ │ ├── lin_09.9.lin │ │ │ │ ├── lin_10.1.lin │ │ │ │ ├── lin_10.10.lin │ │ │ │ ├── lin_10.11.lin │ │ │ │ ├── lin_10.12.lin │ │ │ │ ├── lin_10.2.lin │ │ │ │ ├── lin_10.3.lin │ │ │ │ ├── lin_10.4.lin │ │ │ │ ├── lin_10.5.lin │ │ │ │ ├── lin_10.6.lin │ │ │ │ ├── lin_10.7.lin │ │ │ │ ├── lin_10.8.lin │ │ │ │ ├── lin_10.9.lin │ │ │ │ ├── lin_11.1.lin │ │ │ │ ├── lin_11.10.lin │ │ │ │ ├── lin_11.11.lin │ │ │ │ ├── lin_11.12.lin │ │ │ │ ├── lin_11.2.lin │ │ │ │ ├── lin_11.3.lin │ │ │ │ ├── lin_11.4.lin │ │ │ │ ├── lin_11.5.lin │ │ │ │ ├── lin_11.6.lin │ │ │ │ ├── lin_11.7.lin │ │ │ │ ├── lin_11.8.lin │ │ │ │ ├── lin_11.9.lin │ │ │ │ ├── lin_12.1.lin │ │ │ │ ├── lin_12.10.lin │ │ │ │ ├── lin_12.11.lin │ │ │ │ ├── lin_12.12.lin │ │ │ │ ├── lin_12.2.lin │ │ │ │ ├── lin_12.3.lin │ │ │ │ ├── lin_12.4.lin │ │ │ │ ├── lin_12.5.lin │ │ │ │ ├── lin_12.6.lin │ │ │ │ ├── lin_12.7.lin │ │ │ │ ├── lin_12.8.lin │ │ │ │ ├── lin_12.9.lin │ │ │ │ ├── lin_13.1.lin │ │ │ │ ├── lin_13.10.lin │ │ │ │ ├── lin_13.11.lin │ │ │ │ ├── lin_13.12.lin │ │ │ │ ├── lin_13.2.lin │ │ │ │ ├── lin_13.3.lin │ │ │ │ ├── lin_13.4.lin │ │ │ │ ├── lin_13.5.lin │ │ │ │ ├── lin_13.6.lin │ │ │ │ ├── lin_13.7.lin │ │ │ │ ├── lin_13.8.lin │ │ │ │ ├── lin_13.9.lin │ │ │ │ ├── lin_14.1.lin │ │ │ │ ├── lin_14.10.lin │ │ │ │ ├── lin_14.11.lin │ │ │ │ ├── lin_14.12.lin │ │ │ │ ├── lin_14.2.lin │ │ │ │ ├── lin_14.3.lin │ │ │ │ ├── lin_14.4.lin │ │ │ │ ├── lin_14.5.lin │ │ │ │ ├── lin_14.6.lin │ │ │ │ ├── lin_14.7.lin │ │ │ │ ├── lin_14.8.lin │ │ │ │ ├── lin_14.9.lin │ │ │ │ ├── lin_15.1.lin │ │ │ │ ├── lin_15.10.lin │ │ │ │ ├── lin_15.11.lin │ │ │ │ ├── lin_15.12.lin │ │ │ │ ├── lin_15.2.lin │ │ │ │ ├── lin_15.3.lin │ │ │ │ ├── lin_15.4.lin │ │ │ │ ├── lin_15.5.lin │ │ │ │ ├── lin_15.6.lin │ │ │ │ ├── lin_15.7.lin │ │ │ │ ├── lin_15.8.lin │ │ │ │ ├── lin_15.9.lin │ │ │ │ ├── lin_16.1.lin │ │ │ │ ├── lin_16.10.lin │ │ │ │ ├── lin_16.11.lin │ │ │ │ ├── lin_16.12.lin │ │ │ │ ├── lin_16.2.lin │ │ │ │ ├── lin_16.3.lin │ │ │ │ ├── lin_16.4.lin │ │ │ │ ├── lin_16.5.lin │ │ │ │ ├── lin_16.6.lin │ │ │ │ ├── lin_16.7.lin │ │ │ │ ├── lin_16.8.lin │ │ │ │ ├── lin_16.9.lin │ │ │ │ ├── lin_17.1.lin │ │ │ │ ├── lin_17.10.lin │ │ │ │ ├── lin_17.11.lin │ │ │ │ ├── lin_17.12.lin │ │ │ │ ├── lin_17.2.lin │ │ │ │ ├── lin_17.3.lin │ │ │ │ ├── lin_17.4.lin │ │ │ │ ├── lin_17.5.lin │ │ │ │ ├── lin_17.6.lin │ │ │ │ ├── lin_17.7.lin │ │ │ │ ├── lin_17.8.lin │ │ │ │ ├── lin_17.9.lin │ │ │ │ ├── lin_18.1.lin │ │ │ │ ├── lin_18.10.lin │ │ │ │ ├── lin_18.11.lin │ │ │ │ ├── lin_18.12.lin │ │ │ │ ├── lin_18.2.lin │ │ │ │ ├── lin_18.3.lin │ │ │ │ ├── lin_18.4.lin │ │ │ │ ├── lin_18.5.lin │ │ │ │ ├── lin_18.6.lin │ │ │ │ ├── lin_18.7.lin │ │ │ │ ├── lin_18.8.lin │ │ │ │ ├── lin_18.9.lin │ │ │ │ ├── lin_19.1.lin │ │ │ │ ├── lin_19.10.lin │ │ │ │ ├── lin_19.11.lin │ │ │ │ ├── lin_19.12.lin │ │ │ │ ├── lin_19.2.lin │ │ │ │ ├── lin_19.3.lin │ │ │ │ ├── lin_19.4.lin │ │ │ │ ├── lin_19.5.lin │ │ │ │ ├── lin_19.6.lin │ │ │ │ ├── lin_19.7.lin │ │ │ │ ├── lin_19.8.lin │ │ │ │ └── lin_19.9.lin │ │ ├── IEA-15-240-RWT │ │ │ ├── Airfoils │ │ │ │ ├── IEA-15-240-RWT_AF00_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF01_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF02_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF03_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF04_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF05_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF06_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF07_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF08_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF09_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF10_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF11_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF12_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF13_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF14_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF15_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF16_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF17_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF18_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF19_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF20_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF21_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF22_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF23_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF24_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF25_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF26_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF27_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF28_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF29_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF30_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF31_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF32_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF33_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF34_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF35_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF36_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF37_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF38_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF39_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF40_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF41_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF42_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF43_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF44_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF45_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF46_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF47_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF48_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AF49_Coords.txt │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_00.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_01.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_02.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_03.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_04.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_05.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_06.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_07.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_08.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_09.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_10.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_11.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_12.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_13.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_14.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_15.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_16.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_17.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_18.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_19.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_20.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_21.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_22.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_23.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_24.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_25.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_26.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_27.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_28.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_29.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_30.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_31.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_32.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_33.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_34.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_35.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_36.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_37.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_38.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_39.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_40.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_41.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_42.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_43.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_44.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_45.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_46.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_47.dat │ │ │ │ ├── IEA-15-240-RWT_AeroDyn15_Polar_48.dat │ │ │ │ └── IEA-15-240-RWT_AeroDyn15_Polar_49.dat │ │ │ ├── Cp_Ct_Cq.IEA15MW.txt │ │ │ ├── IEA-15-240-RWT_AeroDyn15_blade.dat │ │ │ ├── IEA-15-240-RWT_BeamDyn.dat │ │ │ ├── IEA-15-240-RWT_BeamDyn_blade.dat │ │ │ ├── IEA-15-240-RWT_ElastoDyn_blade.dat │ │ │ ├── IEA-15-240-RWT_InflowFile.dat │ │ │ ├── ServoData │ │ │ │ ├── update_libdiscon_extension.py │ │ │ │ └── update_rosco_discons.py │ │ │ └── Wind │ │ │ │ ├── IEA15MW_IEC_ETM_U50.0_Seed60362647.in │ │ │ │ ├── NoShr_9-14_Inc1_50s.wnd │ │ │ │ └── long_step_wind.wnd │ │ ├── StC-Force-Col1.dat │ │ ├── StC-Force-Col2.dat │ │ └── StC-Force-Col3.dat │ ├── MHK_RM1 │ │ ├── Airfoils │ │ │ ├── NACA6_0240.dat │ │ │ ├── NACA6_0240_coords.txt │ │ │ ├── NACA6_0247.dat │ │ │ ├── NACA6_0247_coords.txt │ │ │ ├── NACA6_0259.dat │ │ │ ├── NACA6_0259_coords.txt │ │ │ ├── NACA6_0276.dat │ │ │ ├── NACA6_0276_coords.txt │ │ │ ├── NACA6_0329.dat │ │ │ ├── NACA6_0329_coords.txt │ │ │ ├── NACA6_0444.dat │ │ │ ├── NACA6_0444_coords.txt │ │ │ ├── NACA6_0629.dat │ │ │ ├── NACA6_0629_coords.txt │ │ │ ├── NACA6_0864.dat │ │ │ ├── NACA6_0864_coords.txt │ │ │ ├── NACA6_1000.dat │ │ │ └── NACA6_1000_coords.txt │ │ ├── MHK_RM1_AeroDyn15_Blade.dat │ │ ├── MHK_RM1_Cp_Ct_Cq.txt │ │ ├── MHK_RM1_DISCON.IN │ │ ├── MHK_RM1_ElastoDyn_Blade.dat │ │ ├── MHK_RM1_ElastoDyn_Tower.dat │ │ ├── MHK_RM1_Floating.1 │ │ ├── MHK_RM1_Floating.3 │ │ ├── MHK_RM1_Floating.fst │ │ ├── MHK_RM1_Floating.hst │ │ ├── MHK_RM1_Floating_AeroDyn15.dat │ │ ├── MHK_RM1_Floating_ElastoDyn.dat │ │ ├── MHK_RM1_Floating_HydroDyn.dat │ │ ├── MHK_RM1_Floating_InflowWind.dat │ │ ├── MHK_RM1_Floating_MoorDyn.dat │ │ ├── MHK_RM1_Floating_SeaState.dat │ │ └── MHK_RM1_ServoDyn.dat │ ├── NREL-5MW │ │ ├── AeroData │ │ │ ├── Cylinder1.dat │ │ │ ├── Cylinder2.dat │ │ │ ├── DU21_A17.dat │ │ │ ├── DU25_A17.dat │ │ │ ├── DU30_A17.dat │ │ │ ├── DU35_A17.dat │ │ │ ├── DU40_A17.dat │ │ │ └── NACA64_A17.dat │ │ ├── Airfoils │ │ │ ├── Cylinder1.dat │ │ │ ├── Cylinder1_coords.txt │ │ │ ├── Cylinder2.dat │ │ │ ├── Cylinder2_coords.txt │ │ │ ├── DU21_A17.dat │ │ │ ├── DU21_A17_coords.txt │ │ │ ├── DU25_A17.dat │ │ │ ├── DU25_A17_coords.txt │ │ │ ├── DU30_A17.dat │ │ │ ├── DU30_A17_coords.txt │ │ │ ├── DU35_A17.dat │ │ │ ├── DU35_A17_coords.txt │ │ │ ├── DU40_A17.dat │ │ │ ├── DU40_A17_coords.txt │ │ │ ├── NACA64_A17.dat │ │ │ └── NACA64_A17_coords.txt │ │ ├── Cp_Ct_Cq.NREL5MW.txt │ │ ├── DISCON.IN │ │ ├── IceDyn_Input.dat │ │ ├── IceFloe_IEC_Crushing.dat │ │ ├── NREL-5MW.fst │ │ ├── NRELOffshrBsline5MW_AeroDyn_blade.dat │ │ ├── NRELOffshrBsline5MW_BeamDyn.dat │ │ ├── NRELOffshrBsline5MW_BeamDyn_Blade.dat │ │ ├── NRELOffshrBsline5MW_Blade.dat │ │ ├── NRELOffshrBsline5MW_InflowWind.dat │ │ ├── NRELOffshrBsline5MW_Monopile_IEC_Crushing.inp │ │ ├── NRELOffshrBsline5MW_Onshore_AeroDyn15.dat │ │ ├── NRELOffshrBsline5MW_Onshore_ElastoDyn.dat │ │ ├── NRELOffshrBsline5MW_Onshore_ElastoDyn_Tower.dat │ │ ├── NRELOffshrBsline5MW_Onshore_ServoDyn.dat │ │ └── README.md │ ├── NREL_2p8_127 │ │ ├── Airfoils │ │ │ ├── NREL-2p8-127_AF00_Coords.txt │ │ │ ├── NREL-2p8-127_AF01_Coords.txt │ │ │ ├── NREL-2p8-127_AF02_Coords.txt │ │ │ ├── NREL-2p8-127_AF03_Coords.txt │ │ │ ├── NREL-2p8-127_AF04_Coords.txt │ │ │ ├── NREL-2p8-127_AF05_Coords.txt │ │ │ ├── NREL-2p8-127_AF06_Coords.txt │ │ │ ├── NREL-2p8-127_AF07_Coords.txt │ │ │ ├── NREL-2p8-127_AF08_Coords.txt │ │ │ ├── NREL-2p8-127_AF09_Coords.txt │ │ │ ├── NREL-2p8-127_AF10_Coords.txt │ │ │ ├── NREL-2p8-127_AF11_Coords.txt │ │ │ ├── NREL-2p8-127_AF12_Coords.txt │ │ │ ├── NREL-2p8-127_AF13_Coords.txt │ │ │ ├── NREL-2p8-127_AF14_Coords.txt │ │ │ ├── NREL-2p8-127_AF15_Coords.txt │ │ │ ├── NREL-2p8-127_AF16_Coords.txt │ │ │ ├── NREL-2p8-127_AF17_Coords.txt │ │ │ ├── NREL-2p8-127_AF18_Coords.txt │ │ │ ├── NREL-2p8-127_AF19_Coords.txt │ │ │ ├── NREL-2p8-127_AF20_Coords.txt │ │ │ ├── NREL-2p8-127_AF21_Coords.txt │ │ │ ├── NREL-2p8-127_AF22_Coords.txt │ │ │ ├── NREL-2p8-127_AF23_Coords.txt │ │ │ ├── NREL-2p8-127_AF24_Coords.txt │ │ │ ├── NREL-2p8-127_AF25_Coords.txt │ │ │ ├── NREL-2p8-127_AF26_Coords.txt │ │ │ ├── NREL-2p8-127_AF27_Coords.txt │ │ │ ├── NREL-2p8-127_AF28_Coords.txt │ │ │ ├── NREL-2p8-127_AF29_Coords.txt │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_00.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_01.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_02.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_03.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_04.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_05.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_06.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_07.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_08.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_09.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_10.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_11.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_12.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_13.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_14.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_15.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_16.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_17.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_18.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_19.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_20.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_21.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_22.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_23.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_24.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_25.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_26.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_27.dat │ │ │ ├── NREL-2p8-127_AeroDyn15_Polar_28.dat │ │ │ └── NREL-2p8-127_AeroDyn15_Polar_29.dat │ │ ├── NREL-2.8-127.xlsx │ │ ├── NREL-2.8-127_pitch-speed.csv │ │ ├── NREL-2p8-127.fst │ │ ├── NREL-2p8-127_AeroDyn15.dat │ │ ├── NREL-2p8-127_AeroDyn15_blade.dat │ │ ├── NREL-2p8-127_Cp_Ct_Cq.txt │ │ ├── NREL-2p8-127_DISCON.IN │ │ ├── NREL-2p8-127_ElastoDyn.dat │ │ ├── NREL-2p8-127_ElastoDyn_blade.dat │ │ ├── NREL-2p8-127_ElastoDyn_tower.dat │ │ ├── NREL-2p8-127_InflowFile.dat │ │ └── NREL-2p8-127_ServoDyn.dat │ ├── Wind │ │ ├── 90m_12mps_twr.inp │ │ └── NoShr_3-15_50s.wnd │ ├── updateFromTask37.sh │ ├── update_libdiscon_extension.py │ └── update_rosco_discons.py ├── Tune_Cases │ ├── BAR.yaml │ ├── IEA15MW.yaml │ ├── IEA15MW_ExtInterface.yaml │ ├── IEA15MW_FOCAL.yaml │ ├── IEA15MW_MultiOmega.yaml │ ├── IEA15MW_OL.yaml │ ├── IEA15MW_PRC.yaml │ ├── IEA15MW_ballast.yaml │ ├── IEA15MW_cable.yaml │ ├── IEA15MW_robust.yaml │ ├── NREL2p8.yaml │ ├── NREL5MW.yaml │ ├── NREL5MW_PassThrough.yaml │ ├── README.md │ ├── RM1_MHK.yaml │ └── RM1_MHK_FBP.yaml └── example_inputs │ ├── Cp_Ct_Cq.NREL5MW.txt │ ├── DISCON_v2.2.0.IN │ ├── Example_OL_Input.dat │ ├── FASTFarm.fstf │ ├── FASTFarm_IW.dat │ ├── minimal_DISCON.IN │ └── minimal_DISCON_err.IN ├── LICENSE ├── Matlab_Toolbox ├── README.md ├── Simulink │ └── ROSCO.mdl ├── Utilities │ ├── Af_HPF.m │ ├── Af_LPF.m │ ├── Af_MakeWind.m │ ├── Af_MovingNotch.m │ ├── Af_sigma.m │ ├── ParseROSCOInputLine.m │ ├── Pl_FastPlots.m │ ├── Pre_LoadRotPerf.m │ ├── ROSCO2Matlab.m │ ├── ROSCOout2Matlab.m │ ├── ReadWrite_FAST.m │ ├── deg2rad.m │ ├── load_ROSCO_params.m │ ├── rad2deg.m │ ├── radps2rpm.m │ └── rpm2radps.m ├── rosco_filters.m └── runFAST.m ├── README.md ├── docs ├── _static │ ├── custom.css │ └── main.js ├── conf.py ├── images │ ├── Bladed_control_screen.png │ ├── ROSCOFramework.svg │ ├── examples │ │ ├── 01_NREL5MW_Cp.png │ │ ├── 03_GainSched.png │ │ ├── 04_NREL5MW_SimpSim.png │ │ ├── 06_MinPitch.png │ │ ├── 12_ipc_FAST_Out.png │ │ ├── 17c_fastfarm_yaw_demo.png │ │ ├── 18_pitch_offsets.png │ │ ├── 18_pitch_stuck.png │ │ ├── 29_AWC.png │ │ ├── 29_PRC_Methods.png │ │ ├── 29_Soft_Cutout.png │ │ ├── 29_StartUp.png │ │ ├── 30_shutdown_gen_demo.png │ │ ├── 30_shutdown_pitch_demo.png │ │ ├── 30_shutdown_time_demo.png │ │ ├── 30_shutdown_yaw_demo.png │ │ ├── 31_fixed_pitch_mhk_sched.png │ │ ├── 31_fixed_pitch_mhk_sim.png │ │ ├── 32_startup.png │ │ └── 33_yaw_control.png │ └── mhk │ │ ├── 01_cp_surface.png │ │ ├── 02_cp_surface_annotated.png │ │ ├── 03_cp_wg_sched.png │ │ ├── 04_cp_tg_sched.png │ │ ├── 05_cp_wg_tg_sched.png │ │ ├── 06_cp_Agen_sched.png │ │ ├── 07_cp_Agen_sched_annotated.png │ │ ├── 08_cp_wg_Ta_contour.png │ │ ├── 09_cp_wg_Ta_contour_annotated.png │ │ ├── 10_cp_kp_ki_sched.png │ │ ├── 11_ext_P.png │ │ ├── 12_ext_wg_tg_sched.png │ │ ├── 13_ext_wg_tg_P_contour.png │ │ ├── 14_fbp_flow_chart.png │ │ ├── 15_ext_wg_sched.png │ │ ├── 16_ext_wg_sched_annotated.png │ │ ├── 17_ext_tg_sched.png │ │ ├── 18_ext_Agen_sched.png │ │ ├── 19_ext_wg_thrust_contour.png │ │ ├── 20_ext_wg_thrust_sched.png │ │ ├── 21_cases_P_wg_tg_sched.png │ │ ├── 22_case1_P_wg_tg_ss.png │ │ ├── 23_case2_P_wg_tg_ss.png │ │ ├── 24_case3_P_wg_tg_ss.png │ │ ├── 25_turb_intensity.png │ │ ├── 26_case1_P_wg_tg_turb.png │ │ ├── 27_case2_P_wg_tg_turb.png │ │ └── 28_case3_P_wg_tg_turb.png ├── index.rst ├── make.bat ├── requirements.txt └── source │ ├── ROSCO_instructions_for_Bladed.rst │ ├── api_change.rst │ ├── examples.rst │ ├── how_to_contribute_code.rst │ ├── install.rst │ ├── marine_hydro.rst │ ├── rosco.rst │ ├── rosco_toolbox.rst │ ├── standard_use.rst │ └── toolbox_input.rst ├── environment.yml ├── pyproject.toml ├── rosco ├── __init__.py ├── controller │ ├── CMakeLists.txt │ ├── __init__.py │ ├── rosco_registry │ │ ├── __init__.py │ │ ├── rosco_types.yaml │ │ ├── wfc_interface.yaml │ │ ├── write_registry.py │ │ └── write_wfc_interface.py │ └── src │ │ ├── Constants.f90 │ │ ├── ControllerBlocks.f90 │ │ ├── Controllers.f90 │ │ ├── DISCON.F90 │ │ ├── ExtControl.f90 │ │ ├── Filters.f90 │ │ ├── Functions.f90 │ │ ├── ROSCO_Helpers.f90 │ │ ├── ROSCO_IO.f90 │ │ ├── ROSCO_Types.f90 │ │ ├── ReadSetParameters.f90 │ │ ├── SysFiles │ │ ├── SysFlangLinux.f90 │ │ ├── SysGnuLinux.f90 │ │ ├── SysGnuWin.f90 │ │ ├── SysIFL.f90 │ │ ├── SysIVF.f90 │ │ ├── SysLLVMLinux.f90 │ │ └── SysLLVMWin.f90 │ │ ├── ZeroMQInterface.f90 │ │ └── zmq_client.c ├── lib │ └── __init__.py ├── test │ ├── ROSCO_testing.py │ ├── __init__.py │ ├── run_Testing.py │ ├── submit.sh │ ├── test_case_library.py │ ├── test_checkpoint.py │ ├── test_examples.py │ └── test_initialization.py └── toolbox │ ├── __init__.py │ ├── control_interface.py │ ├── controller.py │ ├── inputs │ ├── .gitignore │ ├── __init__.py │ ├── schema2rst.py │ ├── toolbox_schema.yaml │ └── validation.py │ ├── linear │ ├── __init__.py │ ├── getMats.py │ ├── lin_util.py │ ├── lin_vis.py │ ├── linear_models.py │ ├── mbc3.py │ └── robust_scheduling.py │ ├── ofTools │ ├── README.md │ ├── __init__.py │ ├── case_gen │ │ ├── CaseGen_General.py │ │ ├── CaseGen_IEC.py │ │ ├── CaseLibrary.py │ │ ├── HH_WindFile.py │ │ ├── __init__.py │ │ ├── runFAST_pywrapper.py │ │ └── run_FAST.py │ ├── fast_io │ │ ├── FAST_wrapper.py │ │ ├── __init__.py │ │ ├── file.py │ │ ├── output_processing.py │ │ ├── plot_FAST.ipynb │ │ ├── pyIECWind.py │ │ ├── turbsim_io │ │ │ ├── __init__.py │ │ │ ├── turbsim_reader.py │ │ │ ├── turbsim_vartrees.py │ │ │ ├── turbsim_wrapper.py │ │ │ ├── turbsim_writer.py │ │ │ ├── turbulence_spectrum.py │ │ │ └── wind_profile_writer.py │ │ └── update_discons.py │ └── util │ │ ├── FileTools.py │ │ ├── __init__.py │ │ ├── mpi_tools.py │ │ └── spectral.py │ ├── sim.py │ ├── tune.py │ ├── turbine.py │ └── utilities.py └── setup.py /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/tools/cibw_repair_wheel_command_windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/tools/cibw_repair_wheel_command_windows.sh -------------------------------------------------------------------------------- /.github/workflows/CI_rosco-compile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/workflows/CI_rosco-compile.yml -------------------------------------------------------------------------------- /.github/workflows/Publish_ROSCO.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.github/workflows/Publish_ROSCO.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /Examples/.gitignore: -------------------------------------------------------------------------------- 1 | *.p 2 | examples_out/ 3 | 11_robust_tuning_out 4 | *.10 -------------------------------------------------------------------------------- /Examples/01_turbine_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/01_turbine_model.py -------------------------------------------------------------------------------- /Examples/02_ccblade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/02_ccblade.py -------------------------------------------------------------------------------- /Examples/03_tune_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/03_tune_controller.py -------------------------------------------------------------------------------- /Examples/04_simple_sim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/04_simple_sim.py -------------------------------------------------------------------------------- /Examples/05_openfast_sim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/05_openfast_sim.py -------------------------------------------------------------------------------- /Examples/06_peak_shaving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/06_peak_shaving.py -------------------------------------------------------------------------------- /Examples/07_openfast_outputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/07_openfast_outputs.py -------------------------------------------------------------------------------- /Examples/09_distributed_aero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/09_distributed_aero.py -------------------------------------------------------------------------------- /Examples/10_linear_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/10_linear_params.py -------------------------------------------------------------------------------- /Examples/11_robust_tuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/11_robust_tuning.py -------------------------------------------------------------------------------- /Examples/12_tune_ipc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/12_tune_ipc.py -------------------------------------------------------------------------------- /Examples/14_open_loop_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/14_open_loop_control.py -------------------------------------------------------------------------------- /Examples/15_pass_through.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/15_pass_through.py -------------------------------------------------------------------------------- /Examples/16_external_dll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/16_external_dll.py -------------------------------------------------------------------------------- /Examples/17a_zeromq_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/17a_zeromq_simple.py -------------------------------------------------------------------------------- /Examples/17b_zeromq_multi_openfast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/17b_zeromq_multi_openfast.py -------------------------------------------------------------------------------- /Examples/17c_zeromq_fastfarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/17c_zeromq_fastfarm.py -------------------------------------------------------------------------------- /Examples/18_pitch_faults.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/18_pitch_faults.py -------------------------------------------------------------------------------- /Examples/19_update_discon_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/19_update_discon_version.py -------------------------------------------------------------------------------- /Examples/20_active_wake_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/20_active_wake_control.py -------------------------------------------------------------------------------- /Examples/21_optional_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/21_optional_inputs.py -------------------------------------------------------------------------------- /Examples/22_cable_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/22_cable_control.py -------------------------------------------------------------------------------- /Examples/23_structural_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/23_structural_control.py -------------------------------------------------------------------------------- /Examples/24_floating_feedback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/24_floating_feedback.py -------------------------------------------------------------------------------- /Examples/25_rotor_position_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/25_rotor_position_control.py -------------------------------------------------------------------------------- /Examples/26_marine_hydro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/26_marine_hydro.py -------------------------------------------------------------------------------- /Examples/27_soft_cut_out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/27_soft_cut_out.py -------------------------------------------------------------------------------- /Examples/28_tower_resonance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/28_tower_resonance.py -------------------------------------------------------------------------------- /Examples/29_power_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/29_power_control.py -------------------------------------------------------------------------------- /Examples/30_shutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/30_shutdown.py -------------------------------------------------------------------------------- /Examples/31_fixed_pitch_mhk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/31_fixed_pitch_mhk.py -------------------------------------------------------------------------------- /Examples/32_startup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/32_startup.py -------------------------------------------------------------------------------- /Examples/33_yaw_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/33_yaw_control.py -------------------------------------------------------------------------------- /Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/README.md -------------------------------------------------------------------------------- /Examples/ROSCO_walkthrough.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/ROSCO_walkthrough.ipynb -------------------------------------------------------------------------------- /Examples/Test_Cases/5MW_Land_Simulink/5MW_Land_Simulink.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/5MW_Land_Simulink/5MW_Land_Simulink.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/5MW_Land_Simulink/NRELOffshrBsline5MW_Onshore_ServoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/5MW_Land_Simulink/NRELOffshrBsline5MW_Onshore_ServoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF00_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF00_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF01_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF01_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF02_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF02_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF03_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF03_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF04_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF04_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF05_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF05_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF06_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF06_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF07_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF07_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF08_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF08_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF09_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF09_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF10_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF10_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF11_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF11_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF12_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF12_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF13_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF13_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF14_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF14_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF15_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF15_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF16_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF16_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF17_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF17_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF18_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF18_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF19_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF19_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF20_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF20_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF21_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF21_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF22_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF22_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF23_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF23_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF24_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF24_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF25_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF25_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF26_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF26_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF27_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF27_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF28_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF28_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/AF29_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/AF29_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_00.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_00.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_01.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_02.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_03.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_03.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_04.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_04.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_05.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_05.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_06.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_06.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_07.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_07.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_08.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_08.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_09.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_09.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_10.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_11.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_12.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_13.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_14.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_16.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_18.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_19.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_20.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_21.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_22.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_23.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_24.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_25.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_26.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_27.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_28.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Airfoils/BAR_10_AeroDyn15_Polar_29.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_AeroDyn15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_AeroDyn15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_AeroDyn15_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_AeroDyn15_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_BeamDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_BeamDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_BeamDyn_Blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_BeamDyn_Blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_DISCON.IN -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn_tower.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_ElastoDyn_tower.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_InflowFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_InflowFile.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/BAR_10_ServoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/BAR_10_ServoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/BAR_10/Cp_Ct_Cq.BAR_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/BAR_10/Cp_Ct_Cq.BAR_10.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile/IEA-15-240-RWT-Monopile.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile/IEA-15-240-RWT-Monopile.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile_wDTUcontroller/control/DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile_wDTUcontroller/control/DISCON.IN -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile_wDTUcontroller/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile_wDTUcontroller/readme -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_AeroDyn15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_AeroDyn15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_OLAF.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_OLAF.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_OLAF.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-OLAF/IEA-15-240-RWT_OLAF.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/HydroData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/HydroData/README.md -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/IEA-15-240-RWT-UMaineSemi.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/IEA-15-240-RWT-UMaineSemi.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_00.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_01.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_02.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_03.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_04.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_05.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_06.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_07.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_08.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_09.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_10.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_11.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_12.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_13.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_14.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_15.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_16.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_17.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_18.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.1.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.1.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.10.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.10.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.11.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.11.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.12.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.12.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.2.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.2.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.3.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.3.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.4.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.4.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.5.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.5.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.6.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.6.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.7.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.7.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.8.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.8.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.9.lin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/linearizations/lin_19.9.lin -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF00_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF00_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF01_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF01_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF02_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF02_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF03_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Airfoils/IEA-15-240-RWT_AF03_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Cp_Ct_Cq.IEA15MW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Cp_Ct_Cq.IEA15MW.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_AeroDyn15_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_AeroDyn15_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_BeamDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_BeamDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_BeamDyn_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_BeamDyn_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_ElastoDyn_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_ElastoDyn_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_InflowFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/IEA-15-240-RWT_InflowFile.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/ServoData/update_rosco_discons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/ServoData/update_rosco_discons.py -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Wind/NoShr_9-14_Inc1_50s.wnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Wind/NoShr_9-14_Inc1_50s.wnd -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Wind/long_step_wind.wnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT/Wind/long_step_wind.wnd -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col1.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col2.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/IEA-15-240-RWT/StC-Force-Col3.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0240.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0240.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0240_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0240_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0247.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0247.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0247_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0247_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0259.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0259.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0259_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0259_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0276.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0276.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0276_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0276_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0329.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0329.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0329_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0329_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0444.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0444.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0444_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0444_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0629.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0629.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0629_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0629_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0864.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0864.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0864_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_0864_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_1000.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_1000.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_1000_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/Airfoils/NACA6_1000_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_AeroDyn15_Blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_AeroDyn15_Blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Cp_Ct_Cq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Cp_Ct_Cq.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_DISCON.IN -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_ElastoDyn_Blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_ElastoDyn_Blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_ElastoDyn_Tower.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_ElastoDyn_Tower.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.1 -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.3 -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.hst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating.hst -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_AeroDyn15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_AeroDyn15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_ElastoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_ElastoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_HydroDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_HydroDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_InflowWind.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_InflowWind.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_MoorDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_MoorDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_SeaState.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_Floating_SeaState.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/MHK_RM1/MHK_RM1_ServoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/MHK_RM1/MHK_RM1_ServoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/Cylinder1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/Cylinder1.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/Cylinder2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/Cylinder2.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/DU21_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/DU21_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/DU25_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/DU25_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/DU30_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/DU30_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/DU35_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/DU35_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/DU40_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/DU40_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/AeroData/NACA64_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/AeroData/NACA64_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder1.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder1_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder1_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder2.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder2_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/Cylinder2_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU21_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU21_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU21_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU21_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU25_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU25_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU25_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU25_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU30_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU30_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU30_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU30_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU35_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU35_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU35_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU35_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU40_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU40_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/DU40_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/DU40_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/NACA64_A17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/NACA64_A17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Airfoils/NACA64_A17_coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Airfoils/NACA64_A17_coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/Cp_Ct_Cq.NREL5MW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/Cp_Ct_Cq.NREL5MW.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/DISCON.IN -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/IceDyn_Input.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/IceDyn_Input.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/IceFloe_IEC_Crushing.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/IceFloe_IEC_Crushing.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NREL-5MW.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NREL-5MW.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_AeroDyn_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_AeroDyn_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_BeamDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_BeamDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_BeamDyn_Blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_BeamDyn_Blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_InflowWind.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_InflowWind.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Monopile_IEC_Crushing.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Monopile_IEC_Crushing.inp -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ElastoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ElastoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ElastoDyn_Tower.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ElastoDyn_Tower.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ServoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL-5MW/NRELOffshrBsline5MW_Onshore_ServoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL-5MW/README.md: -------------------------------------------------------------------------------- 1 | ## 5MW_Land_DLL_WTurb 2 | -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF00_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF00_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF01_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF01_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF02_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF02_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF03_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF03_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF04_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF04_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF05_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF05_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF06_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF06_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF07_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF07_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF08_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF08_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF09_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF09_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF10_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF10_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF11_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF11_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF12_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF12_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF13_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF13_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF14_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF14_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF15_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF15_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF16_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF16_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF17_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF17_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF18_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF18_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF19_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF19_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF20_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF20_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF21_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF21_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF22_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF22_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF23_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF23_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF24_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF24_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF25_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF25_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF26_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF26_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF27_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF27_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF28_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF28_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF29_Coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AF29_Coords.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_00.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_00.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_01.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_02.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_03.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_03.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_04.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_04.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_05.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_05.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_06.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_06.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_07.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_07.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_08.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_08.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_09.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_09.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_10.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_11.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_12.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_13.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_14.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_16.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_17.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_18.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_19.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_20.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_21.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_22.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_23.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_24.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_25.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_26.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_27.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_28.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/Airfoils/NREL-2p8-127_AeroDyn15_Polar_29.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2.8-127.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2.8-127.xlsx -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2.8-127_pitch-speed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2.8-127_pitch-speed.csv -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127.fst -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_AeroDyn15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_AeroDyn15.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_AeroDyn15_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_AeroDyn15_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_Cp_Ct_Cq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_Cp_Ct_Cq.txt -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_DISCON.IN -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn_blade.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn_blade.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn_tower.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ElastoDyn_tower.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_InflowFile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_InflowFile.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ServoDyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_ServoDyn.dat -------------------------------------------------------------------------------- /Examples/Test_Cases/Wind/90m_12mps_twr.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/Wind/90m_12mps_twr.inp -------------------------------------------------------------------------------- /Examples/Test_Cases/Wind/NoShr_3-15_50s.wnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/Wind/NoShr_3-15_50s.wnd -------------------------------------------------------------------------------- /Examples/Test_Cases/updateFromTask37.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/updateFromTask37.sh -------------------------------------------------------------------------------- /Examples/Test_Cases/update_libdiscon_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/update_libdiscon_extension.py -------------------------------------------------------------------------------- /Examples/Test_Cases/update_rosco_discons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Test_Cases/update_rosco_discons.py -------------------------------------------------------------------------------- /Examples/Tune_Cases/BAR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/BAR.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_ExtInterface.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_ExtInterface.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_FOCAL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_FOCAL.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_MultiOmega.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_MultiOmega.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_OL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_OL.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_PRC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_PRC.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_ballast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_ballast.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_cable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_cable.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/IEA15MW_robust.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/IEA15MW_robust.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/NREL2p8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/NREL2p8.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/NREL5MW.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/NREL5MW.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/NREL5MW_PassThrough.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/NREL5MW_PassThrough.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/README.md -------------------------------------------------------------------------------- /Examples/Tune_Cases/RM1_MHK.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/RM1_MHK.yaml -------------------------------------------------------------------------------- /Examples/Tune_Cases/RM1_MHK_FBP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/Tune_Cases/RM1_MHK_FBP.yaml -------------------------------------------------------------------------------- /Examples/example_inputs/Cp_Ct_Cq.NREL5MW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/Cp_Ct_Cq.NREL5MW.txt -------------------------------------------------------------------------------- /Examples/example_inputs/DISCON_v2.2.0.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/DISCON_v2.2.0.IN -------------------------------------------------------------------------------- /Examples/example_inputs/Example_OL_Input.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/Example_OL_Input.dat -------------------------------------------------------------------------------- /Examples/example_inputs/FASTFarm.fstf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/FASTFarm.fstf -------------------------------------------------------------------------------- /Examples/example_inputs/FASTFarm_IW.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/FASTFarm_IW.dat -------------------------------------------------------------------------------- /Examples/example_inputs/minimal_DISCON.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/minimal_DISCON.IN -------------------------------------------------------------------------------- /Examples/example_inputs/minimal_DISCON_err.IN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Examples/example_inputs/minimal_DISCON_err.IN -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/LICENSE -------------------------------------------------------------------------------- /Matlab_Toolbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/README.md -------------------------------------------------------------------------------- /Matlab_Toolbox/Simulink/ROSCO.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Simulink/ROSCO.mdl -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Af_HPF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Af_HPF.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Af_LPF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Af_LPF.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Af_MakeWind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Af_MakeWind.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Af_MovingNotch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Af_MovingNotch.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Af_sigma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Af_sigma.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/ParseROSCOInputLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/ParseROSCOInputLine.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Pl_FastPlots.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Pl_FastPlots.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/Pre_LoadRotPerf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/Pre_LoadRotPerf.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/ROSCO2Matlab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/ROSCO2Matlab.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/ROSCOout2Matlab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/ROSCOout2Matlab.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/ReadWrite_FAST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/ReadWrite_FAST.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/deg2rad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/deg2rad.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/load_ROSCO_params.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/load_ROSCO_params.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/rad2deg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/rad2deg.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/radps2rpm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/radps2rpm.m -------------------------------------------------------------------------------- /Matlab_Toolbox/Utilities/rpm2radps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/Utilities/rpm2radps.m -------------------------------------------------------------------------------- /Matlab_Toolbox/rosco_filters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/rosco_filters.m -------------------------------------------------------------------------------- /Matlab_Toolbox/runFAST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/Matlab_Toolbox/runFAST.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/README.md -------------------------------------------------------------------------------- /docs/_static/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/_static/custom.css -------------------------------------------------------------------------------- /docs/_static/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/_static/main.js -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/images/Bladed_control_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/Bladed_control_screen.png -------------------------------------------------------------------------------- /docs/images/ROSCOFramework.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/ROSCOFramework.svg -------------------------------------------------------------------------------- /docs/images/examples/01_NREL5MW_Cp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/01_NREL5MW_Cp.png -------------------------------------------------------------------------------- /docs/images/examples/03_GainSched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/03_GainSched.png -------------------------------------------------------------------------------- /docs/images/examples/04_NREL5MW_SimpSim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/04_NREL5MW_SimpSim.png -------------------------------------------------------------------------------- /docs/images/examples/06_MinPitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/06_MinPitch.png -------------------------------------------------------------------------------- /docs/images/examples/12_ipc_FAST_Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/12_ipc_FAST_Out.png -------------------------------------------------------------------------------- /docs/images/examples/17c_fastfarm_yaw_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/17c_fastfarm_yaw_demo.png -------------------------------------------------------------------------------- /docs/images/examples/18_pitch_offsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/18_pitch_offsets.png -------------------------------------------------------------------------------- /docs/images/examples/18_pitch_stuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/18_pitch_stuck.png -------------------------------------------------------------------------------- /docs/images/examples/29_AWC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/29_AWC.png -------------------------------------------------------------------------------- /docs/images/examples/29_PRC_Methods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/29_PRC_Methods.png -------------------------------------------------------------------------------- /docs/images/examples/29_Soft_Cutout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/29_Soft_Cutout.png -------------------------------------------------------------------------------- /docs/images/examples/29_StartUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/29_StartUp.png -------------------------------------------------------------------------------- /docs/images/examples/30_shutdown_gen_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/30_shutdown_gen_demo.png -------------------------------------------------------------------------------- /docs/images/examples/30_shutdown_pitch_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/30_shutdown_pitch_demo.png -------------------------------------------------------------------------------- /docs/images/examples/30_shutdown_time_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/30_shutdown_time_demo.png -------------------------------------------------------------------------------- /docs/images/examples/30_shutdown_yaw_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/30_shutdown_yaw_demo.png -------------------------------------------------------------------------------- /docs/images/examples/31_fixed_pitch_mhk_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/31_fixed_pitch_mhk_sched.png -------------------------------------------------------------------------------- /docs/images/examples/31_fixed_pitch_mhk_sim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/31_fixed_pitch_mhk_sim.png -------------------------------------------------------------------------------- /docs/images/examples/32_startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/32_startup.png -------------------------------------------------------------------------------- /docs/images/examples/33_yaw_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/examples/33_yaw_control.png -------------------------------------------------------------------------------- /docs/images/mhk/01_cp_surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/01_cp_surface.png -------------------------------------------------------------------------------- /docs/images/mhk/02_cp_surface_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/02_cp_surface_annotated.png -------------------------------------------------------------------------------- /docs/images/mhk/03_cp_wg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/03_cp_wg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/04_cp_tg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/04_cp_tg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/05_cp_wg_tg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/05_cp_wg_tg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/06_cp_Agen_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/06_cp_Agen_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/07_cp_Agen_sched_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/07_cp_Agen_sched_annotated.png -------------------------------------------------------------------------------- /docs/images/mhk/08_cp_wg_Ta_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/08_cp_wg_Ta_contour.png -------------------------------------------------------------------------------- /docs/images/mhk/09_cp_wg_Ta_contour_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/09_cp_wg_Ta_contour_annotated.png -------------------------------------------------------------------------------- /docs/images/mhk/10_cp_kp_ki_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/10_cp_kp_ki_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/11_ext_P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/11_ext_P.png -------------------------------------------------------------------------------- /docs/images/mhk/12_ext_wg_tg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/12_ext_wg_tg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/13_ext_wg_tg_P_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/13_ext_wg_tg_P_contour.png -------------------------------------------------------------------------------- /docs/images/mhk/14_fbp_flow_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/14_fbp_flow_chart.png -------------------------------------------------------------------------------- /docs/images/mhk/15_ext_wg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/15_ext_wg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/16_ext_wg_sched_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/16_ext_wg_sched_annotated.png -------------------------------------------------------------------------------- /docs/images/mhk/17_ext_tg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/17_ext_tg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/18_ext_Agen_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/18_ext_Agen_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/19_ext_wg_thrust_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/19_ext_wg_thrust_contour.png -------------------------------------------------------------------------------- /docs/images/mhk/20_ext_wg_thrust_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/20_ext_wg_thrust_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/21_cases_P_wg_tg_sched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/21_cases_P_wg_tg_sched.png -------------------------------------------------------------------------------- /docs/images/mhk/22_case1_P_wg_tg_ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/22_case1_P_wg_tg_ss.png -------------------------------------------------------------------------------- /docs/images/mhk/23_case2_P_wg_tg_ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/23_case2_P_wg_tg_ss.png -------------------------------------------------------------------------------- /docs/images/mhk/24_case3_P_wg_tg_ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/24_case3_P_wg_tg_ss.png -------------------------------------------------------------------------------- /docs/images/mhk/25_turb_intensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/25_turb_intensity.png -------------------------------------------------------------------------------- /docs/images/mhk/26_case1_P_wg_tg_turb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/26_case1_P_wg_tg_turb.png -------------------------------------------------------------------------------- /docs/images/mhk/27_case2_P_wg_tg_turb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/27_case2_P_wg_tg_turb.png -------------------------------------------------------------------------------- /docs/images/mhk/28_case3_P_wg_tg_turb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/images/mhk/28_case3_P_wg_tg_turb.png -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/source/ROSCO_instructions_for_Bladed.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/ROSCO_instructions_for_Bladed.rst -------------------------------------------------------------------------------- /docs/source/api_change.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/api_change.rst -------------------------------------------------------------------------------- /docs/source/examples.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/examples.rst -------------------------------------------------------------------------------- /docs/source/how_to_contribute_code.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/how_to_contribute_code.rst -------------------------------------------------------------------------------- /docs/source/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/install.rst -------------------------------------------------------------------------------- /docs/source/marine_hydro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/marine_hydro.rst -------------------------------------------------------------------------------- /docs/source/rosco.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/rosco.rst -------------------------------------------------------------------------------- /docs/source/rosco_toolbox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/rosco_toolbox.rst -------------------------------------------------------------------------------- /docs/source/standard_use.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/standard_use.rst -------------------------------------------------------------------------------- /docs/source/toolbox_input.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/docs/source/toolbox_input.rst -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/environment.yml -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/pyproject.toml -------------------------------------------------------------------------------- /rosco/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/__init__.py -------------------------------------------------------------------------------- /rosco/controller/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/CMakeLists.txt -------------------------------------------------------------------------------- /rosco/controller/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/controller/rosco_registry/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/controller/rosco_registry/rosco_types.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/rosco_registry/rosco_types.yaml -------------------------------------------------------------------------------- /rosco/controller/rosco_registry/wfc_interface.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/rosco_registry/wfc_interface.yaml -------------------------------------------------------------------------------- /rosco/controller/rosco_registry/write_registry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/rosco_registry/write_registry.py -------------------------------------------------------------------------------- /rosco/controller/rosco_registry/write_wfc_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/rosco_registry/write_wfc_interface.py -------------------------------------------------------------------------------- /rosco/controller/src/Constants.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/Constants.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ControllerBlocks.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ControllerBlocks.f90 -------------------------------------------------------------------------------- /rosco/controller/src/Controllers.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/Controllers.f90 -------------------------------------------------------------------------------- /rosco/controller/src/DISCON.F90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/DISCON.F90 -------------------------------------------------------------------------------- /rosco/controller/src/ExtControl.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ExtControl.f90 -------------------------------------------------------------------------------- /rosco/controller/src/Filters.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/Filters.f90 -------------------------------------------------------------------------------- /rosco/controller/src/Functions.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/Functions.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ROSCO_Helpers.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ROSCO_Helpers.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ROSCO_IO.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ROSCO_IO.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ROSCO_Types.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ROSCO_Types.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ReadSetParameters.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ReadSetParameters.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysFlangLinux.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysFlangLinux.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysGnuLinux.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysGnuLinux.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysGnuWin.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysGnuWin.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysIFL.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysIFL.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysIVF.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysIVF.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysLLVMLinux.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysLLVMLinux.f90 -------------------------------------------------------------------------------- /rosco/controller/src/SysFiles/SysLLVMWin.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/SysFiles/SysLLVMWin.f90 -------------------------------------------------------------------------------- /rosco/controller/src/ZeroMQInterface.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/ZeroMQInterface.f90 -------------------------------------------------------------------------------- /rosco/controller/src/zmq_client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/controller/src/zmq_client.c -------------------------------------------------------------------------------- /rosco/lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/test/ROSCO_testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/ROSCO_testing.py -------------------------------------------------------------------------------- /rosco/test/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/__init__.py -------------------------------------------------------------------------------- /rosco/test/run_Testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/run_Testing.py -------------------------------------------------------------------------------- /rosco/test/submit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/submit.sh -------------------------------------------------------------------------------- /rosco/test/test_case_library.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/test_case_library.py -------------------------------------------------------------------------------- /rosco/test/test_checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/test_checkpoint.py -------------------------------------------------------------------------------- /rosco/test/test_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/test_examples.py -------------------------------------------------------------------------------- /rosco/test/test_initialization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/test/test_initialization.py -------------------------------------------------------------------------------- /rosco/toolbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/__init__.py -------------------------------------------------------------------------------- /rosco/toolbox/control_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/control_interface.py -------------------------------------------------------------------------------- /rosco/toolbox/controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/controller.py -------------------------------------------------------------------------------- /rosco/toolbox/inputs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/inputs/.gitignore -------------------------------------------------------------------------------- /rosco/toolbox/inputs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/inputs/schema2rst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/inputs/schema2rst.py -------------------------------------------------------------------------------- /rosco/toolbox/inputs/toolbox_schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/inputs/toolbox_schema.yaml -------------------------------------------------------------------------------- /rosco/toolbox/inputs/validation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/inputs/validation.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/linear/getMats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/getMats.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/lin_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/lin_util.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/lin_vis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/lin_vis.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/linear_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/linear_models.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/mbc3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/mbc3.py -------------------------------------------------------------------------------- /rosco/toolbox/linear/robust_scheduling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/linear/robust_scheduling.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/README.md -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/CaseGen_General.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/CaseGen_General.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/CaseGen_IEC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/CaseGen_IEC.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/CaseLibrary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/CaseLibrary.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/HH_WindFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/HH_WindFile.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/runFAST_pywrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/runFAST_pywrapper.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/case_gen/run_FAST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/case_gen/run_FAST.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/FAST_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/FAST_wrapper.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/file.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/output_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/output_processing.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/plot_FAST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/plot_FAST.ipynb -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/pyIECWind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/pyIECWind.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_reader.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_vartrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_vartrees.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_wrapper.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_writer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/turbsim_writer.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/turbulence_spectrum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/turbulence_spectrum.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/turbsim_io/wind_profile_writer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/turbsim_io/wind_profile_writer.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/fast_io/update_discons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/fast_io/update_discons.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/util/FileTools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/util/FileTools.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/util/mpi_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/util/mpi_tools.py -------------------------------------------------------------------------------- /rosco/toolbox/ofTools/util/spectral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/ofTools/util/spectral.py -------------------------------------------------------------------------------- /rosco/toolbox/sim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/sim.py -------------------------------------------------------------------------------- /rosco/toolbox/tune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/tune.py -------------------------------------------------------------------------------- /rosco/toolbox/turbine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/turbine.py -------------------------------------------------------------------------------- /rosco/toolbox/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/rosco/toolbox/utilities.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/ROSCO/HEAD/setup.py --------------------------------------------------------------------------------