简体   繁体   English

在 SUMO 模拟中在高速公路上创建 5000-10000 vph

[英]To create 5000-10000 vph in a freeway in SUMO simulation

I am trying to generate heavy traffic on the freeway using netedit.我正在尝试使用 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.您需要调整出发参数,尤其是在您的流程定义中添加departSpeed="max" departPos="last" departLane="best" There is also an FAQ on that.还有一个常见问题解答

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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