USER Tire Property File

 

The GTire for the user tire needs the tire property file, as follows.

To use the User Tire of GTire, VENDER_TIRE_TYPE and USUB_DLL must be set. USUB_DLL must be set with relative path from RecurDyn model. Also, to create the Tire body, DIMENSION block must be set as below tire property file. Additional user parameters can be added repeatedly.

 

Text Box: [HEDER]
FILE_TYPE                             = 'tir'
$----------------------------------------------------------------units
[UNITS]
LENGTH                                = 'mm'
FORCE                                 = 'newton'
ANGLE                                 = 'radians'
MASS                                  = 'kg'
TIME                                  = 'second'
$----------------------------------------------------------------model
[MODEL]
VENDER_TIRE_TYPE              = 'RD-USER'
USUB_DLL = ‘.\GTIRE_USUB\GTIRE_USUB.dll’
$-----------------------------------------------------------dimensions
[DIMENSION]
$-Tire Dimension 205-60-R14
UNLOADED_RADIUS                       = 300.8
WIDTH                                 = 205.0
RIM_RADIUS                            = 177.8
$-------------------------------------------------------------parameter
[PARAMETER]
USER_DEFINE_PARAM1                    = 100.0
USER_DEFINE_PARAM2                    = 200.0
USER_DEFINE_PARAM3                    = 300.0