NREL / MoorPy

BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Automatic line2subsys #24

Closed Yuksel-Rudy closed 4 months ago

Yuksel-Rudy commented 4 months ago

This pull request adds the functionality lines2ss in helpers.py.

Purpose

The function takes input the mooring system ms and outputs the same mooring system but with updated lineList that has all its mooring systems that can be converted to subsystem converted.

Type of change

Testing

There are added input files in the examples that the user can uncomment the corresponding .yaml file in the autolines2subsystemExample.py to try different tests. The first plot would be the ms before adjustment and the second plot after adjustment.

Checklist