52 #ifndef ElasticTimoshenkoBeam2d_h    53 #define ElasticTimoshenkoBeam2d_h    63 #include "domain/mesh/element/truss_beam_column/elasticBeamColumn/ElasticBeam2dBase.h"    64 #include "domain/mesh/element/utils/fvectors/FVectorBeamColumn2d.h"   112                 double rho = 0.0, 
int cMass = 0);
   122     void setGeomNonLinear(
const bool &gnl)
   124     bool getGeomNonLinear(
void)
 const   129     const Matrix &getInitialStiff(
void) 
const;
   134     int addInertiaLoadToUnbalance(
const Vector &accel);
   164     void Print(std::ostream &s, 
int flag = 0) 
const;
 void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: ElasticTimoshenkoBeam2d.cpp:428
Float vector abstraction. 
Definition: Vector.h:94
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members. 
Definition: ElasticTimoshenkoBeam2d.cpp:376
const Vector & computeCurrentStrain(void) const
Compute the current strain. 
Definition: ElasticTimoshenkoBeam2d.cpp:124
Communication parameters between processes. 
Definition: Communicator.h:66
Base class response objects. 
Definition: Response.h:81
CrdTransf provides the abstraction of a frame coordinate transformation. 
Definition: CrdTransf.h:88
double getN1(void) const
Internal axial force at the back end. 
Definition: ElasticTimoshenkoBeam2d.h:147
double getV2(void) const
Internal shear force at the front end. 
Definition: ElasticTimoshenkoBeam2d.h:143
Base class for materials. 
Definition: Material.h:93
Vector that stores the dbTags of the class members. 
Definition: DbTagData.h:44
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info. 
Definition: ElasticTimoshenkoBeam2d.cpp:564
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces. 
Definition: ElasticTimoshenkoBeam2d.cpp:340
Base class for the finite elements. 
Definition: Element.h:112
void zeroLoad()
Zeroes the loads over the element. 
Definition: ElasticTimoshenkoBeam2d.cpp:226
Base class for 2D coordinate transformation. 
Definition: CrdTransf2d.h:78
int recvSelf(const Communicator &)
Receive the object. 
Definition: ElasticTimoshenkoBeam2d.cpp:415
int getResponse(int responseID, Information &info)
Obtain information from an analysis. 
Definition: ElasticTimoshenkoBeam2d.cpp:502
int commitState(void)
Commit the current element state. 
Definition: ElasticTimoshenkoBeam2d.cpp:142
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix. 
Definition: ElasticTimoshenkoBeam2d.cpp:157
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element. 
Definition: ElasticTimoshenkoBeam2d.cpp:299
double getM2(void) const
Internal bending moment at the front end. 
Definition: ElasticTimoshenkoBeam2d.h:157
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv. 
Definition: ElasticTimoshenkoBeam2d.cpp:521
double getV1(void) const
Internal shear force at the back end. 
Definition: ElasticTimoshenkoBeam2d.h:140
2D elastic Timoshenko beam element. 
Definition: ElasticTimoshenkoBeam2d.h:74
int sendSelf(Communicator &)
Send the object. 
Definition: ElasticTimoshenkoBeam2d.cpp:402
int recvData(const Communicator &comm)
Receives members through the communicator argument. 
Definition: ElasticTimoshenkoBeam2d.cpp:393
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
ElasticTimoshenkoBeam2d(int tag=0)
Default constructor. 
Definition: ElasticTimoshenkoBeam2d.cpp:57
double getN2(void) const
Internal axial force at the front end. 
Definition: ElasticTimoshenkoBeam2d.h:150
Matrix of floats. 
Definition: Matrix.h:111
double getM1(void) const
Internal bending moment at the back end. 
Definition: ElasticTimoshenkoBeam2d.h:154
Element * getCopy(void) const
Virtual constructor. 
Definition: ElasticTimoshenkoBeam2d.cpp:120
Parameter. 
Definition: Parameter.h:68
Base class for loads over elements. 
Definition: ElementalLoad.h:79
int sendData(Communicator &comm)
Send members through the communicator argument. 
Definition: ElasticTimoshenkoBeam2d.cpp:383
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
const Matrix & getMass(void) const
Returns the mass matrix. 
Definition: ElasticTimoshenkoBeam2d.cpp:214
Base class for 2D elastic beam elements. 
Definition: ElasticBeam2dBase.h:39
void setDomain(Domain *theDomain)
Set the element domain. 
Definition: ElasticTimoshenkoBeam2d.cpp:133