Class AnalysisParameterDynamic
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMObjBase.dll
This class is to represent the dynamic analysis parameter.
public class AnalysisParameterDynamic
Inheritance
object ← AnalysisParameterDynamic
Derived
AnalysisParameterStatic, AnalysisParameterThermal
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisParameterDynamic()
public AnalysisParameterDynamic()
Properties
ConvergenceErrorTolerance
Gets or sets the convergence error tolerence.
public double ConvergenceErrorTolerance { get; set; }
Property Value
DurabilityResultFile
Gets or sets the durability result file.
public string DurabilityResultFile { get; set; }
Property Value
DurabilityStepSkipFactor
Gets or sets the durability step skip factor
public uint DurabilityStepSkipFactor { get; set; }
Property Value
ErrorToleranceFactorForNRResidual
Gets or sets the error tolerance factor for NR residual.
public double ErrorToleranceFactorForNRResidual { get; set; }
Property Value
InitialStepSize
Gets or sets the size of the initial step.
public double InitialStepSize { get; set; }
Property Value
LoadingConditionEndTime
Gets or sets the end time for loading condition.
public double LoadingConditionEndTime { get; set; }
Property Value
LoadingConditionResultFile
Gets or sets the file for loading condition.
public string LoadingConditionResultFile { get; set; }
Property Value
LoadingConditionStartTime
Gets or sets the start time for loading condition.
public double LoadingConditionStartTime { get; set; }
Property Value
MaximumConvergence
Gets or sets the maximum convergence.
public int MaximumConvergence { get; set; }
Property Value
MaximumStepSize
Gets or sets the size of the maximum step.
public double MaximumStepSize { get; set; }
Property Value
MinimumStepSize
Gets or sets the size of the minimum step.
public double MinimumStepSize { get; set; }
Property Value
NumberOfRepeatedLoad
Gets or sets the No. of repeated load
public uint NumberOfRepeatedLoad { get; set; }
Property Value
NumericalDampingValue
Gets or sets the numerical damping.
public double NumericalDampingValue { get; set; }
Property Value
OwnerLinkContainer
Gets the owner.
public LinkContainer OwnerLinkContainer { set; }
Property Value
LinkContainer
StabilizationTime
Gets or sets the stabilization time.
public double StabilizationTime { get; set; }
Property Value
StepFactorValue
Gets or sets the step factor.
public double StepFactorValue { get; set; }
Property Value
UseErrorToleranceFactorForNRResidual
Gets or sets a value indicating whether error tolerance factor for NR residual use or not.
public bool UseErrorToleranceFactorForNRResidual { get; set; }
Property Value
UseStabilizationTime
Gets or sets the stabilization time use flag.
public bool UseStabilizationTime { get; set; }
Property Value
Methods
SetModified()
Set modified flag.
protected void SetModified()