Class Bar
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Bar
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.NodalEntities
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Bar : NodalComponent, IEquatable<APIBase>
Properties
BarGeometry
Declaration
public BarGeometry BarGeometry { get; }
Property Value
Type | Description |
---|---|
BarGeometry |
OilDipCoefficientInner
Declaration
public double OilDipCoefficientInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
OilDipCoefficientOuter
Declaration
public double OilDipCoefficientOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorsionalCompliance
Measurement: AngularCompliance
Declaration
public double TorsionalCompliance { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorsionalStiffness
Measurement: AngularStiffness
Declaration
public Overridable<double> TorsionalStiffness { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
WindageLossResistiveTorqueInner
Measurement: Torque
Declaration
public double WindageLossResistiveTorqueInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
WindageLossResistiveTorqueOuter
Measurement: Torque
Declaration
public double WindageLossResistiveTorqueOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
WindagePowerLossInner
Measurement: Power
Declaration
public double WindagePowerLossInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
WindagePowerLossOuter
Measurement: Power
Declaration
public double WindagePowerLossOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>