User Interface
We expect the front end to be an interactive dashboard where you can enter data and see the resulting state of the pipeline system.
#
InputsFor each input node, you should be able to enter values such as pressure, temperature, and flow rate.
#
OutputsCalculated values, such as pressure and temperature, will be displayed on screen through tables and visualizations.
#
DisplayAn interactive SVG network map can be used to select different parts of the system. This network map will show how the different parts of the system are connected. Using D3.js, we can modify the SVG to visualize the data.
Tables will be used to show precise values.