Class Steel
material_type --> steel
public class Steel : MaterialBase
- Inheritance
-
Steel
- Inherited Members
- Extension Methods
Constructors
Steel()
public Steel()
Properties
CreepTimeDependant
public Tda_creep1 CreepTimeDependant { get; set; }
Property Value
Ed_0
public string Ed_0 { get; set; }
Property Value
Ed_1
public string Ed_1 { get; set; }
Property Value
Ek
public string Ek { get; set; }
Property Value
Fuk100
public double Fuk100 { get; set; }
Property Value
Fuk150
public double Fuk150 { get; set; }
Property Value
Fuk250
public double Fuk250 { get; set; }
Property Value
Fuk3
public double Fuk3 { get; set; }
Property Value
Fuk40
public double Fuk40 { get; set; }
Property Value
Fuk400
public double Fuk400 { get; set; }
Property Value
Fyk100
public double Fyk100 { get; set; }
Property Value
Fyk150
public double Fyk150 { get; set; }
Property Value
Fyk16
public double Fyk16 { get; set; }
Property Value
Fyk200
public double Fyk200 { get; set; }
Property Value
Fyk250
public double Fyk250 { get; set; }
Property Value
Fyk40
public double Fyk40 { get; set; }
Property Value
Fyk400
public double Fyk400 { get; set; }
Property Value
Fyk63
public double Fyk63 { get; set; }
Property Value
Fyk80
public double Fyk80 { get; set; }
Property Value
G
public string G { get; set; }
Property Value
Plasticity
public Steel_pl_data Plasticity { get; set; }
Property Value
alfa
public string alfa { get; set; }
Property Value
gammaM0_0
public double gammaM0_0 { get; set; }
Property Value
gammaM0_1
public double gammaM0_1 { get; set; }
Property Value
gammaM1_0
public double gammaM1_0 { get; set; }
Property Value
gammaM1_1
public double gammaM1_1 { get; set; }
Property Value
gammaM2_0
public double gammaM2_0 { get; set; }
Property Value
gammaM2_1
public double gammaM2_1 { get; set; }
Property Value
gammaM5_0
public double gammaM5_0 { get; set; }
Property Value
gammaM5_1
public double gammaM5_1 { get; set; }
Property Value
gammaMfi
public double gammaMfi { get; set; }
Property Value
nu
public string nu { get; set; }
Property Value
Methods
SetPlasticity(bool, double)
Set the plasticity parameters for the steel material.
public void SetPlasticity(bool plastic = true, double strainLimit = 2.5)
Parameters
Exceptions
SetPlasticity(List<bool>, List<double>)
The method SetPlasticity is used to set the plasticity parameters for the steel material. The list must contain 1 or 4 values. The first value is used to set the plasticity for U, the second for Sq, the third for Sf and the fourth for Sc.
public void SetPlasticity(List<bool> plastic, List<double> strainLimit)