Class BallISOTS162812008Results
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BallISOTS162812008Results
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BallISOTS162812008Results : ISOTS162812008Results, IEquatable<APIBase>
Properties
ContactStiffnessInner
Stiffness of each individual ball-raceway contact, derived from equation (11) of ISO/TS 16281:2008. Equations (10) and (11) give the force from the combined stiffness of the inner and outer contacts.
Measurement: LinearStiffness
Declaration
public double ContactStiffnessInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactStiffnessOuter
Stiffness of each individual ball-raceway contact, derived from equation (11) of ISO/TS 16281:2008. Equations (10) and (11) give the force from the combined stiffness of the inner and outer contacts.
Measurement: LinearStiffness
Declaration
public double ContactStiffnessOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>