Table of Contents

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_pk double

f pk [N/mm2]

a_p double

A p [mm2]

e_p double

E p [N/mm2]

density double

Rho [t/mm3]

relaxationClass int

Relaxation class [1, 2, 3]

rho_1000 double

Rho 1000 [%]

Properties

A_p

public double A_p { get; set; }

Property Value

double

Density

public double Density { get; set; }

Property Value

double

E_p

public double E_p { get; set; }

Property Value

double

F_pk

f pk

public double F_pk { get; set; }

Property Value

double

RelaxationClass

public int RelaxationClass { get; set; }

Property Value

int

Rho_1000

public double Rho_1000 { get; set; }

Property Value

double