Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Macroscopic traffic flow - is it possible with SUMO?

Hello,
MAROUTER uses a hard-coded capacity-constraint function based on speed limit, lane number and edge priority to compute traveltimes and flows based on density.
For details, see
src/marouter/ROMAAssignments::capacityConstraintFunction
src/marouter/ROMAAssignments::getCapacity

MAROUTER reads OD matrices and creates route files. These route files contain route distributions between traffic assignment zones. Each route in the distribution is a fully specified list of network edges.

regards,
Jakob

Am Mo., 10. Dez. 2018 um 00:29 Uhr schrieb Michał Lis <johny1614@xxxxxxxxx>:
Hi. I need to use macroscopic traffic flow model - it is necessary for some mathematical calculations. I have read in FAQ that sumo supports "macroscopic traffic assignment" using MAROUTER. I feel like this doesn't mean that I have full macroscopic model with elements like density, flow based on density etc. Am I right? After proceeding everything from documentation with MAROUTER I get traffic assignment zones, is this the point of  "macroscopic traffic assignment" support?
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top