Latest Activity

Robert Dickinson commented on Robert Dickinson's group Stream of Information
"At the Summit of Olympus Mons Credit: G. Neukum (FU Berlin) et al., DLR, ESA From martian orbit, the Mars Express cameras looked down on the largest volcano in the solar system. The result was this stunningly detailed overhead view of the…"
6 hours ago
Robert Dickinson replied to Robert Dickinson's discussion How is the St Venant Equation Solved for in the Dynamic Wave Solution of SWMM 5?
"Subject:   Link Iterations in the SWMM 5 Dynamic Wave Solution   Each of the links in the SWMM 5 network can use up to 8 iterations to reach convergence during a time step in the dynamic wave solution of SWMM 5.  The rules…"
20 hours ago
Robert Dickinson left a comment for wu ze jian
23 hours ago
Robert Dickinson posted a discussion

How is the St Venant Equation Solved for in the Dynamic Wave Solution of SWMM 5?

Subject:   How is the St Venant Equation Solved for in the Dynamic Wave Solution of SWMM 5? An explanation of the four St. Venant Terms in SWMM 5 and how they change for Gravity Mains and Force Mains. The HGL is the water surface elevation in the upstream and downstream nodes of the link. The HGL for a full link goes from the pipe crown elevation up to the rim elevation of the node + the surcharge depth of the node.  The four terms are: dq2 = Time Step * Awtd * (Head Downstream – Head Upstream)…See More
23 hours ago
Robert Dickinson added a page to the group Hydraulics
Thumbnail

Force Main Friction Loss in InfoSWMM and the Transition from Partial to Full Flow

Subject:  Force Main Friction Loss in InfoSWMM and the Transition from Partial to Full Flow You can model Force Main friction loss in InfoSWMM using either Darcy Weisbach or Hazen Williams as the full pipe friction loss method (see Figure 1 for the…
yesterday
Robert Dickinson commented on Robert Dickinson's group Hydraulics
yesterday
Robert Dickinson's blog post was featured

SWMM 5 Precipitation Options

Subject:  SWMM 5 Precipitation Options You can have design storms, monitored storms of any length of the time from minutes to centuries, use intensity, volume or cumulative precipitation, use both rainfall and snowfall in the same rain gage depending on temperature, use both time series or external files for the rain gage and have unlimited rain gages with the limitation of one rain gage per subcatchment.  …See More
yesterday
Robert Dickinson posted a blog post

SWMM 5 Precipitation Options

Subject:  SWMM 5 Precipitation Options You can have design storms, monitored storms of any length of the time from minutes to centuries, use intensity, volume or cumulative precipitation, use both rainfall and snowfall in the same rain gage depending on temperature, use both time series or external files for the rain gage and have unlimited rain gages with the limitation of one rain gage per subcatchment.  …See More
yesterday
Robert Dickinson commented on Robert Dickinson's group Stream of Information
"Pacheena Indian Reserve, British Columbia, Canada May. 25, 2012 "
yesterday
Robert Dickinson commented on Robert Dickinson's group Stream of Information
"All the Water on Europa Illustration Credit & Copyright: Kevin Hand (JPL/Caltech), Jack Cook (Woods Hole Oceanographic Institution), Howard Perlman (USGS) Explanation: How much of Jupiter's moon…"
Friday
Robert Dickinson's 2 blog posts were featured
Thursday
Robert Dickinson posted blog posts
Thursday
Robert Dickinson commented on Robert Dickinson's group Water Quality
"URBAN STORMWATER QUANTITY/QUALITY MODELING USING THE SCS METHOD AND EMPIRICAL EQUATIONS† http://onlinelibrary.wiley.com/doi/10.1111/j.1752-1688.1997.tb04093.x/abstract May 24, 2012 Wiley Online Library will be disrupted on 26 May from…"
Thursday
Robert Dickinson commented on Robert Dickinson's group Water Quality
"Hi MeHa,  Here is one good source of data, I also have the SWMM 5 models for the USGS areas. http://www.1000friendsofflorida.org/pubs/stmarksgreen/apend4.asp http://sofia.usgs.gov/publications/ofr/78-324/ofr-78-324.pdf "
Thursday
MeHa commented on Robert Dickinson's group Water Quality
"I want to model WQ of sewers. Can any body provide me a network with real measured calibration files? "
Thursday
MeHa posted a status
"Hello, When designing a sewer system, we consider the Node Flooding and Conduit surcharge in the status report. Is there any guideline which"
Thursday
Quah Soon Tong left a comment for Esther Bergareche Auricenea
"Hi Esther, I am not sure you are the same Esther that was at the United World College in South Wales with me. I am Quah Soon Tong from Singapore. I noticed you are also an engineer. I did Civil Engineering at Cambridge University, but practised as…"
Thursday
Quah Soon Tong is now a member of SWMM5 - Stormwater Management Model
Thursday
Robert Dickinson commented on Robert Dickinson's group Stream of Information
"River Canyon May. 23, 2012 "
Wednesday
Robert Dickinson commented on Robert Dickinson's group Stream of Information
"Litla Dimun, Faroe Islands May. 23, 2012 "
Wednesday

Variable for orifice height

  • Rating: No Rating

Hi,

I want to include a variable to the orifice height of my network and I tried to implement this through the source codes of SWMM 5.0. I am looking a particular function to do this. 

Please look at the following example.

 

Manning´s roughness coefficient for the pervious areas of the subcatchments. (referring "subcatch.c")
     Subcatch[j].subArea[PERV].N    = x[1];

I believe x[1] is for the Manning's coefficient. Likewise what would be the function which can be used have the height of the orifice?

 

Thanks a lot.

Upaka

Views: 45

Reply to This

Replies to This Discussion

I am not sure what you are trying to model here.   Do you want to have an orifice in your subcatchment? You can also send the runoff from the subcatchment to a node connected to an orifice so that the orifice controls the flow.  

 

Yes, x[1] is the Manning's coefficient for the Subcatchment.

I am sorry, I think I didn't really explain the things. I just took an example for a subcatchment and showed the function. Likewise, I need to include a variable to the orifice height. 

 

Let me explain the things like this. I have a sewer network and I wanted to control optimally the sewer network. To do that, I am controlling the orifice heights. The optimization module that I am using is dealt with the genetic algorithms and I wanted to keep this orifice height as a variable, which is going to be decided by the optimization module. 

 

There, I wanted to find a function which represent the orifice height and then I can include a variable to this height. I have gone through "link.c" but couldn't understand a correct function.

 

Hope you understood it now. I've just used the manning's coeffcient in the above text to explain this and no relevance to the work that I am doing.

 

The orifice height is not in link.c - the orifice height is read in the XSECTION section and is the same variable as the diameter of a circular link or the height of a rectangular link depending on the type of orifice.  

If you want to set the height then you need to set the height in XSECTION.  Here is how SWMM 5 exports the Orifice Height in the Delphi GUI Code - it is the 3rd parameter of the line

 

with Project.Lists[ORIFICE] do   

for I := 0 to Count-1 do   

begin      L := TLink(Objects[I]);     

Line := Format('%-16s', [Strings[I]]);     

Line := Line + Tab + Format('%-12s', [L.Data[ORIFICE_SHAPE_INDEX]]);     

Line := Line + Tab + Format('%-16s', [L.Data[ORIFICE_HEIGHT_INDEX]]);     

if SameText(L.Data[ORIFICE_SHAPE_INDEX], 'CIRCULAR') then       

Line := Line + Tab + '0         '     

else        Line := Line + Tab + Format('%-10s', [L.Data[ORIFICE_WIDTH_INDEX]]);     

Line := Line + Tab + '0         ' + Tab + '0';     

S.Add(Line);   

end;

Thank you very much. I will look XSECTION in detail. Thanks again.

Reply to Discussion

RSS

© 2012   Created by Robert Dickinson.   Powered by

Badges  |  Report an Issue  |  Terms of Service