52 #ifndef ElasticTimoshenkoBeam3d_h 53 #define ElasticTimoshenkoBeam3d_h 63 #include "domain/mesh/element/truss_beam_column/elasticBeamColumn/ElasticBeam3dBase.h" 111 double A,
double Jx,
double Iy,
double Iz,
double Avy,
double Avz,
112 CrdTransf3d &theTransf,
double rho = 0.0,
int cMass = 0);
123 void setGeomNonLinear(
const bool &gnl)
125 bool getGeomNonLinear(
void)
const 130 const Matrix &getInitialStiff(
void)
const;
135 int addInertiaLoadToUnbalance(
const Vector &accel);
179 <<
"; not implemented yet." << std::endl;
186 <<
"; not implemented yet." << std::endl;
194 void Print(std::ostream &s,
int flag = 0)
const;
void zeroLoad(void)
Zero the loads on the element.
Definition: ElasticTimoshenkoBeam3d.cpp:244
int recvSelf(const Communicator &)
Receive the object.
Definition: ElasticTimoshenkoBeam3d.cpp:436
double getN2(void) const
Internal axial force at the front end.
Definition: ElasticTimoshenkoBeam3d.h:158
double getT1(void) const
Internal torsional force at the back end.
Definition: ElasticTimoshenkoBeam3d.h:176
double getVy2(void) const
Internal shear force at the front end.
Definition: ElasticTimoshenkoBeam3d.h:144
Float vector abstraction.
Definition: Vector.h:94
double getMz2(void) const
Internal bending moment at the front end.
Definition: ElasticTimoshenkoBeam3d.h:172
int sendData(Communicator &comm)
Send members through the communicator argument.
Definition: ElasticTimoshenkoBeam3d.cpp:404
3D elastic Timoshenko beam element.
Definition: ElasticTimoshenkoBeam3d.h:72
int commitState()
Commit the current element state.
Definition: ElasticTimoshenkoBeam3d.cpp:160
Communication parameters between processes.
Definition: Communicator.h:66
Base class response objects.
Definition: Response.h:81
double getVy1(void) const
Internal shear force at the back end.
Definition: ElasticTimoshenkoBeam3d.h:141
CrdTransf provides the abstraction of a frame coordinate transformation.
Definition: CrdTransf.h:88
double getMy1(void) const
Internal bending moment at the back end.
Definition: ElasticTimoshenkoBeam3d.h:162
double getVz1(void) const
Internal shear force at the back end.
Definition: ElasticTimoshenkoBeam3d.h:148
int recvData(const Communicator &comm)
Receives members through the communicator argument.
Definition: ElasticTimoshenkoBeam3d.cpp:414
double getN1(void) const
Internal axial force at the back end.
Definition: ElasticTimoshenkoBeam3d.h:155
Base class for materials.
Definition: Material.h:93
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
double getVz2(void) const
Internal shear force at the front end.
Definition: ElasticTimoshenkoBeam3d.h:151
Base class for 3D elastic beam elements.
Definition: ElasticBeam3dBase.h:42
Base class for the finite elements.
Definition: Element.h:112
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: ElasticTimoshenkoBeam3d.cpp:232
Element * getCopy(void) const
Virtual constructor.
Definition: ElasticTimoshenkoBeam3d.cpp:139
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: ElasticTimoshenkoBeam3d.cpp:321
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: ElasticTimoshenkoBeam3d.cpp:397
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: ElasticTimoshenkoBeam3d.cpp:622
virtual std::string getClassName(void) const
Returns demangled class name.
Definition: EntityWithOwner.cc:90
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ElasticTimoshenkoBeam3d.cpp:450
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: ElasticTimoshenkoBeam3d.cpp:361
double getMz1(void) const
Internal bending moment at the back end.
Definition: ElasticTimoshenkoBeam3d.h:169
double getMy2(void) const
Internal bending moment at the front end.
Definition: ElasticTimoshenkoBeam3d.h:165
int sendSelf(Communicator &)
Send the object.
Definition: ElasticTimoshenkoBeam3d.cpp:423
ElasticTimoshenkoBeam3d(int tag=0)
Default constructor.
Definition: ElasticTimoshenkoBeam3d.cpp:77
const Vector & computeCurrentStrain(void) const
Compute the current strain.
Definition: ElasticTimoshenkoBeam3d.cpp:143
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
void setDomain(Domain *theDomain)
Set the element domain.
Definition: ElasticTimoshenkoBeam3d.cpp:152
int getResponse(int responseID, Information &info)
Obtain information from an analysis.
Definition: ElasticTimoshenkoBeam3d.cpp:539
Parameter.
Definition: Parameter.h:68
Base class for loads over elements.
Definition: ElementalLoad.h:79
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: ElasticTimoshenkoBeam3d.cpp:175
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117
double getT2(void) const
Internal torsional force at the front end.
Definition: ElasticTimoshenkoBeam3d.h:183
Base class for 3D coordinate transformation.
Definition: CrdTransf3d.h:81
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: ElasticTimoshenkoBeam3d.cpp:559