Class StaticLoadCase
Inheritance
System.Object
StaticLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class StaticLoadCase : LoadCase, IEquatable<APIBase>
Properties
AdvancedSystemDeflection
Declaration
public AdvancedSystemDeflection AdvancedSystemDeflection { get; }
Property Value
AdvancedSystemDeflectionOptions
Declaration
public AdvancedSystemDeflectionOptions AdvancedSystemDeflectionOptions { get; }
Property Value
Declaration
public AdvancedTimeSteppingAnalysisForModulation AdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
ClutchEngagements
Declaration
public ReadOnlyCollection<ClutchEngagementStatus> ClutchEngagements { get; }
Property Value
ConceptClutchEngagements
Declaration
public ReadOnlyCollection<ConceptSynchroGearEngagementStatus> ConceptClutchEngagements { get; }
Property Value
CriticalSpeedAnalysis
Declaration
public CriticalSpeedAnalysis CriticalSpeedAnalysis { get; }
Property Value
CurrentTime
Declaration
public double CurrentTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DefaultPlanetaryRatingLoadSharingMethod
Declaration
public PlanetaryRatingLoadSharingOption DefaultPlanetaryRatingLoadSharingMethod { get; set; }
Property Value
DesignState
Declaration
public string DesignState { get; }
Property Value
| Type |
Description |
| System.String |
|
DesignStateLoadCaseGroup
Declaration
public DesignState DesignStateLoadCaseGroup { get; }
Property Value
Duration
Declaration
public virtual double Duration { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HarmonicAnalysis
Declaration
public HarmonicAnalysis HarmonicAnalysis { get; }
Property Value
Declaration
public HarmonicAnalysisForAdvancedTimeSteppingAnalysisForModulation HarmonicAnalysisForAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
HarmonicAnalysisOptions
Declaration
public virtual HarmonicAnalysisOptions HarmonicAnalysisOptions { get; }
Property Value
HarmonicAnalysisOptionsForATSAM
Declaration
public HarmonicAnalysisOptionsForAdvancedTimeSteppingAnalysisForModulation HarmonicAnalysisOptionsForATSAM { get; }
Property Value
Declaration
public double InputShaftCycles { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IsStopStartLoadCase
Declaration
public bool IsStopStartLoadCase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ModalAnalysis
Declaration
public ModalAnalysis ModalAnalysis { get; }
Property Value
NumberOfStopStartCycles
Declaration
public int NumberOfStopStartCycles { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PercentageOfShaftTorqueAlternating
Declaration
public double PercentageOfShaftTorqueAlternating { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PowerConvergenceTolerance
Declaration
public Overridable<double> PowerConvergenceTolerance { get; set; }
Property Value
PowerFlow
Declaration
public PowerFlow PowerFlow { get; }
Property Value
StabilityAnalysis
Declaration
public StabilityAnalysis StabilityAnalysis { get; }
Property Value
SteadyStateSynchronousResponse
Declaration
public SteadyStateSynchronousResponse SteadyStateSynchronousResponse { get; }
Property Value
SystemDeflection
Declaration
public SystemDeflection SystemDeflection { get; }
Property Value
TESetUpForDynamicAnalysesOptions
Declaration
public TESetUpForDynamicAnalysisOptions TESetUpForDynamicAnalysesOptions { get; }
Property Value
UnbalancedMassInclusion
Declaration
public Overridable<UnbalancedMassInclusionOption> UnbalancedMassInclusion { get; set; }
Property Value
Methods
AnalysisOf(AnalysisType)
Declaration
public AnalysisCase AnalysisOf(AnalysisType analysisType)
Parameters
Returns
CreateTimeSeriesLoadCase()
Declaration
public void CreateTimeSeriesLoadCase()
Duplicate(DesignState, String)
Declaration
public StaticLoadCase Duplicate(DesignState newDesignStateGroup, string name = null)
Parameters
| Type |
Name |
Description |
| DesignState |
newDesignStateGroup |
|
| System.String |
name |
|
Returns
RunPowerFlow()
Declaration
public void RunPowerFlow()
SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
Declaration
public void SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
Implements
System.IEquatable<T>
Extension Methods