Class SystemDeflectionOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SystemDeflectionOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SystemDeflectionOptions : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
GroundShaftIfRigidBodyRotationIsLarge
In System Deflection if the rigid body rotation of a shaft changes by more than a specified amount for a specified number of iterations then it is grounded torsionally if this option is on.
Declaration
public bool GroundShaftIfRigidBodyRotationIsLarge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaximumNumberOfUnstableRigidBodyRotationIterations
In System Deflection if the rigid body rotation of a shaft changes by more than a specified amount for this number of iterations then it is grounded.
Declaration
public int MaximumNumberOfUnstableRigidBodyRotationIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaximumRigidBodyRotationChangeInSystemDeflection
In System Deflection if the rigid body rotation of a shaft changes by more than a this amount between iterations for a specified number of iterations then it is grounded.
Measurement: Angle
Declaration
public double MaximumRigidBodyRotationChangeInSystemDeflection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>