Class Comb
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
nLEmaxiterintpLdefloadstepintpLminloadstepintplKeepLoadStepboolplToleranceintpLmaxeqiterintplShellLayersintnLSMohrboolnLSinitloadstepintnLSminloadstepintnLSactiveelemratiointnLSplasticelemratiointcRloadstepintcRmaxiterintcRstifferrorintcombItemList<CombItem>
Properties
CRloadstep
One load step in % of the total load
public int CRloadstep { get; set; }
Property Value
CRmaxiter
Maximum iteration number
public int CRmaxiter { get; set; }
Property Value
CRstifferror
Allowed stiffness change error [%]
public int CRstifferror { get; set; }
Property Value
CombItem
public List<CombItem> CombItem { get; set; }
Property Value
NLEmaxiter
Maximum iteration number
public int NLEmaxiter { get; set; }
Property Value
NLSMohr
Consider Mohr-Coulomb criteria
public bool NLSMohr { get; set; }
Property Value
NLSactiveelemratio
Volume ratio of nonlinearly active elements in one step [%]
public int NLSactiveelemratio { get; set; }
Property Value
NLSinitloadstep
Initial load step [%]
public int NLSinitloadstep { get; set; }
Property Value
NLSminloadstep
Minimum load step [%]
public int NLSminloadstep { get; set; }
Property Value
NLSplasticelemratio
Volume ratio of plastic elements in one step [%]
public int NLSplasticelemratio { get; set; }
Property Value
PLdefloadstep
Deafult load step in % of the total load
public int PLdefloadstep { get; set; }
Property Value
PLmaxeqiter
Maximum equilibrium iteration number
public int PLmaxeqiter { get; set; }
Property Value
PLminloadstep
Minimum load step [%]
public int PLminloadstep { get; set; }
Property Value
PlKeepLoadStep
Keep reduced load step after it has been reduced by the solver
public bool PlKeepLoadStep { get; set; }
Property Value
PlShellLayers
Number of layers in the elasto-plastic shells
public int PlShellLayers { get; set; }
Property Value
PlTolerance
Global tolerance value [‰]
public int PlTolerance { get; set; }
Property Value
Methods
Default()
Set default calculation parameters for load combinations.
public static Comb Default()
Returns
Remarks
Create