Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Question about the model

When I do not specify any vehicle following model and only specify the speeds and acceleration, what is the mobility model used ?

I use -

<routes>
   <vType id="car" type="passenger" length="5" maxSpeed="25" accel="1" decel="1" sigma="0"/>
   <flow id="carflow" type="car" beg="0" end="0" number="50" departPos="free" from="edge1" to="edge2" />
</routes>

So what is the mobility mode used in my model ?

Back to the top