A JavaScript library for modeling and realtime simulation of automotive tires.
The types of nodes that may comprise a Tire Properties File (.tir) abstract syntax tree (AST).
The base class for all tire models. As the number of supported models increases, shared behavior will make its way into this class.
Returns a value clamped between a minimum and maximum value. If n
is less than the minimum, the function will return the minimum. If n
is greater than the maximum, the function will return the maximum. If n
is both less than the maximum and greater than the minimum, the function will return n
.
The default margin of error used during miscellaneous calculations.
An extension to the Pacejka Magic Formula model that models includes temperature effects in tire force calculations.
The 2002 revision of the empirical model created by Hans B. Pacejka. See his book "Tire and Vehicle Dynamics" for more information.
An error that can be generated by Pacejka2002 models when they can't find an expected tire property from a Tire Properties File (.tir).
An error that can be generated by Pacejka2002 models when they can't find an expected tire property section from a Tire Properties File (.tir).
The base class for all tire models. As the number of supported models increases, shared behavior will make its way into this class.
An extension to the Pacejka Magic Formula model that models includes temperature effects in tire force calculations.
The 2002 revision of the empirical model created by Hans B. Pacejka. See his book "Tire and Vehicle Dynamics" for more information.
An error that can be generated by Pacejka2002 models when they can't find an expected tire property from a Tire Properties File (.tir).
An error that can be generated by Pacejka2002 models when they can't find an expected tire property section from a Tire Properties File (.tir).
The types of nodes that may comprise a Tire Properties File (.tir) abstract syntax tree (AST).