Autopysta
Loading...
Searching...
No Matches
newell.h File Reference

Header file for Newell's car-following model class definition. More...

#include <math.h>
#include "p_newell.h"
#include "model.h"
#include "point.h"
#include "clock.h"

Go to the source code of this file.

Classes

class  newell
 Newell's car-following model (2002). More...
 

Detailed Description

Header file for Newell's car-following model class definition.

Author
Rafael Delpiano
Date
11 Dec 2019

This file contains the class definition for the Newell car-following model. Newell's model is a simplified approach to simulating vehicle dynamics in traffic, based on translating the trajectory of the preceding vehicle by a fixed time gap (τ) and space gap (δ). The model is commonly used in traffic flow simulations.