Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Validation of BPR Method in SUMO: Seeking Help on Replicating Asymptotic Results in Straight Road Sections
  • From: François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
  • Date: Mon, 15 Jan 2024 07:28:40 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nT/Fw1Ds2c2YCsac4XK48I2JqNC4aKYSFJqpHwfzEUs=; b=Wl/nclROqFi8yurHpzN9aiKjZHeJ2uUCYmpfYtqq26tAAsQ2cHwPnQYSExY980/nCSToiYqfbZ5ONSBWNVMepsrisfK4+IsqKaCbh7VjDVwDPlz1wrHJj2bswxo5LSit2JHnbm2aHQAyp1KyiP5Bd2FBeQdPJ24XB8DPZ+HdfK2i2UQqiCfMUlJfVKA41GUer86hkbZUAVKCq4rQgIUCx69Hl1UM0gj/7/hVtYWcbl1n4sZIYPJiBp6YUnnLe7b16kdUBfvZlEgZ8Vt+vbmlNMcnFrrXFVlD/fZkvMyp1kgr/DWapzdtFRorx0uBRNvR99Eyq3Ok4Z2+uemtBbw12g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fHZZey2tEYyqGSExsZHkWTl1ZGLPeVTD1plwNgjvdrTvcyMk8mjINo4UwBHJ1o5mzGvKo4Lq9fB5d0CTJ7nx0TaNkty+mGw6+1ilbItWxOGuImASqz2cknZorw0DB58Iq1Jt7CDQcfiIjiu7l9b19JqfoILqQErpCXJJgCLC7vDlEF1HpZzVSWHrPALrYFj5PWCSUXj3VaxIKCLDr7JTxfLfXWnlAJILv4YEqNs0zCVp2ARiy77IaTq+Ajna7pHfDfUmL2jJL6wkv1UjXrDcSrbeDiaItONJthZO8xqm+XqPVgkjHvnVGudvIsofmymezvkUBAazB+xiLR9EffIjCg==
  • 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>
  • Msip_labels:
  • Thread-index: AQHaR37qiFgs6E9nT0e8CQgLsTXyiw==
  • Thread-topic: Validation of BPR Method in SUMO: Seeking Help on Replicating Asymptotic Results in Straight Road Sections

Hello,

I'm seeking assistance in validating the BPR method using SUMO to express travel time based on road capacity. The Bureau of Public Roads (BPR) formula is commonly used to model travel time on a road as a function of its capacity: After reaching a certain flow threshold, travel time increases exponentially until reaching the ultimate capacity of the road.


where:

  • T is the travel time on the road,
  • Tff ​ is the initial travel time,
  • q is the flow of traffic (number of vehicles per unit time),
  • qpc is the capacity of the road (maximum number of vehicles the road can accommodate per unit time),
  • α and β are adjustable parameters.
Despite increasing the flow of vehicles in a network with SUMO, Vehicles are being pushed backward before entering the network, possibly due to a required distance (likely related to the car-following model), but the results are not the same than BPR. The Time Tff appears to be a straight line rather than an asymptotic curve.

Appreciating any insights or suggestions to obtain similar results of BPR?


Wishing a fantastic year ahead to the SUMO teams and contributors!


François Vaudrin
semaphor.ai
Québec city, Canada





Back to the top