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

Header file for the newell_constrained_timestep class definition. More...

#include <math.h>
#include "newell.h"
#include "point.h"
#include "clock.h"
#include "Exception.h"

Go to the source code of this file.

Classes

class  newell_constrained_timestep
 Newell (2002) car-following model with a constrained timestep of 1. More...
 

Detailed Description

Header file for the newell_constrained_timestep class definition.

Author
Andres Vial
Date
24 May 2022

This class extends the Newell car-following model but constrains the timestep value to always be 1. This ensures consistency in simulations requiring fixed timesteps, as certain models may depend on this behavior.