51 #ifndef BeamWithHinges3d_h 52 #define BeamWithHinges3d_h 54 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFDTrf3d.h> 55 #include <utility/matrix/Matrix.h> 56 #include <utility/matrix/Vector.h> 57 #include "material/section/repres/CrossSectionProperties3d.h" 58 #include "domain/mesh/element/utils/fvectors/FVectorBeamColumn3d.h" 63 class FEM_ObjectBroker;
65 class PrismaticBarCrossSection;
102 static double workArea[];
104 void checkNodePtrs(
Domain *theDomain);
105 void setHinges(
void);
107 void getForceInterpMatrix(
Matrix &b,
double x,
const ID &c);
108 void getDistrLoadInterpMatrix(
Matrix &bp,
double x,
const ID &c);
116 double E,
double A,
double Iz,
double Iy,
double G,
double J,
119 CrdTransf3d &coordTrans,
double massDensPerUnitLength = 0.0,
120 int max = 1,
double tol = 1.0e-16);
128 double getRho(
void)
const 130 void setRho(
const double &r)
147 const Matrix &getInitialStiff(
void)
const;
152 int addInertiaLoadToUnbalance(
const Vector &accel);
165 void Print(std::ostream &s,
int flag = 0);
int getResponse(int responseID, Information &info)
Obtain information from an analysis.
Definition: BeamWithHinges3d.cpp:1234
int revertToStart(void)
Reverts the element to its initial state.
Definition: BeamWithHinges3d.cpp:229
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensio...
Definition: CrossSectionProperties3d.h:40
Float vector abstraction.
Definition: Vector.h:93
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: BeamWithHinges3d.cpp:1303
~BeamWithHinges3d(void)
Destructor.
Definition: BeamWithHinges3d.cpp:140
Definition: Response.h:71
int getNumDOF(void) const
Return the number of element DOFs.
Definition: BeamWithHinges3d.cpp:146
Internal forces for a beam column 3D element.
Definition: FVectorBeamColumn3d.h:40
CrdTransf provides the abstraction of a frame coordinate transformation.
Definition: CrdTransf.h:87
3D beam with hinges in both ends.
Definition: BeamWithHinges3d.h:73
Base class for beam-column cross sections.
Definition: PrismaticBarCrossSection.h:50
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: BeamWithHinges3d.cpp:556
Base class for materials.
Definition: Material.h:91
Vector of integers.
Definition: ID.h:93
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: BeamWithHinges3d.cpp:625
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: BeamWithHinges3d.cpp:599
int update(void)
Updates the element state.
Definition: BeamWithHinges3d.cpp:737
Base class for the finite elements.
Definition: Element.h:109
int commitState(void)
Commit the current element state.
Definition: BeamWithHinges3d.cpp:178
int addLoad(ElementalLoad *theLoad, double loadFactor)
Effect of the load on the element.
Definition: BeamWithHinges3d.cpp:487
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: BeamWithHinges3d.cpp:1341
3D beam colun element with PrismaticBarCrossSection material type.
Definition: BeamColumnWithSectionFDTrf3d.h:65
int revertToLastCommit(void)
Revert to the last commited state.
Definition: BeamWithHinges3d.cpp:200
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: BeamWithHinges3d.cpp:463
void zeroLoad(void)
Zeroes loads on element.
Definition: BeamWithHinges3d.cpp:477
Element * getCopy(void) const
Virtual constructor.
Definition: BeamWithHinges3d.cpp:136
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: BeamWithHinges3d.cpp:255
Response * setResponse(const std::vector< std::string > &argv, Information &)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: BeamWithHinges3d.cpp:1203
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Definition: Parameter.h:65
Base class for loads over elements.
Definition: ElementalLoad.h:77
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: BeamWithHinges3d.cpp:683
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: BeamWithHinges3d.cpp:651
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: BeamWithHinges3d.cpp:546
void setDomain(Domain *theDomain)
Establece el domain of the element.
Definition: BeamWithHinges3d.cpp:150
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: BeamWithHinges3d.cpp:665
Base class for 3D coordinate transformation.
Definition: CrdTransf3d.h:80