Concrete toolbox
More...
Inherits TInterfaceObjectBase.
|
| double | CoverReinf (double CSIndex, double DirAngle, double BarIndex=-1.0) |
| | Function returns minimum distance of the all or selected reinforcement bar from nearest the edge of cross-section in defined direction. The direction is defined by the angle (for example straight line in direction of plane of deformation). More...
|
| |
| double | MaxSpacingReinfCrack (double CSIndex, double ForceIndex, double ReinfType=0.0, double DirType=0.0) |
| | Is for crack calculation Function returns maximum center to center spacing of non-prestressed bars for defined type of reinforcement and direction function selects correct reinf. layer in which it calculates spacing More...
|
| |
| double | MaxSpacingReinf (double CSIndex, double ForceIndex, double ReinfType=0.0, double DirType=0.0) |
| | Function returns maximum center to center spacing of non-prestressed bars for defined type of reinforcement and direction More...
|
| |
| double | MinSpacingReinf (double CSIndex, double ForceIndex, double ReinfType=0.0, double DirType=0.0) |
| | Function returns minimum clear spacing (spacing between surfaces of bars) of non-prestressed bars for defined type of reinforcement and direction More...
|
| |
| double | ReinfSpacingInfo (double CSIndex, double ForceIndex, double ReinfType=0.0, double DirType=0.0, double ExtremeType=0.0, double DistanceType=0.0) |
| | Function returns minimum clear spacing (spacing between surfaces of bars) of non-prestressed bars for defined type of reinforcement and direction More...
|
| |
| double CoverReinf |
( |
double |
CSIndex, |
|
|
double |
DirAngle, |
|
|
double |
BarIndex = -1.0 |
|
) |
| |
Function returns minimum distance of the all or selected reinforcement bar from nearest the edge of cross-section in defined direction. The direction is defined by the angle (for example straight line in direction of plane of deformation).
- Parameters
-
| CSIndex | ID of cross-section |
| DirAngle | angle for calculation cover from y-axis of CSS in deg |
| BarIndex | is index of bar for which the concrete cover will be calculated (if BarIndex=-1, the minimum cover from all bars of reinforcement will be calculated) |
- Returns
| double MaxSpacingReinf |
( |
double |
CSIndex, |
|
|
double |
ForceIndex, |
|
|
double |
ReinfType = 0.0, |
|
|
double |
DirType = 0.0 |
|
) |
| |
Function returns maximum center to center spacing of non-prestressed bars for defined type of reinforcement and direction
- Parameters
-
| CSIndex | ID of cross-section |
| ForceIndex | Id of forces for calculation |
| ReinfType | type of reinforcement (0 =all reinforcement,1=only tensile reinforcement,2=only compressive reinforcement) |
| DirType | is direction of edges, for which the distance will be checked (0=bars at edges in all direction,1=bars at edges in direction of y axis of css,bars at edges in direction of z axis of css) |
- Returns
| double MaxSpacingReinfCrack |
( |
double |
CSIndex, |
|
|
double |
ForceIndex, |
|
|
double |
ReinfType = 0.0, |
|
|
double |
DirType = 0.0 |
|
) |
| |
Is for crack calculation Function returns maximum center to center spacing of non-prestressed bars for defined type of reinforcement and direction function selects correct reinf. layer in which it calculates spacing
- Parameters
-
| CSIndex | ID of cross-section |
| ForceIndex | Id of forces for calculation |
| ReinfType | type of reinforcement (0 =all reinforcement,1=only tensile reinforcement,2=only compressive reinforcement) |
| DirType | is direction of edges, for which the distance will be checked (0=bars at edges in all direction,1=bars at edges in direction of y axis of css,bars at edges in direction of z axis of css) |
- Returns
| double MinSpacingReinf |
( |
double |
CSIndex, |
|
|
double |
ForceIndex, |
|
|
double |
ReinfType = 0.0, |
|
|
double |
DirType = 0.0 |
|
) |
| |
Function returns minimum clear spacing (spacing between surfaces of bars) of non-prestressed bars for defined type of reinforcement and direction
- Parameters
-
| CSIndex | Id of cross section |
| ForceIndex | Id of forces for calculation |
| ReinfType | type of reinforcement (0 =all reinforcement,1=only tensile reinforcement,2=only compressive reinforcement) |
| DirType | is direction of edges, for which the distance will be checked (0=bars at edges in all direction,1=bars at edges in direction of y axis of css,bars at edges in direction of z axis of css) |
- Returns
| double ReinfSpacingInfo |
( |
double |
CSIndex, |
|
|
double |
ForceIndex, |
|
|
double |
ReinfType = 0.0, |
|
|
double |
DirType = 0.0, |
|
|
double |
ExtremeType = 0.0, |
|
|
double |
DistanceType = 0.0 |
|
) |
| |
Function returns minimum clear spacing (spacing between surfaces of bars) of non-prestressed bars for defined type of reinforcement and direction
- Parameters
-
| CSIndex | Id of cross section |
| ForceIndex | Id of forces for calculation |
| ReinfType | type of reinforcement (0 =all reinforcement,1=only tensile reinforcement,2=only compressive reinforcement) |
| DirType | is direction of edges, for which the distance will be checked (0=bars at edges in all direction,1=bars at edges in direction of y axis of css,bars at edges in direction of z axis of css) |
| ExtremeType | type of extreme ( if ExtremeType=0 then maximum, else mininmum) |
| DistanceType | type of distance ( if DistanceType=0 then distance is center to center, else distance is surface to surface) |
///
- Returns