
Linking or Coupling SWMM with Genetic Algorithm
Hello,
I'm working on the coupling of SWMM with Genetic Algorithm by use Matlab language.…
Hello,
I'm working on the coupling of SWMM with Genetic Algorithm by use Matlab language.…
Hi,
I am trying to make a link between SWMM and MATLAB (couple operation) to derive optimal policies. So, I call SWMM in MATLAB in each function evaluation process and need its results for decision making of optimization…
Read more…Hello,
I'm working on the coupling of SWMM with a homemade 2D superficial flow model. The later is written in Python.
For this purpose, I'm currently writing a Python wrapper for SWMM using ctypes. So far I managed to control a…
Read more…Hi everyone,
I found there were many questions about how to call SWMM in matlab, and this problem has bothered me for a long time.
Now I…
Read more…I want to vary the curve number values for my subcatchment for which I will write a code in matlab....I want the output hydrograph for all sets of Curve numbers...there will be around 100 such values....how can I link the the matlab code to…
Read more…Hello everyone,
I would like to read the .out file in a text editor created after a simulation in SWMM5.
However I can't get anything readable when I open the file in notepad or some equivalent software. As I would like to…
Read more…How do I get the piezometric head ( pressure + elevation head) of the nodes in the result of SWMM 5? Is there options for this or something has to be implemented in the source code of SWMM5 ? Please throw some light in this regard.
Read more…Hello folks,
I was happy for the fact that I found this website but my excitement didnt last long! I read all of the dicussions here but I couldnt find a post which…
Read more…Hi
Ive been running an optimization of swmm using matlab. I was hoping to use the multistart and ga algorithms in parallel mode so I could make use of a multicore PC. I havent been able to get this running (serial optimization is ok),…
Read more…Hi there,
I am going to edit some parameters in swmm5 input file through swmm5 interface commands.
Is it possible to do that or not?
I can find some commands to read results for example GetSingleResult to view simulation…
Read more…Dear all, I am going to use swmm5 interface commands in MATLAB
How can I do that?
I have already used commands below to call swmm5 library in matlab
load library('swmm5','swmm5')
and commands below have been read for…
Read more…Dear all,I want to use MATLAB and SWMM5 for optimal calibration. In doing so:1) MATLAB has to generate some random values (decision variables) as inputs for SWMM5 (here is width of subcatchments2)Previous subcatchment widths replaced with New ones.…
Read more…