Please see https://sumo.dlr.de/docs/Simulation/VehicleInsertion.html#insertion_departure
Am Fr., 27. Aug. 2021 um 05:25 Uhr schrieb François Vaudrin < [email protected]>: > Hello everyone, > > > I want to generate the arrival of vehicles in a network with the flow > command, but the actual number of vehicles generated at the end of the > simulation does not match the number of vehicles indicated in my .rou.xml > file. > > For example, I planned 2000 vehicles during the interval, but the real > number at the end of the simulation is around 440. > > > I tried several combinations like number, probability, vehsPerHour, etc > ... but I am far from the expected number of vehicles. > > > Maybe i missed something. > Do you have any idea how to solve this problem? > > > Here are some samples of my file .rou.xml > > > <interval begin="0" end="1000"> > > <flow id="Car1" begin="0" end="1000" number="2000" type="CarA" > from="660867709" to="39276632"/> > > </interval> > > > other test: > > > <routes> > > <vType id="CarA" guiShape="passenger" length="5.0" minGap="2.5" > maxSpeed="28" color="green"> > > </vType> > > <flows> > > <interval begin="0" end="3600"> > > <flow id="Car1" vehsPerHour="6000" type="CarA" from="660867709" > to="39276632" /> > > <flow id="Car1a" number="1000" type="CarA" from="660867709" to="39276632" > /> > > <flow id="Car3" probaility="0.8" type="CarB" from="660867709" > to="39276632" /> > > </interval> > > </flows> > > </routes> > > > > > Thanks in advance for your help > > > > *François * > CANADA > > > 1 > *ATTENTION : L’émetteur de ce courriel est externe à l’Université Laval. > Évitez de cliquer sur un hyperlien, d’ouvrir une pièce jointe ou de > transmettre des informations si vous ne connaissez pas l’expéditeur du > courriel. En cas de doute, contactez l’équipe de soutien informatique de > votre unité ou [email protected]. > ------------------------------ > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
