"The Froude Number used to be shown on the SWMM5 Graphs but was taken out in Build 5.1.001 (3/24/2014)
"The link Froude number view variable has been replaced with the link's flow volume, the subcatchment Losses variable has been replaced by two new…"
All seems reasonable in your model network but did you make sure that the surcharge depth in the node downstream of the type 3 pump is large enough? Is your pump on the pump curve? You can check this by looking at the SWMM5 pump…"
I don't really know Matlab, I only try to help students from around the world answer their Matlab questions. If you search this site you will see a lot of discussions about Matlab and hopefully some of it will be helpful to you. I can help you more with the input files of SWMM5 and the DOS Console engine of SWMM5.
Comments
Here is a longer list (you use the dllexport function to bring in controls or totals)
int DLLEXPORT swmm_step(DateTime* elapsedTime, double* Total_Inflow, double* Total_WWF,
double* Total_Outflow,double* Initial_Storage,double* Total_Storage,
double* Total_Flooding, double* Total_Rain,
double* Total_Snow,double* Total_Snowdepth, double* BasinTemp,
double* OmegaIn,double* TSIn,
double* percent_flooded, double* percent_surcharged,
double* avg_Iter,double* avg_TS,
double* max_Iter,double* min_TS);
Hello,
That's OK if I know your questions.
I don't really know Matlab, I only try to help students from around the world answer their Matlab questions. If you search this site you will see a lot of discussions about Matlab and hopefully some of it will be helpful to you. I can help you more with the input files of SWMM5 and the DOS Console engine of SWMM5.