|
xc
|
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) for a bi-dimensional problem (three DOF 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 (2D cross sections). | |
| 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 | getInertiaAxes (void) const |
| Returns the principal axis of inertia. | |
| virtual Vector2d | getAxis1VDir (void) const |
| Returns principal axis I (strong). | |
| virtual Vector2d | getVDirStrongAxis (void) const |
| Returns principal axis I (strong). | |
| virtual Vector2d | getAxis2VDir (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) |
Updates the parameter identified by parameterID with info. | |
| const Matrix & | getInitialTangentSensitivity3x3 (int gradIndex) |
| virtual void | Print (std::ostream &s, int flag=0) const |
| Print stuff. | |
Public Member Functions inherited from XC::MovableObject | |
| MovableObject (int classTag, int dbTag) | |
| Constructor. More... | |
| MovableObject (int classTag) | |
| Constructor. More... | |
| MovableObject (const MovableObject &) | |
| Copy constructor. Doesn't copy the dbTag. | |
| MovableObject & | operator= (const MovableObject &) |
| Assignment operator. Doesn't copy the dbTag. | |
| int | getClassTag (void) const |
| Return the class identifier. | |
| int | getDbTag (void) const |
| Return the object identifier in the database. | |
| int | getDbTag (CommParameters &) |
| Return the object identifier in the database. | |
| void | setDbTag (int dbTag) |
| Sets the object identifier in the database. | |
| void | setDbTag (CommParameters &) |
| Sets the object identifier in the database if not already set. More... | |
| virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
Sets the value param to the parameter argv. | |
| virtual int | activateParameter (int parameterID) |
Activates the parameter identified by parameterID. | |
| virtual int | setVariable (const std::string &variable, Information &) |
Set the value of the variable idenfified by var. | |
| virtual int | getVariable (const std::string &variable, Information &) |
Return the value of the variable idenfified by var. | |
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 to store the dbTags of the class members. More... | |
| 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 (E, G) and mass properties of a section (area, moments of inertia,...) for a bi-dimensional problem (three DOF for each section).
|
protectedvirtual |
Returns a vector to store the dbTags of the class members.
Reimplemented from XC::DistributedBase.
Reimplemented in XC::CrossSectionProperties3d.
1.8.12