4.8.3.79. SET_GTIRE_POSTDATA

The SET_GTIRE_POSTDATA subroutine set the differential value of Differential Equation used in Gtire Entity.

../_images/image3531.png
Table 4.203 Function Name

Language type

Subroutine

C/C++

set_gtire_postdata(int tid, int type, double* data, int* error)

Table 4.204 Parameter information

Variable Name

Size

Description

tid

int

[in] This Tire ID can be obtained from GTire_force.

type

int

[in] data to set the type of target data (1:FxW_Longitudinal, 2:FyW_Lateral, …, 16:Vel_Compression)

data

double[#]

[in] data to set at post data (rplt data file)

error

Int

[out] return status or error flag (0, -1).