-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Included a function in subsystem.py to pull from the global bathymetry and produce a 2D bathymetry directly underneath the subsystem - - The bathGrid variable now becomes a 1D array of depths along the subsystem - - bathGrid_Ys become 0, and the xs are set as the nodes along each line in the subsystem - - This way, the alpha (slope) is calculated for each line in the subsystem's line list properly - This function is called every time subsystem.staticSolve is called, with updated bathymetry based on any new rA/rB positions - Additional work to do - - Make sure the global bathymetry is tracked properly (currently needs self.sys != None) - - Ensure the seabedMod parameter is set up properly
- Loading branch information
Showing
1 changed file
with
64 additions
and
2 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