Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] How vTypeDistribution works
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Sun, 26 Sep 2021 15:31:57 +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; bh=ig+VxzJRIOSLGvylu6p7UIGf5+AdDs3V/qPaNds8a50=; b=TdOJ2wzVCzzAudugY2PJGdTK+eDkavZiSpKvsD3QWhGpUkLHZtTe4BkWpQl8xeeS0d01+WA6tBkBGXFfY6BCAmjNXaUlPwhbFbSWH15uq0qYL0FDmRs2oLAmA1cIYSbj2I4AEnReBLTWx6SQDBHhT8NFzNmMSH7CJ76OCvvIJntULt3QItlBCMw51rDBLIzO1b/Lk5SercFBRJ4IXieFyxRSHT4jNOJWrB38Lzj/itdBbJFcDgweodMpScbUYDLQRTd/uVIxWZAdMHxQ5a7XqnnXK6TgkAe70IqlcvhC+BwbyrKcqM/sEDcAyvrNbaRYvf+Xfmp1hLJxhQLbA9FYjw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hGX9oHDwZQeLme0dQEqDyddRckdP+DGi/CXI7oqmf+t7JFxEZGSk5sU4OV7fU09Iiy/bFDebgE5Giaujv/B7GnaPWZCI/Fem1sfLiAWXwcwJCn8/BIDbnFW0EuM9ZWm7gmZRDByrR+NeaibO829S24RU3qWDueG9VHGkmvzvbGEHZGALzmDX8lhsmweJT14MOKtIT+L+tGHjWgguJ/vEANebWRjnAiDIgU6SzqsMuxIQnAGtP8x95DSgHthhlXDQ2K5HRvni6y58yazkn99cjmlMI9UK2ff6jc8eTpq6eKEnu+kQoY4ujTH+NWXxK6vjbPuXeSOFcSN/w0SNkoNt6Q==
  • 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>
  • Suggested_attachment_session_id: 9304ac61-6aed-75f2-233b-18a62972a6d0
  • Thread-index: AQHXsumEwAvnZL0Vk0ei+n37HZIkBA==
  • Thread-topic: How vTypeDistribution works

Hello,

I have a 2-lane freeway to which the traffic is distributed as following:
Lane0: 1300 ~ 1500 veh/hr (increment by 100 veh/hr in each run)
Lane1: 0 ~ 500 veh/hr (increment by 100 veh/hr in each run)

And I counted the vehicles at the start of the lane for 3600 seconds.
The vehicle count is shown in 'vehicle count.png'.

Lane0_input and Lane1_input are the assigned values in the vehicle definition.
Lane0_observed and Lane1_observed are the vehicle counts from each run.

What I'm having issues with is the following:
  1. It seems like Lane0_observed is decreasing as Lane1_input increases. Does this mean that when vehicles are released, the distance to the vehicles in the adjacent lane matters?
  2. In Lane0_input: 1500 and Lane1_input: 0 case, Lane0_observed is only 1,427 vehicles. Is this because of the headways from the leading vehicle in lane 0?

Thank you and please let me know if any further clarification is needed!


Attachment: vehicle count.PNG
Description: vehicle count.PNG

Attachment: vtypedistr.PNG
Description: vtypedistr.PNG


Back to the top