Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Measuring Capacity of a Lane
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Thu, 10 Sep 2020 17:23:19 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; 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=IM0HQBj5M//pOnKPCYqwJFvJQnp6tFRX2y201CDWlsA=; b=OscerVRswZihGgAZG5OkdlDm7RUFRxdQEFze0JlaxulhQaAzPiZflg/mbxyCCZ96wN6o5krY/Nj2NfIrRkS/d6Dlsc6xCiEon9RKwYO7S6oDvbMNOWFqGrEMq345rbhg2L0ZACq9qtkgu5cIAMUNtIsXJ0np4z4eRb9wNaYx2VU87MDP6XomvHDPLqZiKja0q9ELeQAIcSGM9ubr8dW2+Sr+0lEyZTnlm4yc7xHP8v9KrCLMaFyGTSlwgUDHat34pnYC+uj2Z4jLA7AkvBVFul6QMKKPrSkC5FuVNUHzYWceVv7MSJc92I7ctao+tiE0jC5tivXCokPm4YUhAVfjXQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KL9swzXwQ3M2qjpv0XOARmQsr73i/lfC7VsKlGF/hCTiYc7e6e6pOn/Uak9U7oez3NN1AJWLSp/+S0n+RtWJEGfoNTpjx2VUQCtritYHySUxROJC0+QqZo/iYugZeX8BKuh9A1ToK4tXYz2oK0Fh/FQ0HdUeQqroQgvLwBo6hvHfUP2gh9DlZnkeDGg/pgFSX/fWsLZBG5BlzcyfC7XhYpjRt3BmR5Ovyu2NcQU8UfQ4zF17vUQvqvtM62Gb7GCa2qoD37vl7QYUzs0o5jCGPOBEGh0RdAIvngnxthhfQHETkIUBMnzJCSkL1UZcDiSBecdDIgcK6qMxazJX+zoCdw==
  • 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: AQHWh5MAdFYbtDvSIES+q4hAQZbsdg==
  • Thread-topic: Measuring Capacity of a Lane

Hello,

I ran a simple experiment to measure the capacity of a one-lane signalized exit ramp that is 1500 feet long.
The result came out a lot higher than expected. The capacity came out to be roughly 1,100 veh/hr. (I was expecting to see around 750~800 veh/hr since the ramp is signalized). 
Is this a typical capacity value in SUMO? I've also included a brief scenario settings and methodology below.

The goal was to measure the capacity of a one-lane exit ramp which is 1500 feet long.
A signal (G:50, R:70) is placed at the end of the exit ramp. A single vehicle type was used with minGap=2.2 and tau=1. 
The speed on the exit ramp is 24.59m/s (approximately 55mph). A few iterations were done with various traffic flows.
Each iteration was run for 4500 timesteps where the vehicle count of the last 3600 timesteps was collected (first 900 timesteps were a warm-up period).
e3detectors were placed right after the signal and 'vehicleSum' was used to get the vehicle count for the 3600 timesteps.
The maximum count out of all iterations was determined to be the capacity.

Any help would be greatly appreciated.

Thank you,




Back to the top