Class PtcStrandData
- Namespace
- FemDesign.Reinforcement
- Assembly
- FemDesign.Core.dll
Strand material/type data
public class PtcStrandData : EntityBase, IFemDesignEntity
- Inheritance
-
PtcStrandData
- Implements
- Inherited Members
- Extension Methods
Constructors
PtcStrandData(double, double, double, double, int, double)
Create a custom PTC-strand.
public PtcStrandData(double f_pk, double a_p, double e_p, double density, int relaxationClass, double rho_1000)
Parameters
f_pkdoublef pk [N/mm2]
a_pdoubleA p [mm2]
e_pdoubleE p [N/mm2]
densitydoubleRho [t/mm3]
relaxationClassintRelaxation class [1, 2, 3]
rho_1000doubleRho 1000 [%]
Properties
A_p
public double A_p { get; set; }
Property Value
Density
public double Density { get; set; }
Property Value
E_p
public double E_p { get; set; }
Property Value
F_pk
f pk
public double F_pk { get; set; }
Property Value
RelaxationClass
public int RelaxationClass { get; set; }
Property Value
Rho_1000
public double Rho_1000 { get; set; }