NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Motion.TirePropertyBasicParameters Class Reference

Represents a TirePropertyBasicParameters builder More...

Inheritance diagram for NXOpen.Motion.TirePropertyBasicParameters:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  CorneringType { Cornering, Carpet }
 A constant will be used for the Cornering Stiffness when CorneringType is 'Cornering'. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.Expression CorneringStiffness [get]
 Returns the cornering stiffness constant This parameter is only used in the Motion.TirePropertyBasic . More...
 
unsafe string CorneringTableFile [get, set]
 Returns or sets the cornering table file. More...
 
unsafe
NXOpen.Motion.SelectFieldData 
CorneringTableProfile [get]
 Returns the cornering table profile. More...
 
unsafe NXOpen.Expression FrictionCoefficient [get]
 Returns the friction coefficient between the tire and road. More...
 
unsafe
NXOpen.Motion.TirePropertyBasicParameters.CorneringType 
LateralForceType [get, set]
 Returns or sets the lateral force (cornering) type. More...
 
unsafe string MagicFile [get, set]
 Returns or sets the magic file. More...
 
unsafe string Name [get, set]
 Returns or sets the unique name of the tire property. More...
 
unsafe NXOpen.Expression Radius [get]
 Returns the radius. More...
 
unsafe NXOpen.Expression RollingResistance [get]
 Returns the rolling resistance coefficient of the tire. More...
 
unsafe
NXOpen.Motion.ExpressionFunctionBuilder 
VerticalDamping [get]
 Returns the vertical damping. More...
 
unsafe
NXOpen.Motion.ExpressionFunctionBuilder 
VerticalStiffness [get]
 Returns the vertical stiffness. More...
 

Detailed Description

Represents a TirePropertyBasicParameters builder

Created in NX11.0.0

Member Enumeration Documentation

A constant will be used for the Cornering Stiffness when CorneringType is 'Cornering'.

When CorneringType is 'Carpet', a surface will be used from a data table file.

Enumerator
Cornering 
Carpet 

Member Function Documentation

unsafe bool NXOpen.Motion.TirePropertyBasicParameters.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyBasicParameters.CorneringStiffness
get

Returns the cornering stiffness constant This parameter is only used in the Motion.TirePropertyBasic .

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.TirePropertyBasicParameters.CorneringTableFile
getset

Returns or sets the cornering table file.

This parameter is only used by the Motion.TirePropertyBasic (LMS) Tire Property. It is used to input the tire lateral force as a function of the steer slip angle and normal force. For a "spline explicit" type curve, X is the slip angle, Y is the normal force, and Z is the lateral forces. It is given as a data file.

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectFieldData NXOpen.Motion.TirePropertyBasicParameters.CorneringTableProfile
get

Returns the cornering table profile.

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyBasicParameters.FrictionCoefficient
get

Returns the friction coefficient between the tire and road.

Should be greater than or equal to zero.

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.TirePropertyBasicParameters.CorneringType NXOpen.Motion.TirePropertyBasicParameters.LateralForceType
getset

Returns or sets the lateral force (cornering) type.

This parameter is only used by the Motion.TirePropertyBasic class.

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.TirePropertyBasicParameters.MagicFile
getset

Returns or sets the magic file.

This parameter is used only by the Motion.TirePropertyMotorcycle .

A file containing coefficients for the Magic Formula formulation of lateral force, aligning torque, and longitudinal force. The coefficients are entered in free format, one-per-line, with the coefficient name first, followed by the value. Blank lines and lines starting with a semicolon (;) or asterisk (*) are ignored. The coefficient names are a single letter (A, B, or C) followed by a one-or two-digit suffix. The values presently used are A0 through A19, B0 through B13, and C0 through C26. The meaning of each coefficient is explained in the section on lateral force above. In addition, several constants can be defined to perform conversions from Simcenter model units to Magic Formula units. KFN converts normal force values, KSS converts steerslip values, KRS converts steerslip values, KCAM converts camber values, KFRC converts output force values, and KTRQ converts output torque values. For instance, a KSS value of 57.2958 might be used to convert a steerslip angle (calculated in radians) to a Magic Formula steerslip angle (in degrees). Likewise, a KTRQ value of 0.11302344 might be used to convert a Magic Formula output torque (calculated in N-m) to a Simcenter torque (in in-lb). Regardless of its use, the constant always represents the conversion factor to Magic Formula units. Example: The following set of lines are valid; This is an example lateral force coefficient A10 1.234 * This is an example longitudinal force coefficient B2 5.678E-3 This is an example aligning torque coefficient C24 9.0 * This is an example conversion factor, converting Simcenter normal forces (lb) to Magic Formula normal forces (kN) KFN 4.449741738D-3

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.TirePropertyBasicParameters.Name
getset

Returns or sets the unique name of the tire property.

This must be set after this builder is attached to its owner.

Created in NX11.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyBasicParameters.Radius
get

Returns the radius.

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.TirePropertyBasicParameters.RollingResistance
get

Returns the rolling resistance coefficient of the tire.

It is used to calculate a force as a function of the normal force. This adds to the longitudinal force acting as the tire/road interface. This represents parasitic longitudinal force due to carcass deformation losses, bearing friction, etc., as a fraction of normal force.

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ExpressionFunctionBuilder NXOpen.Motion.TirePropertyBasicParameters.VerticalDamping
get

Returns the vertical damping.

It is used in the normal force calculation. It is specified as an ExpressionFunctionBuilder , depening on the type a constant (expression) or a function will be used. A vertical damping coefficient defines the normal force due to vertical deflection velocity.

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ExpressionFunctionBuilder NXOpen.Motion.TirePropertyBasicParameters.VerticalStiffness
get

Returns the vertical stiffness.

It is specified as an ExpressionFunctionBuilder , depening on the type a constant (expression) or a function will be used. It is the tire stiffness normal to the road profile. Vertical stiffness defines tire normal force as a linear (if a constant is selected) or a non-linear (if a function is selected) function of vertical deflection.

Created in NX11.0.0

License requirements: mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.