Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Question about multilane roundabout modelling
  • From: Gabriel Garcia Casa <ggarcas@xxxxxxxxxx>
  • Date: Thu, 26 Mar 2026 17:19:16 +0000
  • Accept-language: es-ES, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mot.upv.es; dmarc=pass action=none header.from=mot.upv.es; dkim=pass header.d=mot.upv.es; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=r48o8H3gdkFvMqQ0m3VfYwBJejaJ9rtKDehSV2cfEFY=; b=eBCieCgonfGIZJnigA1v30J2uavklTbvbv9iKGFGogMUOnZE9UzWWtcr7YiutBGr76zyyV5IZx6WEmNj9rLropgU1oe4zZn9DwN0U2NXLAGJTZFzHVHDV8PulJhUjCdBDNx1N6dqFMBgRxiahe7l3aRp7VAzXyywfsxJgUe9bdlIymO5StAonQ2EfBW04j4Ns7GpS5feG6kcqEOP6vWbvdQrUtKgPY7gP26o4MjSckh1XVrB2mrJFXuyYTCceTsgHbSQjy5KKU6SWJfaACMBf10g1/b0JU5TlqqUWn0lA7NTffklcl9ua1pcgl2vHAT25wQIeUSdW9fk9aLRgvUs9A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=uS4TNMF7zTrmdww3rqaD16RQhBsilEcax0Oz1DzAAko7JcyCFXs40XKXNw1mpZTEL3YBRe7zy8J+rDhvLw7MW03oPh/jhnNHF2hanAcp0MChUdJHw/OX/oFYbLpPSg0fOqKZ53yzBAWLP/UsS2WFnqEzBEoaWb5JibqBnoSqNPQLijTYBgSdOYsqrPlxDorHDwjkAOLQJZeUtm/tEEitAghljwWKDyuSsq2DGrdhHXBl63vSwM7Ms6CnDoh0KaVycr/f/LJvi0vtVMwpzhYZ/HnBYyW8venkxEV9z5Z38OEWbnWe0uUqbb3wfu3ckcQwH+EXLlqatOWAt7sqH3Hcyw==
  • 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: AQHcvUJzg+18AHvd30+InHMjVelgLg==
  • Thread-topic: Question about multilane roundabout modelling

Dear SUMO users,

For my first SUMO project, I am building a simulation model of a middle-sized European city and I have a question regarding the correct way to define lane-to-lane connections in multilane roundabouts. As seen in the image, to address this, I have been distributing connections proportionally: dividing the number of exit lanes (black and red arrow) by the number of internal circulating lanes (green arrow), so that each internal lane connects to a proportional subset of exit lanes.

However, I am not sure this is the correct approach for roundabout exit nodes. My question is whether the right definition should instead be fully permissive — i.e. each internal lane connecting to all available exit lanes regardless of proportionality — to prevent vehicles from blocking the internal carriageway when their single assigned exit lane is occupied.

Specifically:
1. At roundabout exit nodes, should connections be 1-to-N (each internal lane to all exit lanes), or is proportional distribution acceptable?
2. Does the answer differ for intermediate nodes within the roundabout (where traffic continues circulating) vs. exit nodes (where traffic leaves the roundabout)?
3. Is there a recommended bulk method to correct these connections (netconvert option or netedit batch operation) rather than editing each one manually?

For context, I am observing ~13,000 teleports per simulation run, a significant portion of which appear to be Wrong Lane type, and I suspect the 1-to-1 exit connections are a major contributing factor.

Simulation setup:
- Route generation: randomTrips + marouter (User Equilibrium) → routeSampler
- fringe-factor: 10 · max-distance: 20,000m · minimize-vehicles: 0.5 · optimize: full · min-count: 2 · threads: 12 · write-flows: number
- Simulation: step-length 0.25s · time-to-teleport 300s · time-to-teleport.highways 0s · rerouting.probability 0.2 · rerouting.adaptation-weight 0.0
- Demand: 1,164 loop detectors, flow calibrators active on edges with GEH > 5 per hourly interval (302–306 edges/interval), vehicles inserted with departPos="last" and a single-edge fallback route

Thank you very much for your time.

Best regards



Attachment: Test1.jpg
Description: Test1.jpg


Back to the top