Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Repeated vehicles (Flows)
  • From: François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
  • Date: Fri, 27 Aug 2021 03:24:45 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ulaval.ca; dmarc=pass action=none header.from=ulaval.ca; dkim=pass header.d=ulaval.ca; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=9dCtIYZHgLPi5DL98eiP4qkOQExEmdU8MG2YQY+4034=; b=ivnsJFkAJXodfcSRyFRG/Fi4FrYvGkrbL9pnNVFjuGiTRayx+Q0cbNhimBLz6W0pD7UX20uPWIcmXJFIY5+rsgvm0C+a6qmVbOSs6OroUX1l6njLJ5P4GXSCjZehJaAcfLpXigDrfkC/k1vR8zSwe2OsgKqEEf+xfZk59oMB/01epUbCLk4pmHGGSJBLlOSaSfFV0Au/GjCsAnheiWueEcj1x3XCBOb03xH37ECkTOT9k5MoPPaCdn60lfpHefLf0STD+xd4BvmWhA1B1k4kSagZ6aWK0dMxy9FlGqELhbXT5RrmA24yCf1dnXj4Xq5rrSnCDA4ggXiEwQSCXHffOA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HAyw+poYSrnYpdJSAWPjCNGepZ/kMvhz1N9d0zokCGwTFoH5be8gM8PaWlP4ULGylwgPUH5bELq58WBC7tMKcq84x+p1LKl9GoqkU6V6Ara42Ypm0vL5XtktV5HvbjQwulW3eDVCYoTQ6T0azzNxYLDMPJPnzOG5WwFYO5h14sHhT4Xv1YaleeD1keULoqxx7zzZzGeyJQ7lBexYsLKZy1AEBGRpo+ivllzgMIfyf/ucEXCTaaTVyKVITto18cb0hJVwLKPruPmAA099OzDUSZ9MPCMXygwcBUh9VQ9CGGrwjVtwLTHc+8SoHGtLXhLUkgZ0CG3Dyg1hMWivdnXaDA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXmvMVkLxQPnqZgEC96IV3wXu2Yw==
  • Thread-topic: Repeated vehicles (Flows)

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 hameconnage@xxxxxxxxx.



Back to the top