xc
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members

Reinf layer container (list). More...

#include <ListReinfLayer.h>

Inheritance diagram for XC::ListReinfLayer:
XC::SectionMassProperties

Public Types

typedef std::list< ReinfLayer * > l_reg
 
typedef l_reg::reference reference
 
typedef l_reg::const_reference const_reference
 
typedef l_reg::iterator iterator
 
typedef l_reg::const_iterator const_iterator
 

Public Member Functions

 ~ListReinfLayer (void)
 Destructor.
 
ReinfLayerpush_back (const ReinfLayer &reg)
 Adds a rebar layer to the container.
 
void clear (void)
 Erases the reinforcement layers.
 
const GeomSectiongetGeomSection (void) const
 Returns a reference to the GeomSection object that owns this one. More...
 
double getCover (void) const
 Returns the minimum value of the bars concrete cover.
 
StraightReinfLayernewStraightReinfLayer (const std::string &)
 
CircReinfLayernewCircReinfLayer (const std::string &)
 
SingleBarnewReinfBar (const std::string &)
 Returns a single bar with the material with the identifier being passed as parameter. More...
 
size_t getNumReinfBars (void) const
 Returns the nĂºmero total de celdas.
 
void getBarrasIn (const Polygon2d &, ListReinfLayer &, bool)
 Returns the rebar subset which center lies inside the polygon. More...
 
void getBarrasIn (const HalfPlane2d &, ListReinfLayer &, bool)
 Returns the rebar subset which center lies in the half plane. More...
 
double getAreaGrossSection (void) const
 Returns region's gross section area.
 
Vector getCenterOfMassGrossSection (void) const
 Returns gross section centroid position.
 
double getIyGrossSection (void) const
 Inertia of the gross section about an axis parallel to y through its centroid.
 
double getIzGrossSection (void) const
 Inertia of the gross section about an axis parallel to z through its centroid.
 
double getPyzGrossSection (void) const
 Product of inertia of the gross section about y and z axis through its centroid.
 
Vector getCenterOfMassHomogenizedSection (const double &E0) const
 
double getAreaHomogenizedSection (const double &E0) const
 Returns the homogenized area of the regions.
 
double getIyHomogenizedSection (const double &E0) const
 Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to y passing through the centroid. More...
 
double getIzHomogenizedSection (const double &E0) const
 Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to z passing through the centroid. More...
 
double getPyzHomogenizedSection (const double &E0) const
 Returns homogenized product of inertia of the cross-section with respecto to the axis parallel to y and z passing through the centroid. More...
 
void Print (std::ostream &s) const
 
- Public Member Functions inherited from XC::SectionMassProperties
 SectionMassProperties (CommandEntity *owr=nullptr)
 Constructor.
 
double getIxGrossSection (void) const
 Inertia of the gross section about an axis parallel to x through his center of gravity. More...
 
double getTheta_pGrossSection (void) const
 Agle of the principal axis of inertia of the gross section with respect of current axis. More...
 
Vector getIAxisDir_aGrossSection (void) const
 Direction of a principal axis of inertia of the gross section with respect of current axis. More...
 
Vector getIAxisDir_bGrossSection (void) const
 Direction of the other principal axis of inertia of the gross section with respect of current axis. More...
 
double getI1GrossSection (void) const
 Major principal moment of inertia of the gross section.
 
double getI2GrossSection (void) const
 Minor principal moment of inertia of the gross section.
 
PrincipalAxesOfInertia2D getInertiaAxesGrossSection (void) const
 Principal axis of inertia of the gross section.
 
Vector2d getAxis1VDirGrossSection (void) const
 Direction of the major principal axis of inertia of the gross section. More...
 
Vector2d getVDirStrongAxisGrossSection (void) const
 Direction of the major principal axis of inertia of the gross section. More...
 
Vector2d getAxis2VDirGrossSection (void) const
 Direction of the minor principal axis of inertia of the gross section. More...
 
Vector2d getVDirWeakAxisGrossSection (void) const
 Direction of the minor principal axis of inertia of the gross section. More...
 
double getIGrossSection (const unsigned short int &, const unsigned short int &) const
 Return the i,j component of the tensor of inertia computed with respect to centroid. More...
 
double getIGrossSection (const unsigned short int &, const unsigned short int &, const Pos2d &) const
 Return the i,j component of the tensor of inertia computed with respect to the point "o". More...
 
double getIGrossSection (const Pos2d &, const Vector &) const
 Return the moment of inertia with respect to the axis that passes through O with the direction of e. More...
 
double getIGrossSection (const Line2d &) const
 Return the moment of inertia respecto a la recta being passed as parameter. More...
 
double getIOGrossSection (const Pos2d &) const
 Return the polar moment of inertia with respect to the point o.
 
Matrix getIGrossSection (void) const
 Return the tensor of inertia computed with respect to the object centroid. More...
 
Matrix getIGrossSection (const Pos2d &) const
 Return the tensor of inertia with respect to the point o.
 
double getIxHomogenizedSection (const double &) const
 Inertia of the homogenized section about an axis parallel to x through his center of gravity. More...
 
double getTheta_pHomogenizedSection (void) const
 Agle of the principal axis of inertia of the homogenized section with respect of current axis. More...
 
Vector getIAxisDir_aHomogenizedSection (void) const
 Direction of a principal axis of inertia of the homogenized section with respect of current axis. More...
 
Vector getIAxisDir_bHomogenizedSection (void) const
 Direction of the other axis of inertia of the homogenized section with respect of current axis. More...
 
double getI1HomogenizedSection (const double &) const
 Major principal moment of inertia of the homogenized section.
 
double getI2HomogenizedSection (const double &) const
 Minor principal moment of inertia of the homogenized section.
 
PrincipalAxesOfInertia2D getInertiaAxesHomogenizedSection (const double &) const
 Principal axis of inertia of the homogenized section.
 
Vector2d getAxis1VDirHomogenizedSection (const double &) const
 Direction of the major principal axis of inertia of the homogenized section. More...
 
Vector2d getVDirStrongAxisHomogenizedSection (const double &) const
 Direction of the major principal axis of inertia of the homogenized section. More...
 
Vector2d getAxis2VDirHomogenizedSection (const double &) const
 Direction of the minor principal axis of inertia of the homogenized section. More...
 
Vector2d getVDirWeakAxisHomogenizedSection (const double &) const
 Direction of the minor principal axis of inertia of the homogenized section. More...
 
double getIHomogenizedSection (const double &, const unsigned short int &, const unsigned short int &) const
 tensor of inertia (i,j) component of the homogenized section.
 
double getIHomogenizedSection (const double &, const unsigned short int &, const unsigned short int &, const Pos2d &) const
 Return the i,j component of the tensor of inertia computed with respect to the point "o". More...
 
double getIHomogenizedSection (const double &, const Pos2d &, const Vector &) const
 Return the moment of inertia with respect to the axis that passes through O with the direction of e. More...
 
double getIHomogenizedSection (const double &, const Line2d &) const
 Return the moment of inertia respecto a la recta being passed as parameter. More...
 
double getIOHomogenizedSection (const double &, const Pos2d &) const
 Return the polar moment of inertia with respect to the point o.
 
Matrix getIHomogenizedSection (const double &) const
 Return the tensor of inertia computed with respect to the object centroid. More...
 
Matrix getIHomogenizedSection (const double &, const Pos2d &) const
 Return the tensor of inertia with respect to the point o.
 
CrossSectionProperties3d getCrossSectionProperties3d (const CrossSectionProperties3d &) const
 Return the 3D mass properties of the homogenized section.
 
CrossSectionProperties2d getCrossSectionProperties2d (const CrossSectionProperties2d &) const
 Return the 2D mass properties of the homogenized section.
 

Protected Member Functions

 ListReinfLayer (GeomSection *, MaterialHandler *ml)
 Constructor.
 
 ListReinfLayer (const ListReinfLayer &)
 Copy constructor.
 
ListReinfLayeroperator= (const ListReinfLayer &)
 Assignment operator.
 

Protected Attributes

MaterialHandlermaterial_handler
 Material definition handler (searching,...).
 

Friends

class GeomSection
 

Detailed Description

Reinf layer container (list).

Member Function Documentation

§ getBarrasIn() [1/2]

void XC::ListReinfLayer::getBarrasIn ( const Polygon2d &  plg,
ListReinfLayer retval,
bool  clear 
)

Returns the rebar subset which center lies inside the polygon.

Parameters
plg2D polygon.
retvalrebars which centers lies inside the polygon.

§ getBarrasIn() [2/2]

void XC::ListReinfLayer::getBarrasIn ( const HalfPlane2d &  sp,
ListReinfLayer retval,
bool  clear 
)

Returns the rebar subset which center lies in the half plane.

Parameters
spHalf plane.
retvalrebars which centers lies inside the half plane.

§ getGeomSection()

const XC::GeomSection * XC::ListReinfLayer::getGeomSection ( void  ) const

Returns a reference to the GeomSection object that owns this one.

§ getIyHomogenizedSection()

double XC::ListReinfLayer::getIyHomogenizedSection ( const double &  E0) const
virtual

Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to y passing through the centroid.

Parameters
E0Reference elastic modulus.

Implements XC::SectionMassProperties.

§ getIzHomogenizedSection()

double XC::ListReinfLayer::getIzHomogenizedSection ( const double &  E0) const
virtual

Returns homogenized moment of inertia of the cross-section with respecto to the axis parallel to z passing through the centroid.

Parameters
E0Reference elastic modulus.

Implements XC::SectionMassProperties.

§ getPyzHomogenizedSection()

double XC::ListReinfLayer::getPyzHomogenizedSection ( const double &  E0) const
virtual

Returns homogenized product of inertia of the cross-section with respecto to the axis parallel to y and z passing through the centroid.

Parameters
E0Reference elastic modulus.

Implements XC::SectionMassProperties.

§ newReinfBar()

XC::SingleBar * XC::ListReinfLayer::newReinfBar ( const std::string &  cod_mat)

Returns a single bar with the material with the identifier being passed as parameter.


The documentation for this class was generated from the following files: