52 #ifndef BeamWithHinges2d_h 53 #define BeamWithHinges2d_h 55 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFDTrf2d.h> 56 #include "material/section/repres/CrossSectionProperties2d.h" 57 #include "domain/mesh/element/utils/fvectors/FVectorBeamColumn2d.h" 58 #include <utility/matrix/Matrix.h> 59 #include <utility/matrix/Vector.h> 63 class FEM_ObjectBroker;
65 class PrismaticBarCrossSection;
108 static double workArea[];
110 void setHinges(
void);
112 void getForceInterpMatrix(
Matrix &b,
double x,
const ID &c);
113 void getDistrLoadInterpMatrix(
Matrix &bp,
double x,
const ID &c);
119 double E,
double A,
double I,
122 CrdTransf2d &coordTrans,
double massDensPerUnitLength = 0.0,
123 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;
const Matrix & getTangentStiff(void) const
Computes the element flexibility matrix, then returns its inverse.
Definition: BeamWithHinges2d.cpp:335
int revertToStart(void)
Invokes revertToStart() on each section and returns the sum of the result of these invocations...
Definition: BeamWithHinges2d.cpp:235
Float vector abstraction.
Definition: Vector.h:94
void zeroLoad(void)
Zero the element load contributions to the residual.
Definition: BeamWithHinges2d.cpp:537
2D beam element with SectionForceDeformation type material.
Definition: BeamColumnWithSectionFDTrf2d.h:44
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
int recvData(const Communicator &)
Receives members through the communicator argument.
Definition: BeamWithHinges2d.cpp:721
int addLoad(ElementalLoad *, double loadFactor)
Effect of the load over the element.
Definition: BeamWithHinges2d.cpp:547
const Vector & getResistingForce(void) const
Returns the element resisting force vector.
Definition: BeamWithHinges2d.cpp:627
Base class for beam-column cross sections.
Definition: PrismaticBarCrossSection.h:50
Base class for materials.
Definition: Material.h:93
Vector of integers.
Definition: ID.h:95
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: BeamWithHinges2d.cpp:782
int sendData(Communicator &)
Send members through the communicator argument.
Definition: BeamWithHinges2d.cpp:695
const Vector & getResistingForceIncInertia(void) const
Returns the element resisting force vector.
Definition: BeamWithHinges2d.cpp:649
int getNumDOF(void) const
Returns 6, the number of degrees of freedom for this element.
Definition: BeamWithHinges2d.cpp:147
Base class for the finite elements.
Definition: Element.h:112
Base class for 2D coordinate transformation.
Definition: CrdTransf2d.h:78
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: BeamWithHinges2d.cpp:1314
BeamWithHinges2d(int tag, int nodeI, int nodeJ, double E, double A, double I, PrismaticBarCrossSection §ionRefI, double hingeIlen, PrismaticBarCrossSection §ionRefJ, double hingeJlen, CrdTransf2d &coordTrans, double massDensPerUnitLength=0.0, int max=1, double tol=1.0e-16)
Constructor.
Definition: BeamWithHinges2d.cpp:116
int update(void)
Updates the element state.
Definition: BeamWithHinges2d.cpp:818
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) for a bi-dimensiona...
Definition: CrossSectionProperties2d.h:55
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: BeamWithHinges2d.cpp:762
int commitState(void)
Invokes commitState() on each section and returns the sum of the result of these invocations.
Definition: BeamWithHinges2d.cpp:171
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: BeamWithHinges2d.cpp:1275
int getResponse(int responseID, Information &info)
Obtain information from an analysis.
Definition: BeamWithHinges2d.cpp:1227
2D beam with hinges in both ends.
Definition: BeamWithHinges2d.h:80
Element * getCopy(void) const
Virtual constructor.
Definition: BeamWithHinges2d.cpp:142
int revertToLastCommit(void)
Invokes revertToLastCommit() on each section and returns the sum of the result of these invocations...
Definition: BeamWithHinges2d.cpp:203
Internal forces for a beam-column 2D element.
Definition: FVectorBeamColumn2d.h:41
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: BeamWithHinges2d.cpp:150
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
const Matrix & getMass(void) const
Return the element lumped mass matrix.
Definition: BeamWithHinges2d.cpp:521
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: BeamWithHinges2d.cpp:747
Parameter.
Definition: Parameter.h:68
Base class for loads over elements.
Definition: ElementalLoad.h:79
Response * setResponse(const std::vector< std::string > &argv, Information &info)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: BeamWithHinges2d.cpp:1191
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117