XC Open source finite element analysis program
|
Mechanical properties of a cross section (area, moments of inertia,...) for a bi-dimensional problem (three DOB for each section). More...
#include <CrossSectionProperties2d.h>
Public Member Functions | |
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. | |
virtual double | getTheta (void) const |
Returns the angle between the principal axes and the local system. | |
virtual double | getI1 (void) const |
Returns the major principal axis of inertia. | |
virtual double | getI2 (void) const |
Returns the minor principal axis of inertia. | |
virtual PrincipalAxesOfInertia2D | getEjesInercia (void) const |
Returns the principal axis of inertia. | |
virtual Vector2d | getVDirEje1 (void) const |
Returns principal axis I (strong). | |
virtual Vector2d | getVDirStrongAxis (void) const |
Returns principal axis I (strong). | |
virtual Vector2d | getVDirEje2 (void) const |
Returns principal axis II (weak). | |
virtual Vector2d | getVDirWeakAxis (void) const |
Returns principal axis II (weak). | |
const Matrix & | getSectionTangent2x2 (void) const |
Returns the tangent stiffness matrix. | |
const Matrix & | getInitialTangent2x2 (void) const |
Returns the initial tangent stiffness matrix. | |
const Matrix & | getSectionFlexibility2x2 (void) const |
Returns the flexibility matrix. | |
const Matrix & | getInitialFlexibility2x2 (void) const |
Returns the initial flexibility matrix. | |
const Matrix & | getSectionTangent3x3 (void) const |
Returns the tangent stiffness matrix. | |
const Matrix & | getInitialTangent3x3 (void) const |
Returns the initial tangent stiffness matrix. | |
const Matrix & | getSectionFlexibility3x3 (void) const |
Returns the flexibility matrix. | |
const Matrix & | getInitialFlexibility3x3 (void) const |
Returns the initial flexibility matrix. | |
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 > &, Parameter &, SectionForceDeformation *) |
int | updateParameter (int parameterID, Information &info) |
const Matrix & | getInitialTangentSensitivity3x3 (int gradIndex) |
virtual void | Print (std::ostream &s, int flag=0) const |
Public Member Functions inherited from XC::MovableObject | |
MovableObject (int classTag, int dbTag) | |
Constructor. | |
MovableObject (int classTag) | |
Constructor. | |
MovableObject (const MovableObject &otro) | |
Copy constructor. | |
MovableObject & | operator= (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 ¶m) |
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 | |
virtual DbTagData & | getDbTagData (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. | |
Mechanical properties of a cross section (area, moments of inertia,...) for a bi-dimensional problem (three DOB for each section).