Class SuperchargerRotorSet
Inheritance
System.Object
SuperchargerRotorSet
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SuperchargerRotorSet : NamedDatabaseItem, IEquatable<APIBase>
Properties
AxialReactionForce
Measurement: ForcePerUnitPressure
Declaration
public double AxialReactionForce { get; set; }
Property Value
Type |
Description |
System.Double |
|
BoostPressure
Declaration
public BoostPressureInputOptions BoostPressure { get; }
Property Value
DynamicLoadFactor
Declaration
public double DynamicLoadFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
File
Declaration
public RotorSetDataInputFileOptions File { get; }
Property Value
Declaration
public InputPowerInputOptions InputPower { get; }
Property Value
LateralReactionForce
Measurement: ForcePerUnitPressure
Declaration
public double LateralReactionForce { get; set; }
Property Value
Type |
Description |
System.Double |
|
LateralReactionMoment
Measurement: MomentPerUnitPressure
Declaration
public double LateralReactionMoment { get; set; }
Property Value
Type |
Description |
System.Double |
|
MeasuredPoints
Declaration
public ReadOnlyCollection<RotorSetMeasuredPoint> MeasuredPoints { get; }
Property Value
PressureRatio
Declaration
public PressureRatioInputOptions PressureRatio { get; }
Property Value
RotorSpeed
Declaration
public RotorSpeedInputOptions RotorSpeed { get; }
Property Value
SelectedFileName
Declaration
public string SelectedFileName { get; }
Property Value
Type |
Description |
System.String |
|
SuperchargerMapChart
Declaration
public ThreeDChartDefinition SuperchargerMapChart { get; }
Property Value
VerticalReactionForce
Measurement: ForcePerUnitPressure
Declaration
public double VerticalReactionForce { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalReactionMoment
Measurement: MomentPerUnitPressure
Declaration
public double VerticalReactionMoment { get; set; }
Property Value
Type |
Description |
System.Double |
|
YVariableForImportedData
Declaration
public YVariableForImportedData YVariableForImportedData { get; set; }
Property Value
Methods
SelectDifferentFile()
Declaration
public void SelectDifferentFile()
Implements
System.IEquatable<T>
Extension Methods