Class SMTRibStressResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SMTRibStressResults : APIBase, IEquatable<APIBase>
Properties
MaximumRibLoad
Maximum rib load over all rows and elements.
Measurement: Force
Declaration
public double MaximumRibLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactor
The minimum over all elements and ribs, calculated using a reference maximum normal stress of 4 GPa.
Measurement: SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>