Class MBDAnalysisOptions
Inheritance
System.Object
MBDAnalysisOptions
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class MBDAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AnalysisType
Declaration
public AnalysisTypes AnalysisType { get; set; }
Property Value
BearingRayleighDampingBeta
Declaration
public Overridable<double> BearingRayleighDampingBeta { get; set; }
Property Value
BearingStiffnessModel
Declaration
public EnumWithSelectedValue<BearingStiffnessModel> BearingStiffnessModel { get; set; }
Property Value
BeltRayleighDampingBeta
Declaration
public Overridable<double> BeltRayleighDampingBeta { get; set; }
Property Value
CreateInertiaAdjustedStaticLoadCases
Declaration
public bool CreateInertiaAdjustedStaticLoadCases { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ExternalInterfaceOptions
Declaration
public DynamicExternalInterfaceOptions ExternalInterfaceOptions { get; }
Property Value
FilterCutOff
Declaration
public double FilterCutOff { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FrequencyResponseOptions
Declaration
public FrequencyResponseAnalysisOptions FrequencyResponseOptions { get; }
Property Value
GearMeshRayleighDampingBeta
Declaration
public Overridable<double> GearMeshRayleighDampingBeta { get; set; }
Property Value
GearMeshStiffnessModel
Declaration
public EnumWithSelectedValue<GearMeshStiffnessModel> GearMeshStiffnessModel { get; set; }
Property Value
IncludeGearBacklash
Declaration
public bool IncludeGearBacklash { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeMicrogeometry
Declaration
public bool IncludeMicrogeometry { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeShaftAndHousingFlexibilities
Declaration
public EnumWithSelectedValue<ShaftAndHousingFlexibilityOption> IncludeShaftAndHousingFlexibilities { get; set; }
Property Value
InterferenceFitRayleighDampingBeta
Declaration
public Overridable<double> InterferenceFitRayleighDampingBeta { get; set; }
Property Value
LoadCaseForComponentSpeedRatios
Declaration
public ListWithSelectedItem<string> LoadCaseForComponentSpeedRatios { get; set; }
Property Value
LoadCaseForLinearisedBearingStiffness
Declaration
public ListWithSelectedItem<string> LoadCaseForLinearisedBearingStiffness { get; set; }
Property Value
MaximumAngularJerk
Declaration
public double MaximumAngularJerk { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumFrequencyInSignal
Declaration
public double MaximumFrequencyInSignal { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MethodToDefinePeriod
Declaration
public InertiaAdjustedLoadCasePeriodMethod MethodToDefinePeriod { get; set; }
Property Value
NumberOfStaticLoadCases
Declaration
public int NumberOfStaticLoadCases { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PowerLoadRotation
Declaration
public double PowerLoadRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReferencePowerLoadToDefinePeriod
Declaration
public ListWithSelectedItem<PowerLoad> ReferencePowerLoadToDefinePeriod { get; set; }
Property Value
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
RunUpAnalysisOptions
Declaration
public MBDRunUpAnalysisOptions RunUpAnalysisOptions { get; }
Property Value
SampleLength
Declaration
public double SampleLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShaftAndHousingRayleighDampingBeta
Declaration
public Overridable<double> ShaftAndHousingRayleighDampingBeta { get; set; }
Property Value
SplineDampingOptions
Declaration
public SplineDampingOptions SplineDampingOptions { get; }
Property Value
StartAtZeroAngle
Declaration
public bool StartAtZeroAngle { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StartTime
Declaration
public double StartTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StaticLoadCasesToCreate
Declaration
public InertiaAdjustedLoadCaseResultsToCreate StaticLoadCasesToCreate { get; set; }
Property Value
StaticLoadCaseUsedToSetInitialSpeeds
Declaration
public ListWithSelectedItem<string> StaticLoadCaseUsedToSetInitialSpeeds { get; set; }
Property Value
TransientSolverOptions
Declaration
public TransientSolverOptions TransientSolverOptions { get; }
Property Value
UseLoadSensitiveStiffness
Declaration
public bool UseLoadSensitiveStiffness { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseStaticLoadCaseToSetInitialSpeeds
Declaration
public bool UseStaticLoadCaseToSetInitialSpeeds { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseTemperatureModel
Declaration
public bool UseTemperatureModel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
Returns
| Type |
Description |
| System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods