Tire Surface Options
Description
Flat Surface
Defined using Data Points
Defined Externally
All tire components share similar options for defining the operating surface. These options are listed in the Surface section of the tire component properties. The main use of these options is to define the surface the tire is interacting with to ultimately calculate the surface normal vector, e^n and tire center distance from the surface, rz.
There are three options for defining the surface: as a flat surface, with data points, and externally.
The Flat surface check box in the Surface section of the tire component properties determines whether the tire is operating on a flat surface. When selected, the plane passing through [0,0,0] with the normal of e^g is taken as the flat operating surface, where e^g is the direction of gravity defined in the Multibody Settings tab of the model. In other words, depending on the chosen e^g, one of the planes yz=0, xz=0, xy=0 is taken as the flat surface. Below are examples of a tire sitting on the xy plane with choices of x and y as the spin axis.
Spin axis is y
Direction of gravity
Tire spin axis
Spin axis is x
The surface normal vector, e^n, and the tire center distance from the surface, rz, is straightforward for the case of a flat surface:
e^n=−e^g
rz=r&conjugate0;c·e^n
where r&conjugate0;c is the tire center position vector.
With the Flat surface option not selected, the surface geometry can be defined either using data points (discussed here) or externally (discussed in the next section). The Data source drop-down in the tire component properties provides three options to define the surface data points: inline, using a file, or using an attachment. In each case, data points are given as a matrix in which the first column and first row represent discrete points on two of the global coordinate axes.
With the inline option, the matrix is entered in the GUI. To change the matrix dimensions, right-click on the text input field and select Edit Matrix Dimensions.
Alternatively, a CSV, XLS, or XLSX file can be used to define the matrix by choosing file or attachment for the Data source parameter and selecting the file or attachment as the Surface data parameter.
The interpretation of the data points matrix depends on the selected vector for direction of gravity, e^g, in the Multibody Settings. Different interpretations are summarized below
Gravity parallel to x-axis
Gravity parallel to y-axis
Gravity parallel to z-axis
For the given surface data points, an iterative algorithm calculates the surface normal vector, e^n, and tire center distance from the surface, rz
The integer niter in the properties specifies the number of iterations. The recommended value is from 1 to 5 to get a reasonable trade-off between accuracy and performance.
To clarify the employed algorithm, the following describes the steps of the algorithm for niter=2:
1. Iteration 1:
1) Project the tire center point onto the given surface to find p&conjugate0;1. This requires interpolation of the provided surface data points. The interpolation smoothness is determined by the smoothness drop-down in the properties, as shown below. We suggest using the cubic splines to interpolate smoothly between the surface data points.
2) Create a tangent plane to the surface directly below the tire center. The radius of this tangent plane is controlled by the δL parameter in the properties.
3) Project the vector from the surface point to the tire center point onto the surface normal vector to get the distance.
2. Iteration 2a:
1) Replace tire center with an intermediate point, r&conjugate0;2.
2) Project r&conjugate0;2 onto the given surface to obtain p&conjugate0;2. Again, this requires interpolation with smoothness defined by the smoothness drop-down in the properties.
3) Repeat the tangent plane calculation with the vertical projection of this point. Again, the radius of this tangent plane is controlled by δL.
3. Iteration 2b:
1) Project the vector from the surface point to the tire center point onto the surface normal vector to get the distance.
After these steps for niter=2 are completed, the n2 unit vector shown in the figure above is chosen as the surface normal vector, e^n, and d2 is taken as the tire center distance from the surface, rz.
This option is enabled if the Flat surface check box is not selected and Defined externally selected in the surface properties.
In this case, two inputs and one output appear on the tire component:
en_in is a 3-vector input for the surface normal vector, e^n, to the tire component.
rz_in is a scalar input that assigns the center distance from the surface, rz.
r_c is a 3-vector output of the tire center position with respect to the inertial frame which can be utilized by the user to calculate e^n and rz externally.
Download Help Document