Class ModalAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ModalAnalysisOptions : APIBase, IEquatable<APIBase>
Properties
FrequencyResponseOptionsForReports
Declaration
public FrequencyResponseAnalysisOptions FrequencyResponseOptionsForReports { get; }
Property Value
Type | Description |
---|---|
FrequencyResponseAnalysisOptions |
MaximumModeFrequency
Enough modes should be included so that the response in the range of interest has converged, i.e. it does not change when adding additional modes. Usually including modes up to double the maximum frequency of interest is sufficient.
Measurement: Frequency
Declaration
public Overridable<double> MaximumModeFrequency { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NumberOfModes
Enough modes should be included so that the response in the range of interest has converged, i.e. it does not change when adding additional modes. Usually including modes up to double the maximum frequency of interest is sufficient.
Declaration
public Overridable<int> NumberOfModes { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Int32> |
UseSinglePassEigensolver
The standard eigensolver uses multiple passes to calculate all the eigenmodes. For very large models, when the number of modes to be solved is known and maximum frequency has not been set, it may be faster to use a single pass.
Declaration
public bool UseSinglePassEigensolver { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>