Table of Contents

Class Comb

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

fdscript.xsd

public class Comb
Inheritance
Comb
Inherited Members
Extension Methods

Constructors

Comb()

Parameterless constructor for serialization.

public Comb()

Comb(int, int, int, bool, int, int, int, bool, int, int, int, int, int, int, int, List<CombItem>)

public Comb(int nLEmaxiter = 30, int pLdefloadstep = 20, int pLminloadstep = 2, bool plKeepLoadStep = true, int plTolerance = 1, int pLmaxeqiter = 50, int plShellLayers = 10, bool nLSMohr = true, int nLSinitloadstep = 10, int nLSminloadstep = 10, int nLSactiveelemratio = 5, int nLSplasticelemratio = 5, int cRloadstep = 20, int cRmaxiter = 30, int cRstifferror = 2, List<CombItem> combItem = null)

Parameters

nLEmaxiter int
pLdefloadstep int
pLminloadstep int
plKeepLoadStep bool
plTolerance int
pLmaxeqiter int
plShellLayers int
nLSMohr bool
nLSinitloadstep int
nLSminloadstep int
nLSactiveelemratio int
nLSplasticelemratio int
cRloadstep int
cRmaxiter int
cRstifferror int
combItem List<CombItem>

Properties

CRloadstep

One load step in % of the total load

public int CRloadstep { get; set; }

Property Value

int

CRmaxiter

Maximum iteration number

public int CRmaxiter { get; set; }

Property Value

int

CRstifferror

Allowed stiffness change error [%]

public int CRstifferror { get; set; }

Property Value

int

CombItem

public List<CombItem> CombItem { get; set; }

Property Value

List<CombItem>

NLEmaxiter

Maximum iteration number

public int NLEmaxiter { get; set; }

Property Value

int

NLSMohr

Consider Mohr-Coulomb criteria

public bool NLSMohr { get; set; }

Property Value

bool

NLSactiveelemratio

Volume ratio of nonlinearly active elements in one step [%]

public int NLSactiveelemratio { get; set; }

Property Value

int

NLSinitloadstep

Initial load step [%]

public int NLSinitloadstep { get; set; }

Property Value

int

NLSminloadstep

Minimum load step [%]

public int NLSminloadstep { get; set; }

Property Value

int

NLSplasticelemratio

Volume ratio of plastic elements in one step [%]

public int NLSplasticelemratio { get; set; }

Property Value

int

PLdefloadstep

Deafult load step in % of the total load

public int PLdefloadstep { get; set; }

Property Value

int

PLmaxeqiter

Maximum equilibrium iteration number

public int PLmaxeqiter { get; set; }

Property Value

int

PLminloadstep

Minimum load step [%]

public int PLminloadstep { get; set; }

Property Value

int

PlKeepLoadStep

Keep reduced load step after it has been reduced by the solver

public bool PlKeepLoadStep { get; set; }

Property Value

bool

PlShellLayers

Number of layers in the elasto-plastic shells

public int PlShellLayers { get; set; }

Property Value

int

PlTolerance

Global tolerance value [‰]

public int PlTolerance { get; set; }

Property Value

int

Methods

Default()

Set default calculation parameters for load combinations.

public static Comb Default()

Returns

Comb

Remarks

Create