简体   繁体   中英

To create 5000-10000 vph in a freeway in SUMO simulation

I am trying to generate heavy traffic on the freeway using netedit. But somehow i find the traffic to be very low while running in simulation. Is there any threshold for traffic generation. Kindly let me know if there any other way

<routes>
    <flow id="flow_0" begin="0.00" from="e10" to="e03" end="3600.00" number="8000"/>
</routes>

You need to adapt the departure parameters especially add departSpeed="max" departPos="last" departLane="best" to your flow definition. There is also an FAQ on that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM