TirePropertyAdvancedParametersSurfType Enumeration

NXOpen.Motion.TirePropertyAdvancedParameters.SurfType is an alias for NXOpen.Motion.TirePropertyAdvancedParametersSurfType

class NXOpen.Motion.TirePropertyAdvancedParametersSurfType

Bases: object

the type of surface interaction calculations used.

If type Simple is selected, the longitudinal friction coefficient is a function of the rolling slip only. If type Hard is selected, the longitudinal friction coefficient is a function of the rolling slip, section width, and the surface hardness. If type Soil is selected, the longitudinal friction coefficient is a function of the rolling slip, section width, section height, and the cone index. If FrictCurve (Rolling Slip Friction Curve) is selected, a curve is used to describe the longitudinal friction coefficient as a function of rolling slip (using the friction coefficient parameter from Standard Tire Property). If VelFrictCurve (Rolling Slip Velocity Friction Curve) is selected, a curve is used to describe the longitudinal friction coefficient as a function of tirepatch rolling slip velocity (using the friction coefficient parameter from the TirePropertyBasicParameters) If FrictSurface or VelFrictSurface are selected, spline surface from data table files are used instead of curves. In this case an additional contact area curve can be selected. If Soil is selected, the rolling resistance is calculated as part of the longitudinal friction coefficient formula; in all other case, the nominal rolling resistance coefficient (Rolling Resistence variable) is used.

Enum Members

Enum Member Enum Member Description
Simple
Hard
Soil
VelFrictCurve
FrictCurve
VelFrictSurface
FrictSurface
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.