Class StatorRotorMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StatorRotorMaterial
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StatorRotorMaterial : Material, IEquatable<APIBase>
Properties
Annealing
Declaration
public string Annealing { get; set; }
Property Value
Type |
Description |
System.String |
|
BHCurveSpecification
Declaration
public BHCurveSpecification BHCurveSpecification { get; }
Property Value
CoefficientSpecificationMethod
Declaration
public IronLossCoefficientSpecificationMethod CoefficientSpecificationMethod { get; set; }
Property Value
CoreLossCoefficients
Declaration
public CoreLossCoefficients CoreLossCoefficients { get; }
Property Value
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
ElectricalResistivity
Measurement: ElectricalResistivity
Declaration
public double ElectricalResistivity { get; set; }
Property Value
Type |
Description |
System.Double |
|
GradeName
Declaration
public string GradeName { get; set; }
Property Value
Type |
Description |
System.String |
|
LaminationThickness
Currently used to estimate 1) stacking factor and 2) Keddy when obtaining the iron loss coefficients from loss curves.
Measurement: ShortLength
Declaration
public double LaminationThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
LossCurveFluxDensities
Declaration
public ReadOnlyCollection<double> LossCurveFluxDensities { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
LossCurveFrequencies
Declaration
public ReadOnlyCollection<double> LossCurveFrequencies { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
LossCurveLosses
Declaration
public ReadOnlyCollection<double> LossCurveLosses { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
LossCurves
Declaration
public TwoDChartDefinition LossCurves { get; }
Property Value
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type |
Description |
System.String |
|
MaterialCategory
Declaration
public string MaterialCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
StackingFactor
Declaration
public Overridable<double> StackingFactor { get; set; }
Property Value
Methods
SetLossCurveData(List<Double>, List<Double>, List<Double>)
Declaration
public void SetLossCurveData(List<double> frequencies, List<double> fluxDensities, List<double> loss)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
frequencies |
|
System.Collections.Generic.List<System.Double> |
fluxDensities |
|
System.Collections.Generic.List<System.Double> |
loss |
|
TryUpdateCoefficientsFromLossCurveData()
Declaration
public MethodOutcome TryUpdateCoefficientsFromLossCurveData()
Returns
Implements
System.IEquatable<T>
Extension Methods