Dynamics

scalation.simulation.process.Dynamics
trait Dynamics

The Dynamics trait supports physics models for the motion of vehicles, e.g., car-following models.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GippsDynamics
object IDMDynamics
class Vehicle
class Car

Members list

Value members

Concrete methods

def updateV(car: Vehicle): Unit

Update the values of the vehicle: velocity, displacement, lane according to the car-following model being used.

Update the values of the vehicle: velocity, displacement, lane according to the car-following model being used.

Value parameters

car

the vehivle to move

motion

the dynamics/physics determining the motion (e.g., car-following model)

Attributes