Showing posts with label ICM SWMM Orifice Variable Names for SQL and Ruby Scripts. Show all posts
Showing posts with label ICM SWMM Orifice Variable Names for SQL and Ruby Scripts. Show all posts

Saturday, January 14, 2023

ICM SWMM Orifice Variable Names for SQL and Ruby Scripts

  The file "opwrowobjectlayoutswmm.xml" is a data file used by the Integrated Urban Water Management Model (ICM) software. The ICM software is used to simulate and analyze the performance of stormwater management systems, including the design and operation of stormwater collection and conveyance systems.

The file "opwrowobjectlayoutswmm.xml" contains variable names specific to the SWMM (Storm Water Management Model) conduit feature in the ICM software. These variable names are used in SQL and Ruby scripts, which are programming languages used to manipulate and analyze the data generated by the ICM software.

These variable names are used to represent the different attributes of an orifice within the ICM software and the SQL and Ruby scripts allow users to access and manipulate that data in a variety of ways.

<table name="sw_orifice">
<group name="Orifice definition">
id
us_node_id
ds_node_id
link_type
branch_id
</group>
<group name="Orifice properties">
shape
orifice_height
orifice_width
invert
discharge_coeff
flap_gate
time_to_open

The Goal of SWMM5 Input Files

 ðŸŒŸ SWMM5 (Storm Water Management Model 5) is a widely used urban hydrology and hydraulic modeling software developed by the United States E...