Class MatPrestressSteelSIA
- Namespace
- IdeaRS.OpenModel.Material
- Assembly
- IdeaRS.OpenModel.dll
Material prestressing steel SIA
[OpenModelClass("CI.StructModel.Libraries.Material.SIA.MatPrestressSteelSIA,CI.Material", "CI.StructModel.Libraries.Material.IMatPrestressSteel,CI.BasicTypes", typeof(MatPrestressSteel))]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class MatPrestressSteelSIA : MatPrestressSteel
Inheritance
Inherited Members
Constructors
MatPrestressSteelSIA()
Constructor
public MatPrestressSteelSIA()
Properties
DiagramType
Type of diagram
public ReinfDiagramType DiagramType { get; set; }
Property Value
Epsud
dimensioning value of ultimate strain of reinforcing steel or prestressing steel
public double Epsud { get; set; }
Property Value
Epsuk
characteristic value of ultimate strain of reinforcing steel or strain at maximum load for prestressing steel
public double Epsuk { get; set; }
Property Value
Fp01k
characteristic value of yield strength of prestressing steel
public double Fp01k { get; set; }
Property Value
Fpd
dimensioning value of yield strength of prestressing steel
public double Fpd { get; set; }
Property Value
Fpk
characteristic value of tensile strength of prestressing steel
public double Fpk { get; set; }
Property Value
SurfaceCharacteristic
Surface characteristic
public SurfaceCharacteristicTypeSIA SurfaceCharacteristic { get; set; }
Property Value
Type
Type of prestress steel
public PrestressSteelTypeSIA Type { get; set; }