-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb7b96c
commit ba314f1
Showing
2 changed files
with
49 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
**Disclaimer** | ||
|
||
** Unreleased ** | ||
|
||
** [v2.0](/~https://github.com/symbiotic-engineering/MDOcean/releases/tag/v2.0) - 2024-05-23 - first stable version using MEEM hydrodynamics ** | ||
### Added | ||
- Use MEEM instead of analytical Froude Krylov approximations to get hydro coeffs | ||
- Unit tests, continuous integration, and code coverage | ||
- Maximum capture width check | ||
### Changed | ||
- Updated folder structure | ||
### Fixed | ||
- Opex scaled incorrectly with number of WECs | ||
- Powertrain wasn't included in available volume calculation | ||
- Incorrect float waterplane area | ||
|
||
** [v1.4](/~https://github.com/symbiotic-engineering/MDOcean/releases/tag/v1.4) - 2022-08-16 - used for conference presentation ** | ||
### Fixed | ||
- Incorrect buckling end condition | ||
- Incorrect implementation of force saturation multiplier | ||
- Incorrect scaling of cost with number of WECs | ||
- Mass of damping plate support tubes not accounted for | ||
- Powertrain and transmission loss not accounted for | ||
- Wave period and wave height were swapped | ||
- Incorrect nominal controller design variables and objective values | ||
- Nominal simulation did not use power saturation | ||
- Incorrect scale factor when summing power over JPD | ||
- Froude Krylov force coefficient too high | ||
- Float maximum displacement constraint not being enforced | ||
|
||
** [v1.3](/~https://github.com/symbiotic-engineering/MDOcean/releases/tag/v1.3) - 2022-06-13 - used for the conference video ** | ||
### Added | ||
- Location sensitivity | ||
- Check for which constraints are active | ||
### Fixed | ||
- Depth of submergence | ||
- Parameter sweep slope calculation failed for NaNs | ||
|
||
** [v1.2](/~https://github.com/symbiotic-engineering/MDOcean/releases/tag/v1.2) - 2022-05-17 - used for conference proceedings paper ** | ||
### Added | ||
- Comparison of power matrix for 4 designs | ||
- New design variables: h_f_ratio, T_f_ratio, T_s_ratio | ||
- Constrain that float cannot exceed spar height | ||
### Fixed | ||
- Incorrect value for young's modulus of steel | ||
|
||
** [v1.0](/~https://github.com/symbiotic-engineering/MDOcean/releases/tag/v1.0) - 2022-02-15 - used for conference draft submission ** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters