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
class Car

Members list

Value members

Concrete methods

def updateV(car: Vehicle, length: Double): Unit

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

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

Value parameters

car

the vehicle to move

length

the length of the road (VTransport)

Attributes