Class ISOScuffingResultsRow
Inheritance
System.Object
ISOScuffingResultsRow
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ISOScuffingResultsRow : ScuffingResultsRow, IEquatable<APIBase>
Properties
ApproachFactor
Declaration
public double ApproachFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public override double ContactTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
FlashTemperature
Declaration
public override double FlashTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
GeometryFactor
Declaration
public double GeometryFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PinionRollingVelocity
Declaration
public override double PinionRollingVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
SlidingVelocity
Declaration
public override double SlidingVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ThermoElasticFactor
Declaration
public double ThermoElasticFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WheelRollingVelocity
Declaration
public override double WheelRollingVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods