Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AnalysisParameterDynamic

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMObjBase.dll

This class is to represent the dynamic analysis parameter.

public class AnalysisParameterDynamic

Inheritance

objectAnalysisParameterDynamic

Derived

AnalysisParameterStatic, AnalysisParameterThermal

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

AnalysisParameterDynamic()

public AnalysisParameterDynamic()

Properties

ConvergenceErrorTolerance

Gets or sets the convergence error tolerence.

public double ConvergenceErrorTolerance { get; set; }

Property Value

double

DurabilityResultFile

Gets or sets the durability result file.

public string DurabilityResultFile { get; set; }

Property Value

string

DurabilityStepSkipFactor

Gets or sets the durability step skip factor

public uint DurabilityStepSkipFactor { get; set; }

Property Value

uint

ErrorToleranceFactorForNRResidual

Gets or sets the error tolerance factor for NR residual.

public double ErrorToleranceFactorForNRResidual { get; set; }

Property Value

double

InitialStepSize

Gets or sets the size of the initial step.

public double InitialStepSize { get; set; }

Property Value

double

LoadingConditionEndTime

Gets or sets the end time for loading condition.

public double LoadingConditionEndTime { get; set; }

Property Value

double

LoadingConditionResultFile

Gets or sets the file for loading condition.

public string LoadingConditionResultFile { get; set; }

Property Value

string

LoadingConditionStartTime

Gets or sets the start time for loading condition.

public double LoadingConditionStartTime { get; set; }

Property Value

double

MaximumConvergence

Gets or sets the maximum convergence.

public int MaximumConvergence { get; set; }

Property Value

int

MaximumStepSize

Gets or sets the size of the maximum step.

public double MaximumStepSize { get; set; }

Property Value

double

MinimumStepSize

Gets or sets the size of the minimum step.

public double MinimumStepSize { get; set; }

Property Value

double

NumberOfRepeatedLoad

Gets or sets the No. of repeated load

public uint NumberOfRepeatedLoad { get; set; }

Property Value

uint

NumericalDampingValue

Gets or sets the numerical damping.

public double NumericalDampingValue { get; set; }

Property Value

double

Gets the owner.

public LinkContainer OwnerLinkContainer { set; }

Property Value

LinkContainer

StabilizationTime

Gets or sets the stabilization time.

public double StabilizationTime { get; set; }

Property Value

double

StepFactorValue

Gets or sets the step factor.

public double StepFactorValue { get; set; }

Property Value

double

UseErrorToleranceFactorForNRResidual

Gets or sets a value indicating whether error tolerance factor for NR residual use or not.

public bool UseErrorToleranceFactorForNRResidual { get; set; }

Property Value

bool

UseStabilizationTime

Gets or sets the stabilization time use flag.

public bool UseStabilizationTime { get; set; }

Property Value

bool

Methods

SetModified()

Set modified flag.

protected void SetModified()

Connect with Ansys