Autopysta
Loading...
Searching...
No Matches
p_martinez_jin_2020.h
Go to the documentation of this file.
1
12#ifndef _P_MARTINEZ_JIN_2020
13#define _P_MARTINEZ_JIN_2020
14
15#include "p_newell.h"
16
25public:
26 double tau = 1.5;
27
34
43 p_martinez_jin_2020(double u, double tau);
44};
45
46#endif
Parameter class for Martinez and Jin (2020) stochastic car-following model.
Definition p_martinez_jin_2020.h:24
p_martinez_jin_2020(double u, double tau)
Constructor with custom parameter values.
double tau
Wave travel time (τ), controlling the delay in vehicle reactions to changes in traffic.
Definition p_martinez_jin_2020.h:26
p_martinez_jin_2020()
Default constructor for the p_martinez_jin_2020 parameter class.
Parameter class for Newell's car-following model.
Definition p_newell.h:32
double u
Free-flow speed in meters per second (default: 90 km/h).
Definition p_newell.h:34
Header file for the p_newell class definition.