Table of Contents

Class Steel

Namespace
FemDesign.Materials
Assembly
FemDesign.Core.dll

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

Tda_creep1

Ed_0

public string Ed_0 { get; set; }

Property Value

string

Ed_1

public string Ed_1 { get; set; }

Property Value

string

Ek

public string Ek { get; set; }

Property Value

string

Fuk100

public double Fuk100 { get; set; }

Property Value

double

Fuk150

public double Fuk150 { get; set; }

Property Value

double

Fuk250

public double Fuk250 { get; set; }

Property Value

double

Fuk3

public double Fuk3 { get; set; }

Property Value

double

Fuk40

public double Fuk40 { get; set; }

Property Value

double

Fuk400

public double Fuk400 { get; set; }

Property Value

double

Fyk100

public double Fyk100 { get; set; }

Property Value

double

Fyk150

public double Fyk150 { get; set; }

Property Value

double

Fyk16

public double Fyk16 { get; set; }

Property Value

double

Fyk200

public double Fyk200 { get; set; }

Property Value

double

Fyk250

public double Fyk250 { get; set; }

Property Value

double

Fyk40

public double Fyk40 { get; set; }

Property Value

double

Fyk400

public double Fyk400 { get; set; }

Property Value

double

Fyk63

public double Fyk63 { get; set; }

Property Value

double

Fyk80

public double Fyk80 { get; set; }

Property Value

double

G

public string G { get; set; }

Property Value

string

Plasticity

public Steel_pl_data Plasticity { get; set; }

Property Value

Steel_pl_data

alfa

public string alfa { get; set; }

Property Value

string

gammaM0_0

public double gammaM0_0 { get; set; }

Property Value

double

gammaM0_1

public double gammaM0_1 { get; set; }

Property Value

double

gammaM1_0

public double gammaM1_0 { get; set; }

Property Value

double

gammaM1_1

public double gammaM1_1 { get; set; }

Property Value

double

gammaM2_0

public double gammaM2_0 { get; set; }

Property Value

double

gammaM2_1

public double gammaM2_1 { get; set; }

Property Value

double

gammaM5_0

public double gammaM5_0 { get; set; }

Property Value

double

gammaM5_1

public double gammaM5_1 { get; set; }

Property Value

double

gammaMfi

public double gammaMfi { get; set; }

Property Value

double

nu

public string nu { get; set; }

Property Value

string

Methods

SetPlasticity(bool, double)

Set the plasticity parameters for the steel material.

public void SetPlasticity(bool plastic = true, double strainLimit = 2.5)

Parameters

plastic bool
strainLimit double

Exceptions

ArgumentException

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)

Parameters

plastic List<bool>
strainLimit List<double>

Exceptions

ArgumentException