-
Notifications
You must be signed in to change notification settings - Fork 10
ORBIT BOS upgrade for detailed farms #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORBIT BOS upgrade for detailed farms #103
Conversation
* liberate python 3.13 * actually liberate python * update testing * version number inequality fix * walkback python for backdated wisdem * propogate to tests
…shore-development
…shore-development
…shore-development
…shore-development
…shore-development
…Ard into feature/bos-layout-improvement
…shore-development
…ture/bos-layout-improvement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances BOS modeling by integrating the new ORBITDetail component, refines geomorphology error handling and soil parsing, and introduces a skeleton for detailed mooring system design.
- Migrate assertion-based validity checks in
GeomorphologyGridDatato explicit exceptions and expand MoorPy soil file parsing. - Add
ORBITDetailusage with tests and update example scripts to connect substations. - Introduce
DetailedMooringDesigncomponent stub for offshore mooring layouts and register it in__init__.
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| test/unit/ard/geographic/test_geomorphology.py | Updated exception types and added test_load_moorpy_soil tests |
| test/unit/ard/cost/test_orbit_wrap.py | New ORBITDetail unit tests |
| examples/offshore/optimization_demo.py | Switched from wisdem_wrap.ORBIT to orbit_wrap.ORBITDetail and updated connections |
| examples/offshore-detailed/analysis_demo.py | Added full offshore-detailed analysis demo script |
| ard/offshore/mooring_design_detailed.py | Added skeleton for detailed mooring design component |
| ard/offshore/init.py | Registered mooring_design_detailed |
| ard/geographic/geomorphology.py | Replaced asserts with ValueError/TypeError and enhanced soil reader |
Comments suppressed due to low confidence (1)
ard/offshore/mooring_design_detailed.py:11
- The new
DetailedMooringDesigncomponent is unimplemented and has no unit tests. Add tests to cover itscomputelogic once implemented to ensure future reliability.
class DetailedMooringDesign(om.ExplicitComponent):
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
This has been replaced by #106 because it picked up some extraneous stuff from the |
Two questions:
Todo: