xc
Public Member Functions | List of all members

Cross-section representation able to return mechanical propertis a area, moments of inertia,... More...

#include <SectionMassProperties.h>

Inheritance diagram for XC::SectionMassProperties:
XC::GeomSection XC::ListReinfLayer XC::RegionContainer XC::VectorReinfBar

Public Member Functions

 SectionMassProperties (CommandEntity *owr=nullptr)
 Constructor.
 
virtual double getAreaGrossSection (void) const =0
 
virtual Vector getCenterOfMassGrossSection (void) const =0
 
virtual double getIyGrossSection (void) const =0
 
virtual double getIzGrossSection (void) const =0
 
virtual double getPyzGrossSection (void) const =0
 
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.
 
virtual double getAreaHomogenizedSection (const double &) const =0
 
virtual Vector getCenterOfMassHomogenizedSection (const double &) const =0
 
virtual double getIyHomogenizedSection (const double &) const =0
 
virtual double getIzHomogenizedSection (const double &) const =0
 
virtual double getPyzHomogenizedSection (const double &) const =0
 
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.
 

Detailed Description

Cross-section representation able to return mechanical propertis a area, moments of inertia,...

Member Function Documentation

§ getAxis1VDirGrossSection()

Vector2d XC::SectionMassProperties::getAxis1VDirGrossSection ( void  ) const

Direction of the major principal axis of inertia of the gross section.

§ getAxis1VDirHomogenizedSection()

Vector2d XC::SectionMassProperties::getAxis1VDirHomogenizedSection ( const double &  E0) const

Direction of the major principal axis of inertia of the homogenized section.

§ getAxis2VDirGrossSection()

Vector2d XC::SectionMassProperties::getAxis2VDirGrossSection ( void  ) const

Direction of the minor principal axis of inertia of the gross section.

§ getAxis2VDirHomogenizedSection()

Vector2d XC::SectionMassProperties::getAxis2VDirHomogenizedSection ( const double &  E0) const

Direction of the minor principal axis of inertia of the homogenized section.

§ getIAxisDir_aGrossSection()

XC::Vector XC::SectionMassProperties::getIAxisDir_aGrossSection ( void  ) const

Direction of a principal axis of inertia of the gross section with respect of current axis.

§ getIAxisDir_aHomogenizedSection()

XC::Vector XC::SectionMassProperties::getIAxisDir_aHomogenizedSection ( void  ) const

Direction of a principal axis of inertia of the homogenized section with respect of current axis.

Parameters
E0Elastic modulus used as reference.

§ getIAxisDir_bGrossSection()

XC::Vector XC::SectionMassProperties::getIAxisDir_bGrossSection ( void  ) const

Direction of the other principal axis of inertia of the gross section with respect of current axis.

§ getIAxisDir_bHomogenizedSection()

XC::Vector XC::SectionMassProperties::getIAxisDir_bHomogenizedSection ( void  ) const

Direction of the other axis of inertia of the homogenized section with respect of current axis.

Parameters
E0Elastic modulus used as reference.

§ getIGrossSection() [1/5]

double XC::SectionMassProperties::getIGrossSection ( const unsigned short int &  i,
const unsigned short int &  j 
) const

Return the i,j component of the tensor of inertia computed with respect to centroid.

§ getIGrossSection() [2/5]

double XC::SectionMassProperties::getIGrossSection ( const unsigned short int &  i,
const unsigned short int &  j,
const Pos2d &  o 
) const

Return the i,j component of the tensor of inertia computed with respect to the point "o".

§ getIGrossSection() [3/5]

double XC::SectionMassProperties::getIGrossSection ( const Pos2d &  O,
const Vector e 
) const

Return the moment of inertia with respect to the axis that passes through O with the direction of e.

§ getIGrossSection() [4/5]

double XC::SectionMassProperties::getIGrossSection ( const Line2d &  r) const

Return the moment of inertia respecto a la recta being passed as parameter.

§ getIGrossSection() [5/5]

XC::Matrix XC::SectionMassProperties::getIGrossSection ( void  ) const

Return the tensor of inertia computed with respect to the object centroid.

§ getIHomogenizedSection() [1/4]

double XC::SectionMassProperties::getIHomogenizedSection ( const double &  E0,
const unsigned short int &  i,
const unsigned short int &  j,
const Pos2d &  o 
) const

Return the i,j component of the tensor of inertia computed with respect to the point "o".

§ getIHomogenizedSection() [2/4]

double XC::SectionMassProperties::getIHomogenizedSection ( const double &  E0,
const Pos2d &  O,
const Vector e 
) const

Return the moment of inertia with respect to the axis that passes through O with the direction of e.

§ getIHomogenizedSection() [3/4]

double XC::SectionMassProperties::getIHomogenizedSection ( const double &  E0,
const Line2d &  r 
) const

Return the moment of inertia respecto a la recta being passed as parameter.

§ getIHomogenizedSection() [4/4]

XC::Matrix XC::SectionMassProperties::getIHomogenizedSection ( const double &  E0) const

Return the tensor of inertia computed with respect to the object centroid.

§ getIxGrossSection()

double XC::SectionMassProperties::getIxGrossSection ( void  ) const

Inertia of the gross section about an axis parallel to x through his center of gravity.

§ getIxHomogenizedSection()

double XC::SectionMassProperties::getIxHomogenizedSection ( const double &  E0) const

Inertia of the homogenized section about an axis parallel to x through his center of gravity.

Parameters
E0Elastic modulus used as reference.

§ getTheta_pGrossSection()

double XC::SectionMassProperties::getTheta_pGrossSection ( void  ) const

Agle of the principal axis of inertia of the gross section with respect of current axis.

§ getTheta_pHomogenizedSection()

double XC::SectionMassProperties::getTheta_pHomogenizedSection ( void  ) const

Agle of the principal axis of inertia of the homogenized section with respect of current axis.

§ getVDirStrongAxisGrossSection()

Vector2d XC::SectionMassProperties::getVDirStrongAxisGrossSection ( void  ) const

Direction of the major principal axis of inertia of the gross section.

§ getVDirStrongAxisHomogenizedSection()

Vector2d XC::SectionMassProperties::getVDirStrongAxisHomogenizedSection ( const double &  E0) const

Direction of the major principal axis of inertia of the homogenized section.

§ getVDirWeakAxisGrossSection()

Vector2d XC::SectionMassProperties::getVDirWeakAxisGrossSection ( void  ) const

Direction of the minor principal axis of inertia of the gross section.

§ getVDirWeakAxisHomogenizedSection()

Vector2d XC::SectionMassProperties::getVDirWeakAxisHomogenizedSection ( const double &  E0) const

Direction of the minor principal axis of inertia of the homogenized section.


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