52 #ifndef BeamWithHinges3d_h 53 #define BeamWithHinges3d_h 55 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFDTrf3d.h> 56 #include <utility/matrix/Matrix.h> 57 #include <utility/matrix/Vector.h> 58 #include "material/section/repres/CrossSectionProperties3d.h" 59 #include "domain/mesh/element/utils/fvectors/FVectorBeamColumn3d.h" 64 class FEM_ObjectBroker;
66 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);
142 const Matrix &getInitialStiff(
void)
const;
147 int addInertiaLoadToUnbalance(
const Vector &accel);
160 void Print(std::ostream &s,
int flag = 0)
const;
int getResponse(int responseID, Information &info)
Obtain information from an analysis.
Definition: BeamWithHinges3d.cpp:1237
int revertToStart(void)
Revert the state of element to initial.
Definition: BeamWithHinges3d.cpp:220
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensio...
Definition: CrossSectionProperties3d.h:42
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: BeamWithHinges3d.cpp:1306
~BeamWithHinges3d(void)
Destructor.
Definition: BeamWithHinges3d.cpp:136
Base class response objects.
Definition: Response.h:81
int getNumDOF(void) const
Return the number of element DOFs.
Definition: BeamWithHinges3d.cpp:142
Internal forces for a beam column 3D element.
Definition: FVectorBeamColumn3d.h:41
CrdTransf provides the abstraction of a frame coordinate transformation.
Definition: CrdTransf.h:88
3D beam with hinges in both ends.
Definition: BeamWithHinges3d.h:74
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:553
Base class for materials.
Definition: Material.h:93
Vector of integers.
Definition: ID.h:95
int addLoad(ElementalLoad *, double loadFactor)
Effect of the load on the element.
Definition: BeamWithHinges3d.cpp:480
int update(void)
Updates the element state.
Definition: BeamWithHinges3d.cpp:739
Base class for the finite elements.
Definition: Element.h:112
int commitState(void)
Commit the current element state.
Definition: BeamWithHinges3d.cpp:169
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: BeamWithHinges3d.cpp:1344
3D beam colun element with PrismaticBarCrossSection material type.
Definition: BeamColumnWithSectionFDTrf3d.h:66
int revertToLastCommit(void)
Revert the state of element to its last commit.
Definition: BeamWithHinges3d.cpp:192
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: BeamWithHinges3d.cpp:455
void zeroLoad(void)
Zeroes loads on element.
Definition: BeamWithHinges3d.cpp:470
int recvData(const Communicator &)
Receives members through the communicator argument.
Definition: BeamWithHinges3d.cpp:623
Element * getCopy(void) const
Virtual constructor.
Definition: BeamWithHinges3d.cpp:132
int sendData(Communicator &)
Send members through the communicator argument.
Definition: BeamWithHinges3d.cpp:597
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: BeamWithHinges3d.cpp:649
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: BeamWithHinges3d.cpp:684
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: BeamWithHinges3d.cpp:246
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:1206
Matrix of floats.
Definition: Matrix.h:111
Parameter.
Definition: Parameter.h:68
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: BeamWithHinges3d.cpp:664
Base class for loads over elements.
Definition: ElementalLoad.h:79
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: BeamWithHinges3d.cpp:543
void setDomain(Domain *theDomain)
Establece el domain of the element.
Definition: BeamWithHinges3d.cpp:146
Base class for 3D coordinate transformation.
Definition: CrdTransf3d.h:81