51 #ifndef BeamWithHinges2d_h 52 #define BeamWithHinges2d_h 54 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFDTrf2d.h> 55 #include "material/section/repres/CrossSectionProperties2d.h" 56 #include "domain/mesh/element/utils/fvectors/FVectorBeamColumn2d.h" 57 #include <utility/matrix/Matrix.h> 58 #include <utility/matrix/Vector.h> 62 class FEM_ObjectBroker;
64 class SeccionBarraPrismatica;
102 static double workArea[];
104 void setHinges(
void);
106 void getForceInterpMatrix(
Matrix &b,
double x,
const ID &c);
107 void getDistrLoadInterpMatrix(
Matrix &bp,
double x,
const ID &c);
113 double E,
double A,
double I,
116 CrdTransf2d &coordTrans,
double massDensPerUnitLength = 0.0,
117 int max = 1,
double tol = 1.0e-16);
123 double getRho(
void)
const 125 void setRho(
const double &r)
133 int getNumDOF(
void)
const;
137 int revertToLastCommit(
void);
138 int revertToStart(
void);
141 const Matrix &getTangentStiff(
void)
const;
142 const Matrix &getInitialStiff(
void)
const;
147 int addInertiaLoadToUnbalance(
const Vector &accel);
148 const Vector &getResistingForce(
void)
const;
155 int getResponse(
int responseID,
Information &info);
157 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
158 int updateParameter(
int parameterID,
Information &info);
160 void Print(std::ostream &s,
int flag = 0);
CrdTransf provides the abstraction of a frame coordinate transformation. It is an abstract base class...
Definition: CrdTransf.h:87
2D beam element with SectionForceDeformation type material.
Definition: BeamColumnWithSectionFDTrf2d.h:43
Base class for materials.
Definition: Material.h:85
void zeroLoad(void)
Zeroes loads on element.
Definition: BeamWithHinges2d.cpp:423
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: BeamWithHinges2d.cpp:578
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: BeamWithHinges2d.cpp:552
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: BeamWithHinges2d.cpp:409
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: BeamWithHinges2d.cpp:636
int commitState(void)
Consuma el estado of the element.
Definition: BeamWithHinges2d.cpp:159
int update(void)
Actualiza el estado of the element.
Definition: BeamWithHinges2d.cpp:672
Element * getCopy(void) const
Virtual constructor.
Definition: BeamWithHinges2d.cpp:126
int addLoad(ElementalLoad *theLoad, double loadFactor)
Effect of the load over the element.
Definition: BeamWithHinges2d.cpp:433
Base calass for the finite elements.
Definition: Element.h:104
Base class for loads over elements.
Definition: ElementalLoad.h:73
Base class for beam-column cross sections. Constitutive equations of the section. ...
Definition: SeccionBarraPrismatica.h:50
2D beam with hinges in both ends.
Definition: BeamWithHinges2d.h:73
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: BeamWithHinges2d.cpp:137
const Vector & getResistingForceIncInertia(void) const
Returns the action of the element over its attached nodes. Computes damping matrix.
Definition: BeamWithHinges2d.cpp:507
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: BeamWithHinges2d.cpp:618
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: BeamWithHinges2d.cpp:604
Internal forces for a beam-column 2D element.
Definition: FVectorBeamColumn2d.h:40
Mechanical properties of a cross section (area, moments of inertia,...) for a bi-dimensional problem ...
Definition: CrossSectionProperties2d.h:52
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
Base class for 2D coordinate transformation.
Definition: CrdTransf2d.h:77
================================================================================
Definition: ContinuaReprComponent.h:34
Definition: Response.h:71