72 #ifndef NLBeamColumn2d_h 73 #define NLBeamColumn2d_h 75 #include <domain/mesh/element/truss_beam_column/NLForceBeamColumn2dBase.h> 76 #include <utility/matrix/Matrix.h> 77 #include <utility/matrix/Vector.h> 78 #include <material/section/SeccionBarraPrismatica.h> 79 #include <domain/mesh/element/truss_beam_column/nonlinearBeamColumn/quadrule/GaussLobattoQuadRule1d01.h> 96 double cosTheta, sinTheta;
98 void getGlobalDispls(
Vector &dg)
const;
99 void getGlobalAccels(
Vector &ag)
const;
100 void getForceInterpolatMatrix(
double xi,
Matrix &b,
const ID &code);
101 void getDistrLoadInterpolatMatrix(
double xi,
Matrix &bp,
const ID &code);
102 void compSectionDisplacements(std::vector<Vector> &,std::vector<Vector> &)
const;
113 int numSections,
const std::vector<SeccionBarraPrismatica *> &,
114 CrdTransf2d &coordTransf,
double massDensPerUnitLength = 0.0,
115 int maxNumIters = 10,
double tolerance = 1e-12,
int maxSub = 10);
121 int revertToLastCommit(
void);
122 int revertToStart(
void);
125 const Matrix &getInitialStiff(
void)
const;
130 int addInertiaLoadToUnbalance(
const Vector &accel);
135 bool isSubdomain(
void);
140 friend std::ostream &operator<<(std::ostream &s,
NLBeamColumn2d &E);
141 void Print(std::ostream &s,
int flag =0);
144 int getResponse(
int responseID,
Information &eleInformation);
146 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
147 int updateParameter(
int parameterID,
Information &info);
CrdTransf provides the abstraction of a frame coordinate transformation. It is an abstract base class...
Definition: CrdTransf.h:87
int update(void)
Actualiza el estado of the element.
Definition: NLBeamColumn2d.cpp:403
Base class for materials.
Definition: Material.h:85
int commitState(void)
Consuma el estado of the element.
Definition: NLBeamColumn2d.cpp:177
const Vector & getResistingForceIncInertia(void) const
Returns the action of the element over its attached nodes. Computes damping matrix.
Definition: NLBeamColumn2d.cpp:931
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: NLBeamColumn2d.cpp:979
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
One-dimensional Gauss-Lobatto quadrature.
Definition: GaussLobattoQuadRule1d01.h:69
void zeroLoad(void)
Zeroes loads on element.
Definition: NLBeamColumn2d.cpp:874
Base calass for the finite elements.
Definition: Element.h:104
Base class for loads over elements.
Definition: ElementalLoad.h:73
Element * getCopy(void) const
Virtual constructor.
Definition: NLBeamColumn2d.cpp:141
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: NLBeamColumn2d.cpp:145
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: NLBeamColumn2d.cpp:863
Definition: NLForceBeamColumn2dBase.h:43
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: NLBeamColumn2d.cpp:1092
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: NLBeamColumn2d.cpp:971
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
Nonlinear beam-column bidimensional elements.
Definition: NLBeamColumn2d.h:91