Table of Contents

Class Stage

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd

public class Stage
Inheritance
Stage
Inherited Members
Extension Methods

Constructors

Stage()

Parameterless constructor for serialization.

public Stage()

Stage(bool, bool, double?)

public Stage(bool ghost = false, bool timeDependent = false, double? creepLimit = null)

Parameters

ghost bool
timeDependent bool
creepLimit double?

Properties

CreepIncrementLimit

creep_strain_increment_limit [thousand percent]

public double? CreepIncrementLimit { get; set; }

Property Value

double?

Ghost

public bool Ghost { get; set; }

Property Value

bool

TimeDependentAnalysis

public bool TimeDependentAnalysis { get; set; }

Property Value

bool

_creepIncrementLimit

public double _creepIncrementLimit { get; set; }

Property Value

double

_ghost

public bool _ghost { get; set; }

Property Value

bool

_timeDependentAnalysis

public bool _timeDependentAnalysis { get; set; }

Property Value

bool

Methods

Default()

Default Construction stages method (incremental).

public static Stage Default()

Returns

Stage

Define(bool)

Construction stages method.

public static Stage Define(bool ghost = false)

Parameters

ghost bool

Ghost construction method. True/false. If false incremental method is used.

Returns

Stage

GhostMethod()

Incremental construction stage method.

public static Stage GhostMethod()

Returns

Stage

TrackingMethod()

Ghost construction stage method.

public static Stage TrackingMethod()

Returns

Stage