Class ScuffingResultsRow
Inheritance
System.Object
ScuffingResultsRow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ScuffingResultsRow : APIBase, IEquatable<APIBase>
Properties
Declaration
public virtual double ContactTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlashTemperature
Measurement: TemperatureDifference
Declaration
public virtual double FlashTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
IndexLabel
Declaration
public string IndexLabel { get; }
Property Value
Type |
Description |
System.String |
|
LineOfActionParameter
Declaration
public double LineOfActionParameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
LoadSharingFactor
Declaration
public double LoadSharingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
NormalRelativeRadiusOfCurvature
Declaration
public double NormalRelativeRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
Pinion
Declaration
public ScuffingResultsRowGear Pinion { get; }
Property Value
PinionFlankTransverseRadiusOfCurvature
Declaration
public double PinionFlankTransverseRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
PinionRollingVelocity
Declaration
public virtual double PinionRollingVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
SlidingVelocity
Declaration
public virtual double SlidingVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
WheelFlankTransverseRadiusOfCurvature
Declaration
public double WheelFlankTransverseRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
WheelRollingVelocity
Declaration
public virtual double WheelRollingVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods