Skip to main content

Week 3

4/17/2023 Monday

  • Worked on documenting the Settings for Benz and MTW for all the projects so far.
    • Network Builder is not working right now.
    • The old version and the new version are not working.
      • Open INP file error on my machine. (EPANET 302 error)
      • EPANET the program is not working on my machine.
        • It looks like it creates an instance of the EPANET but it is not displaying in the monitor.
        • It shows up in task manager.
          • Tried rebooting did not work.
  • Pull a copy of OWA EPANET
  • Look at when we last updated OWA EPANET in our code.
  • Compare a clean version of OWA EPANET and EPANET.
    • Master version that is c and not Dev version that is c++
  • ORSANCO Meeting.

4/18/2023 Tuesday

  • Having issues with my desktop so moving everthing to my storage Drive.
  • EPANET Build the Dev branch of EPANET.
    • CMake needs to be installed
    • Read the whole thing next time there were specific instructions under the instructions on x86 generate
    • Run EPANET GUI with new DLL.
    • Repoduce Vannery's Powerpoint with new EPANET.

4/19/2023 Wednesday

  • Verify Vannery's results in powerpoint.
    • Worked with Sudhir to send out email about issues we are still having.
  • Change the EPANET that we are using
    • How do we bring in OWA's EPANET.
    • What do we add.
    • How should we update it.

4/20/2023 Thursday

  • Checking the compairison between the 2021 version of EPANET and the current version of EPANET.
    • Deleted and Added file are done now I am doing the compair between files.
  • Created a new branch for EPANET Conosle Core with the latest updates in it.
  • Started to get my computer up to date Running the projects.

4/21/2023 Friday

  • Document What versions of Benz are around.
  • Document what is needed to run each project.
  • Get Benz running on the machines.
    • Follow steps outline on Lucid chart to get machine up to date.
    • There are some files that are missing document and generate what is missing.
  • Asset type
    • Nodes are 0
    • Links are 1
  • What are the types of Nodes and links in EPANET Enums?
    • Nodes
      • Res are type 1
      • Tank are type 2
    • Links
      • Pipe are type 1
      • Pump are type 2
      • valves are type 3

TODO:

  1. Look into Security for React Frontend. Authentication. SWC
    1. Chat GPT?
  2. SWC Upload to Google Drive sorted documents and Archive.
    1. Mark the files in dropbox when I am done.
  3. Review and update the pollutant Functional and Design specifications for SWC.
  4. HydroTrek
    1. Looking at documentation
    2. Document all the project files
    3. Sort the old documentation.
    4. make Jira tasks Github issues.
    5. Document Tables and what tables get used when.
    6. Document what values should be by default when changing the network for each project.
  5. EPANET OWA
    1. Pull a copy of the latest EPANET code from OWA.
    2. Compare with our version of EPANET code.
    3. Potentially merge their/our changes, or document if there might be any conflicts.
    4. After merging, test the code, verify that it still runs, and validate results.
    5. Make sure current EPANET Console Core and Network Model Run before I start making Code changes.
      1. Make a list of all the locations I need to change to switch the network. (Jake is having the same issue.)