Hello,
the easiest solution would be to declare 3 flows for consecutive time
ranges with a different flow rate:
<flow id="high" from="myEdge" to="myEdge" begin="0" end="21600
vehsPerHour="2000" departPos="last" departSpeed="max"/>
<flow id="opt" from="myEdge" to="myEdge"  begin="21600" end="43200"
vehsPerHour="1500" departPos="last" departSpeed="max"/>
<flow id="low" from="myEdge" to="myEdge"  begin="43200" end="64800"
vehsPerHour="500" departPos="last" departSpeed="max"/>
for achieving high flows see
http://sumo.dlr.de/wiki/FAQ#How_do_I_get_high_flows.2Fvehicle_densities.3F
regards,
Jakob

2017-04-06 23:37 GMT+02:00 Abdul Salam Shaikh <abd.salam.sha...@gmail.com>:

> Hi,
>
> I want to simulate different traffic conditions including periods of high
> traffic, optimum traffic, low traffic for a period of six hours. I am
> looking for options where I can demonstrate the above requirement even with
> a single lane.
>
> I am already aware of the signal lights, detectors, defining repetitive
> flows but I am still skeptical on how do I approach the given problem.
>
> Any help/suggestion/hint for approaching the problem will be highly
> appreciated.
>
> --
> Thanks & Regards,
>
> *Abdul Salam Shaikh*
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to