Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Spring 2013 Contributions

In the Spring 2013 semester, I continued the work of Kira Gidron from the Fall 2012 semester on the Materials List. I completed code designed to separate a PipeMatrix (which will come from changes in code to all pipe-drawing functions) into smaller matrices, each of which contains only rows with the same ND and EN values. PipeMatrix will consist of rows that each represent different pipes used to construct a requested plant design; each row contains a pipe's length, nominal diameter (ND), pipe schedule/specification (EN) and number of times it is arrayed. I also started code that will use these smaller matrices to find out the minimum number of lances (6.1 meter lengths of pipes sold in Honduras) needed to construct any given plant design. This section of code has not yet been completed.