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
PhiOMFu
Overstrength coefficient for fu
public double PhiOMFu { get; set; }
Property Value
PhiOMFy
Overstrength coefficient for fy
public double PhiOMFy { get; set; }
Property Value
fu
Default ultimate strength for nominal thickness of the element - fu
public double fu { get; set; }
Property Value
fy
Default yield strength for nominal thickness of the element - fy
public double fy { get; set; }