In my project, I am trying to make a base case, in which the market penetration is 0.0. In another word, no vehicle is using the application. I tried two ways to do this. First, I use SUMO only to run the simulation, and secondly I use SUMO, Veins and OMNeT++ to run the simulation, but in omnetpp.ini
set the penetration rate to 0 by *manager.penetrationRate = 0
. I assume doing so will not create any mobility module for the vehicle running in SUMO.
But what confused me is the results of the above two simulations are not the same. The congestion in the first way (SUMO only) is much heavier than it in the second way (SUMO, Veins, and OMNeT++). Can anyone help me explain this? Aren't they supposed to yield the same result, since I set the penetration rate to 0?
This is the config file in SUMO. The two simulations are based on the same configuration.
<input>
<net-file value="simul.net.xml"/>
<route-files value="simul.rou.xml"/>
<additional-files value="simul.add.xml"/>
</input>
<time>
<begin value="0"/>
<end value="4000"/>
<step-length value="0.1"/>
</time>
<output>
<tripinfo-output value="tripinfo.out.xml"/>
<lanechange-output value="lanechange.out.xml"/>
</output>