Table of Contents

Class MatSteelAUS

Namespace
IdeaRS.OpenModel.Material
Assembly
IdeaRS.OpenModel.dll

Material steel AISC

[OpenModelClass("CI.StructModel.Libraries.Material.AUS.MatSteelAUS,CI.Material", "CI.StructModel.Libraries.Material.IMaterial,CI.BasicTypes", typeof(MatSteel))]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class MatSteelAUS : MatSteel

Inheritance

Inherited Members

Properties

MaterialStrength

Material strength for specific thickness of plate

public MaterialStrengthProperty MaterialStrength { get; set; }

Property Value

MaterialStrengthProperty

PhiOMFu

Overstrength coefficient for fu

public double PhiOMFu { get; set; }

Property Value

double

PhiOMFy

Overstrength coefficient for fy

public double PhiOMFy { get; set; }

Property Value

double

fu

Default ultimate strength for nominal thickness of the element - fu

public double fu { get; set; }

Property Value

double

fy

Default yield strength for nominal thickness of the element - fy

public double fy { get; set; }

Property Value

double