Research

Ship Max Flow

Python project using breadth-first-search to find optimal power flow through ship components.

Python
image

To determine the optimal flow of power throughout a ship, this project took in the connections between large datasets of components as nodes and performed a BFS on the tree produced by the nodes, their efficiencies, and their connections. The purpose of this was to find the maximum power flow experienced by each component, informing future design constraints.

The image to the right demonstrates all the different potential cycle paths through one set of connected components.

Code Repo