Class TransientSolverOptions
Inheritance
System.Object
TransientSolverOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TransientSolverOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AbsoluteToleranceAngularVelocityForNewtonRaphson
Declaration
public double AbsoluteToleranceAngularVelocityForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceAngularVelocityForStep
Declaration
public double AbsoluteToleranceAngularVelocityForStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceLagrangeForceForNewtonRaphson
Declaration
public double AbsoluteToleranceLagrangeForceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceLagrangeMomentForNewtonRaphson
Declaration
public double AbsoluteToleranceLagrangeMomentForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceSimple
Declaration
public double AbsoluteToleranceSimple { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceTemperatureForNewtonRaphson
Declaration
public double AbsoluteToleranceTemperatureForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceTemperatureForStep
Declaration
public double AbsoluteToleranceTemperatureForStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceTranslationalVelocityForNewtonRaphson
Declaration
public double AbsoluteToleranceTranslationalVelocityForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AbsoluteToleranceTranslationalVelocityForStep
Declaration
public double AbsoluteToleranceTranslationalVelocityForStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DampingScalingFactor
Declaration
public double DampingScalingFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DampingScalingForInitialTransients
Declaration
public DampingScalingTypeForInitialTransients DampingScalingForInitialTransients { get; set; }
Property Value
EndTime
Declaration
public double EndTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IntegrationMethod
Declaration
public EnumWithSelectedValue<IntegrationMethod> IntegrationMethod { get; set; }
Property Value
LimitTimeStepForFinalResults
Declaration
public bool LimitTimeStepForFinalResults { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LogInitialTransients
Declaration
public bool LogInitialTransients { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaximumNumberOfTimeSteps
Declaration
public Overridable<int> MaximumNumberOfTimeSteps { get; set; }
Property Value
MaximumTimeStep
Declaration
public double MaximumTimeStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumTimeStepForFinalResults
Declaration
public double MaximumTimeStepForFinalResults { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumStepBetweenResults
Declaration
public double MinimumStepBetweenResults { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumTimeStep
Declaration
public double MinimumTimeStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RayleighDampingAlpha
Declaration
public double RayleighDampingAlpha { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RayleighDampingBeta
Declaration
public double RayleighDampingBeta { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeToleranceForNewtonRaphson
Declaration
public double RelativeToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeToleranceForStep
Declaration
public double RelativeToleranceForStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeToleranceSimple
Declaration
public double RelativeToleranceSimple { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualForceToleranceForNewtonRaphson
Declaration
public double ResidualForceToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualLagrangeAngularToleranceForNewtonRaphson
Declaration
public double ResidualLagrangeAngularToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualLagrangeTranslationalToleranceForNewtonRaphson
Declaration
public double ResidualLagrangeTranslationalToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualMomentToleranceForNewtonRaphson
Declaration
public double ResidualMomentToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualRelativeToleranceForNewtonRaphson
Declaration
public double ResidualRelativeToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResidualTemperatureToleranceForNewtonRaphson
Declaration
public double ResidualTemperatureToleranceForNewtonRaphson { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ResultLoggingFrequency
Declaration
public ResultLoggingFrequency ResultLoggingFrequency { get; set; }
Property Value
RotateConnectionsWithBodies
Declaration
public bool RotateConnectionsWithBodies { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public TransientSolverToleranceInputMethod SolverToleranceInputMethod { get; set; }
Property Value
Theta
Declaration
public double Theta { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeForInitialTransients
Declaration
public double TimeForInitialTransients { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeStepLength
Declaration
public double TimeStepLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToStartUsingFinalResultsMaximumTimeStep
Declaration
public double TimeToStartUsingFinalResultsMaximumTimeStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods