|
| 1 | +**Feature or improvement description** |
| 2 | +Pull request to merge `rc-4.0.2` into `main` and create a tagged release for v4.0.2 |
| 3 | + |
| 4 | +See the milestone and project pages for additional information |
| 5 | + |
| 6 | + https://github.com/OpenFAST/openfast/milestone/18 |
| 7 | + |
| 8 | +Test results, if applicable |
| 9 | +See GitHub Actions |
| 10 | + |
| 11 | +### Release checklist: |
| 12 | +- [ ] Update the documentation version in docs/conf.py |
| 13 | +- [ ] Update the versions in docs/source/user/api\_change.rst |
| 14 | +- [ ] Verify readthedocs builds correctly |
| 15 | +- [ ] Create a tag in OpenFAST |
| 16 | +- [ ] Create a merge commit in r-test and add a corresponding annotated tag |
| 17 | +- [ ] Compile executables for Windows builds |
| 18 | + - [ ] `AeroDyn_Driver_x64.exe` |
| 19 | + - [ ] `AeroDyn_Driver_x64_OpenMP.exe` |
| 20 | + - [ ] `AeroDyn_Inflow_C_Binding_x64.dll` |
| 21 | + - [ ] `AeroDyn_Inflow_C_Binding_x64_OpenMP.dll` |
| 22 | + - [ ] `BeamDyn_Driver_x64.exe` |
| 23 | + - [ ] `DISCON.dll (x64)` |
| 24 | + - [ ] `DISCON_ITIBarge.dll (x64)` |
| 25 | + - [ ] `DISCON_OC3Hywind.dll (x64)` |
| 26 | + - [ ] `DISCON_SC.dll (x64)` |
| 27 | + - [ ] `FAST.Farm_x64.exe` |
| 28 | + - [ ] `FAST.Farm_x64_OMP.exe` |
| 29 | + - [ ] `FAST_SFunc.mexw64` |
| 30 | + - [ ] `HydroDynDriver_x64.exe` |
| 31 | + - [ ] `HydroDyn_C_Binding_x64.dll` |
| 32 | + - [ ] `IfW_C_Binding_x64.dll` |
| 33 | + - [ ] `InflowWind_Driver_x64.exe` |
| 34 | + - [ ] `InflowWind_Driver_x64_OpenMP.exe` |
| 35 | + - [ ] `MoorDyn_Driver_x64.exe` |
| 36 | + - [ ] `MoorDyn_C_Binding_x64.dll` |
| 37 | + - [ ] `OpenFAST-Simulink_x64.dll` |
| 38 | + - [ ] `openfast_x64.exe` |
| 39 | + - [ ] `SubDyn_x64.exe` |
| 40 | + - [ ] `Turbsim_x64.exe` |
| 41 | + |
| 42 | +# Changelog |
| 43 | + |
| 44 | +## Overview |
| 45 | + |
| 46 | +This release includes a bug fix to the `ExternalInflow` module which is used by AMR-Wind to provide wind velocities to AeroDyn and receive aerodynamic forces. It also contains additional documentation on OpenFAST coordinate systems and more information on the release process. |
| 47 | + |
| 48 | +## General |
| 49 | + |
| 50 | +#2626 Docs: add presentation overview of OF Coordinate systems (2024) (andrew-platt) |
| 51 | + |
| 52 | +#2627 Update ReleaseProcess.md notes (andrew-platt) |
| 53 | + |
| 54 | +## Module changes |
| 55 | + |
| 56 | +### ExternalInflow |
| 57 | + |
| 58 | +#2628 Fix bug in ExternalInflow Orientation indexing (deslaughter) |
| 59 | + |
| 60 | +## Input file changes |
| 61 | + |
| 62 | +No input file changes are required from 4.0.1. |
| 63 | + |
0 commit comments