Class BallISO162812025Results
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BallISO162812025Results : ISO162812025Results, IEquatable<APIBase>
Properties
ContactStiffnessInner
Stiffness of each individual ball-raceway contact, derived from equation (40) or (41) of ISO 16281:2025. 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 (40) or (41) of ISO 16281:2025. 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>