Latest Activity

Profile Icon
Robert Dickinson commented on Robert Dickinson's group 'ExtraVariables'
QA/QC version based on v22 of EPA SWMM 5 with the ability to read older SWMM 5 OUT files. swmm5.dll Epaswmm5.exe
2 hours ago
Profile Icon
Robert Dickinson commented on Robert Dickinson's group 'Stream of Information'
Video: How Snowflakes Are Formed February 4th, 2012 | Posted by Jaime Menchén in Science Videos This time-lapse video lasts 11 seconds, with no music or voice-over. And still you’ll want to see it over and over again. The…
3 hours ago
Profile Icon
4 blog posts by Robert Dickinson were featured 10 hours ago
Profile Icon
Blog posts by Robert Dickinson 10 hours ago
Profile Icon

[gickr.com]_cf9284f4-d453-2834-0dff-67895a933b33

Photo posted by Robert Dickinson 13 hours ago
Profile Icon

This is a galaxy

This is a galaxy. Or is it? A remix of material originally produced for BBC Stargazing Live 2012 If you liked this video, follow me on twitter to hear about ...
Video posted by Robert Dickinson 18 hours ago
Profile Icon
2 blog posts by Robert Dickinson were featured yesterday
Profile Icon
Blog posts by Robert Dickinson yesterday
Profile Icon
Fateme Fallah replied to Fateme Fallah's discussion 'Uncertainty Analysis'
Dear Lionel, This matter is explained in Appendix D of SWMM manual under the title of “Command line SWMM”. So in MATLAB you can use below format under DOS window: "The address of place that SWMM is there"   input…
Saturday
Profile Icon
Robert Dickinson commented on Robert Dickinson's group 'Stream of Information'
Now the new images, courtesy of the Suomi NPP satellite (2012): The above two photos are pretty much what you would see with your naked eyes if you were at the altitude of this satellite.  It's humbling to realize that all you…
Saturday
Profile Icon
ThumbnailThumbnailThumbnail
glenn gradin, Bryant McDonnell and Lionel joined SWMM5 - Stormwater Management Model Thursday
Profile Icon
Lionel replied to Lionel's discussion 'Linking Matlab with SWMM5'
Thanks Robert for your prompt help!
Thursday
Profile Icon
Lionel replied to Fateme Fallah's discussion 'Uncertainty Analysis'
Hi Fateme Fallah,   I am doing something similar but in my case I am varying the infiltration factor. I am not very good with Matlab so require a bit of help on the coding. I would like to check if you have been successful in your attempt to…
Thursday
Profile Icon
Profile Icon

Linking Matlab with SWMM5

Hi, I am currently trying to use Matlab to create a set of random values and inputting these random values into SWMM 5 to vary the different parameters (e.g. decay constant) so I will get a range of results. Has anyone done it before? Thanks!See More
Discussion posted by Lionel Thursday
Profile Icon

North Carolina City Chooses InfoSewer

North Carolina City Chooses InfoSewerArcGIS Based Sewer Modeling Package Helps Hendersonville, NC Model and Manage Its Collection SystemBroomfield, Colorado, USA, January 31, 2012Innovyze, a leading global innovator of business analytics software and technologies for wet infrastructure, today announced the City of Hendersonville, North Carolina, has selected InfoSewer for ArcGIS (Esri, Redlands, CA) as its sewer modeling platform.InfoSewer has helped define the standard in the industry for…See More
A blog post by Robert Dickinson was featured Tuesday
Profile Icon

North Carolina City Chooses InfoSewer

North Carolina City Chooses InfoSewerArcGIS Based Sewer Modeling Package Helps Hendersonville, NC Model and Manage Its Collection SystemBroomfield, Colorado, USA, January 31, 2012Innovyze, a leading global innovator of business analytics software and technologies for wet infrastructure, today announced the City of Hendersonville, North Carolina, has selected InfoSewer for ArcGIS (Esri, Redlands, CA) as its sewer modeling platform.InfoSewer has helped define the standard in the industry for…See More
Blog post by Robert Dickinson Tuesday
Profile Icon
Robert Dickinson left a comment for oliver kemp
Welcome Oliver!
Tuesday
Profile Icon
oliver kemp is now a member of SWMM5 - Stormwater Management Model Jan 31
Profile Icon
Design Storms

Video posted by Robert Dickinson Jan 31
Upaka

Last View: 4:52AM, 21 Jan 12
Last On: 4:38AM, 21 Jan 12
Upaka
  • Male
  • Glasgow
  • United Kingdom
Share Bookmark and Share Twitter
  • Blog Posts
  • Discussions (48)
  • Groups
  • Photos
  • Photo Albums
  • Videos

Upaka's Friends

  • Omar Andino
  • hovanhoa
  • Robert Dickinson

Upaka's Discussions

Controlling flows to storage tanks

Started this discussion. Last reply by Upaka Jan 20. 3 Replies

Hi,I am looking for a way of controlling flows to storage tanks.(Assuming Tank 6 as an online detention tank)I want to stop the flow from Tank 7 to Tank 6 (vis R13 orifice) once the water depth at…Continue

Writing results to an external file

Started this discussion. Last reply by Upaka Oct 13, 2011. 2 Replies

Hi,I have linked SWMM 5.0 with an optimization module and using C++. I wanted to print some results from the simulation to an external text file.  I've used the following codes, however, I can't get…Continue

Usage of control rules

Started this discussion. Last reply by Upaka Oct 10, 2011. 2 Replies

Hi,This is about the control rules.I am trying to simulate a network with the help of control rules.Total simulation period is 2 hrs and 30 minutes, however, I'm running the simulation part by part.…Continue

Variable for orifice height

Started this discussion. Last reply by Upaka Oct 6, 2011. 4 Replies

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…Continue

Gifts Received

Gift

Upaka has not received any gifts yet

Give a Gift

 

Upaka's Page

Latest Activity

Upaka replied to Upaka's discussion 'Controlling flows to storage tanks'
Yeah, but what I am worrying is why the depth of the Tank 6 is not 8.51 m instead 8.26 m. 
Jan 20
Robert Dickinson replied to Upaka's discussion 'Controlling flows to storage tanks'
It seems to be working for me.
Jan 20
Upaka replied to Upaka's discussion 'Controlling flows to storage tanks'
Guess the input file is not attached well. Attached it agian
Jan 20

Controlling flows to storage tanks

Hi,I am looking for a way of controlling flows to storage tanks.(Assuming Tank 6 as an online detention tank)I want to stop the flow from Tank 7 to Tank 6 (vis R13 orifice) once the water depth at Tank 6 reaches to 8.26 m.Not sure that I have done it correctly using the control rules. (Since it shows me a depth of 8.51 m at…See More
Discussion posted by Upaka Jan 20
Upaka replied to Upaka's discussion 'Writing results to an external file'
Hi, thanks a lot for the suggestion. I tried it and still got the same word printing instead of the variable values. Then I tried with fprintf (f4, STO[0]); instead of fprintf (f4, "STO[0]"); which just gave me attached file. Any…
Oct 13, 2011
Robert Dickinson replied to Upaka's discussion 'Writing results to an external file'
Hi, I am fairly certain that you need to open the file f4 at the start and close it at the end.  It looks like you are opening, writing one line and then closing your file.  You are writing a phrase instead of a variable.
Oct 13, 2011

Writing results to an external file

Hi,I have linked SWMM 5.0 with an optimization module and using C++. I wanted to print some results from the simulation to an external text file.  I've used the following codes, however, I can't get the results printed. Instead of that I am just getting printed "STO[0]" inside the text file. Could anyone help me on this issue? float STO[100];FILE*f4;OpenSwmmOutFile("f3.out");  for(t=1; t<=1; t++){  GetSwmmResult(3, 0, 12, t, &STO[0]); f4=fopen("f4.txt", "w");  fprintf (f4,…See More
Discussion posted by Upaka Oct 13, 2011
Upaka replied to Upaka's discussion 'Usage of control rules'
Hi Robert, Thanks a lot for letting me know. How should I set the water depths at nodes for a given time? I tried the following, but it gives me an error report with "invalid keyword NODE at line ..."   RULE R1a IF SIMULATION…
Oct 10, 2011

Usage of control rules

Hi,This is about the control rules.I am trying to simulate a network with the help of control rules.Total simulation period is 2 hrs and 30 minutes, however, I'm running the simulation part by part. Eg 0 to 15 minutes, 15 to 30 minutes, 30 to 45 minutes and so on.I wanted to input the state of the storage tanks, nodes, conduits of the previous simulation to the next simulation. As an example, the depth of the tank1 at 15 minutes from 0 to 15 minutes simulation should be input to the 15 to 30…See More
Discussion posted by Upaka Oct 10, 2011
Upaka replied to Upaka's discussion 'Variable for orifice height'
Thank you very much. I will look XSECTION in detail. Thanks again.
Oct 6, 2011
Upaka replied to Upaka's discussion 'Variable for orifice height'
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…
Oct 6, 2011

Variable for orifice height

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…See More
Discussion posted by Upaka Oct 6, 2011
Upaka replied to Upaka's discussion 'Time varying orifice heights'
OK thanks a lot. I think I have to enter the ratio between the depth at time "T" to full depth (depth at time T / Full depth) as the setting. This then surely should be between  and 1. Thanks again. 
Jun 24, 2011
Robert Dickinson replied to Upaka's discussion 'Time varying orifice heights'
The orifice HEIGHT at any time is    Height - Link[j].xsect.yFull * Link[j].setting   where yFull is the full depth you entered and setting is the current setting based on the RTC rules (the setting is between 0 and 1)
Jun 24, 2011
Upaka replied to Upaka's discussion 'Time varying orifice heights'
Thanks for the reply. You mean these opening setting are ratios?  Let's think the orifice full open height is 2 m. If I need to open it for 1.5 m, the entered number should be 1.5 / 2 = 0.75. Am I getting it correct? 
Jun 24, 2011
Robert Dickinson replied to Upaka's discussion 'Time varying orifice heights'
The orifice and weir settings can only go from 0 (fully closed) to 1 (fully open).  Your error was that you orifice settings greater than 1 - make them less than 1 and it will work.
Jun 24, 2011

Comment Wall (1 comment)

You need to be a member of SWMM5 - Stormwater Management Model to add comments!

Join SWMM5 - Stormwater Management Model

At 9:21am on March 16, 2010, Robert DickinsonRobert Dickinson said…
Welcome, Upaka!
 
 
 

© 2012   Created by Robert Dickinson.   Powered by .

Badges  |  Report an Issue  |  Terms of Service