XC Open source finite element analysis program
Public Member Functions | Protected Member Functions | List of all members

Mechanical properties of a section (area, moments of inertia,...) in a three-dimensional problem (six degrees of freedom on each section). More...

#include <CrossSectionProperties3d.h>

Inheritance diagram for XC::CrossSectionProperties3d:
XC::CrossSectionProperties2d XC::MovableObject XC::DistributedBase

Public Member Functions

 CrossSectionProperties3d (double E, double A, double Iz, double Iy, double G, double J)
 Constructor.
 
 CrossSectionProperties3d (double EA, double EIz, double EIy, double GJ)
 Constructor.
 
 CrossSectionProperties3d (void)
 Constructor.
 
bool check_values (void)
 
double & Iz (void)
 
const double & Iz (void) const
 
void setIz (const double &i)
 
double & Iy (void)
 
const double & Iy (void) const
 
void setIy (const double &i)
 
double & Iyz (void)
 
const double & Iyz (void) const
 
void setIyz (const double &i)
 
double & J (void)
 
const double & J (void) const
 
void setJ (const double &i)
 
double EIz (void) const
 Returns the z bending stiffness.
 
double EIy (void) const
 Returns the y bending stiffness.
 
double EIyz (void) const
 Returns the contribution to the bending stiffness matrix of the product of inertia.
 
double GJ (void) const
 Returns the torsional stiffness.
 
double getTheta (void) const
 Returns the angle between the principal axes and the local system.
 
double getI1 (void) const
 Returns the major principal axis of inertia.
 
double getI2 (void) const
 Returns the minor principal axis of inertia.
 
PrincipalAxesOfInertia2D getEjesInercia (void) const
 Returns the principal axis of inertia.
 
Vector2d getVDirEje1 (void) const
 Returns principal axis I (strong).
 
Vector2d getVDirStrongAxis (void) const
 Returns principal axis I (strong).
 
Vector2d getVDirEje2 (void) const
 Returns principal axis II (weak).
 
Vector2d getVDirWeakAxis (void) const
 Returns principal axis II (weak).
 
const MatrixgetSectionTangent4x4 (void) const
 Returns the tangent stiffness matrix.
 
const MatrixgetInitialTangent4x4 (void) const
 Returns the initial tangent stiffness matrix.
 
const MatrixgetSectionFlexibility4x4 (void) const
 Returns the flexibility matrix.
 
const MatrixgetInitialFlexibility4x4 (void) const
 Returns the initial flexibility matrix.
 
const MatrixgetSectionTangent6x6 (void) const
 Returns the tangent stiffness matrix.
 
const MatrixgetInitialTangent6x6 (void) const
 Returns the initial tangent stiffness matrix.
 
const MatrixgetSectionFlexibility6x6 (void) const
 Returns the flexibility matrix.
 
const MatrixgetInitialFlexibility6x6 (void) const
 Returns the initial flexibility matrix.
 
void rotate (const double &theta)
 Couterclockwise rotation of the section by the angle being passed as parameter.
 
int sendSelf (CommParameters &)
 Sends object through the channel being passed as parameter.
 
int recvSelf (const CommParameters &)
 Receives object through the channel being passed as parameter.
 
int setParameter (const std::vector< std::string > &argv, Parameter &param, SectionForceDeformation *scc)
 
int updateParameter (int parameterID, Information &info)
 
void Print (std::ostream &s, int flag=0) const
 
- Public Member Functions inherited from XC::CrossSectionProperties2d
 CrossSectionProperties2d (double E, double A, double I, double G=0.0, double alpha=0.0)
 Constructor (seccciones 2d).
 
 CrossSectionProperties2d (double EA, double EI)
 Constructor.
 
 CrossSectionProperties2d (void)
 Constructor.
 
bool check_values (void)
 
double & E (void)
 
const double & E (void) const
 
void setE (const double &ee)
 
double & G (void)
 
const double & G (void) const
 
void setG (const double &gg)
 
double & A (void)
 
const double & A (void) const
 
void setA (const double &aa)
 
double & Alpha (void)
 
const double & Alpha (void) const
 
void setAlpha (const double &al)
 
double & I (void)
 
const double & I (void) const
 
void setI (const double &ii)
 
double EA (void) const
 Return axial stiffness.
 
double EI (void) const
 Return z bending stiffness.
 
double GAAlpha (void) const
 Returns shear stiffness.
 
const MatrixgetSectionTangent2x2 (void) const
 Returns the tangent stiffness matrix.
 
const MatrixgetInitialTangent2x2 (void) const
 Returns the initial tangent stiffness matrix.
 
const MatrixgetSectionFlexibility2x2 (void) const
 Returns the flexibility matrix.
 
const MatrixgetInitialFlexibility2x2 (void) const
 Returns the initial flexibility matrix.
 
const MatrixgetSectionTangent3x3 (void) const
 Returns the tangent stiffness matrix.
 
const MatrixgetInitialTangent3x3 (void) const
 Returns the initial tangent stiffness matrix.
 
const MatrixgetSectionFlexibility3x3 (void) const
 Returns the flexibility matrix.
 
const MatrixgetInitialFlexibility3x3 (void) const
 Returns the initial flexibility matrix.
 
int setParameter (const std::vector< std::string > &, Parameter &, SectionForceDeformation *)
 
const MatrixgetInitialTangentSensitivity3x3 (int gradIndex)
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor.
 
 MovableObject (int classTag)
 Constructor.
 
 MovableObject (const MovableObject &otro)
 Copy constructor.
 
MovableObjectoperator= (const MovableObject &otro)
 Operacdor asignación.
 
int getClassTag (void) const
 Returns the tag de la clase.
 
int getDbTag (void) const
 Returns the tag para la database.
 
int getDbTag (CommParameters &)
 Returns the tag para la database.
 
void setDbTag (int dbTag)
 Asigna el tag para la database.
 
void setDbTag (CommParameters &)
 Asigna, sólo si es preciso, el tag para la database.
 
virtual int setParameter (const std::vector< std::string > &argv, Parameter &param)
 
virtual int activateParameter (int parameterID)
 
virtual int setVariable (const std::string &variable, Information &)
 Returns the identificador de la variable cuyo nombre being passed as parameter.
 
virtual int getVariable (const std::string &variable, Information &)
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 

Protected Member Functions

DbTagDatagetDbTagData (void) const
 Returns a vector para almacenar los dbTags de los miembros de la clase.
 
int sendData (CommParameters &)
 Send members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives members through the channel being passed as parameter.
 
- Protected Member Functions inherited from XC::CrossSectionProperties2d
int sendData (CommParameters &)
 Send members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives members through the channel being passed as parameter.
 

Detailed Description

Mechanical properties of a section (area, moments of inertia,...) in a three-dimensional problem (six degrees of freedom on each section).


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