62 #ifndef BeamColumnJoint2d_h 63 #define BeamColumnJoint2d_h 65 #include <domain/mesh/element/ElemWithMaterial.h> 66 #include "domain/mesh/element/utils/physical_properties/BeamColumnJointPhysicalProperties.h" 67 #include <utility/matrix/Matrix.h> 68 #include <utility/matrix/Vector.h> 73 class FEM_ObjectBroker;
76 class UniaxialMaterial;
86 void getGlobalDispls(
Vector&) ;
87 void getBCJoint(
void);
89 void getdDef_du(
void);
96 int nodeDbTag, dofDbTag;
120 BeamColumnJoint2d(
int tag,
int Nd1,
int Nd2,
int Nd3,
int Nd4,
const UniaxialMaterial &theMat1,
const UniaxialMaterial &theMat2,
const UniaxialMaterial &theMat3,
const UniaxialMaterial &theMat4,
const UniaxialMaterial &theMat5,
const UniaxialMaterial &theMat6,
const UniaxialMaterial &theMat7,
const UniaxialMaterial &theMat8,
const UniaxialMaterial &theMat9,
const UniaxialMaterial &theMat10,
const UniaxialMaterial &theMat11,
const UniaxialMaterial &theMat12,
const UniaxialMaterial &theMat13);
122 BeamColumnJoint2d(
int tag,
int Nd1,
int Nd2,
int Nd3,
int Nd4,
const UniaxialMaterial &theMat1,
const UniaxialMaterial &theMat2,
const UniaxialMaterial &theMat3,
const UniaxialMaterial &theMat4,
const UniaxialMaterial &theMat5,
const UniaxialMaterial &theMat6,
const UniaxialMaterial &theMat7,
const UniaxialMaterial &theMat8,
const UniaxialMaterial &theMat9,
const UniaxialMaterial &theMat10,
const UniaxialMaterial &theMat11,
const UniaxialMaterial &theMat12,
const UniaxialMaterial &theMat13,
double Hgtfac,
double Wdtfac);
153 const Matrix &getInitialStiff(
void)
const;
161 int addInertiaLoadToUnbalance(
const Vector &accel);
174 void Print(std::ostream &s,
int flag =0)
const;
Element * getCopy(void) const
Virtual constructor.
Definition: BeamColumnJoint2d.cpp:126
int sendSelf(Communicator &)
Send the object.
Definition: BeamColumnJoint2d.cpp:890
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: BeamColumnJoint2d.cpp:238
Base class response objects.
Definition: Response.h:81
int revertToLastCommit(void)
Revert to the last committed state.
Definition: BeamColumnJoint2d.cpp:196
int commitState(void)
Commit the current element state.
Definition: BeamColumnJoint2d.cpp:184
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: BeamColumnJoint2d.cpp:132
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:93
bool isSubdomain(void)
Returns true if the element is a subdomain.
Definition: BeamColumnJoint2d.h:126
int recvSelf(const Communicator &)
Receive the object.
Definition: BeamColumnJoint2d.cpp:896
Base class for the finite elements.
Definition: Element.h:112
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: BeamColumnJoint2d.cpp:1047
int getNumDOF(void) const
return the number of DOF associated with the element.
Definition: BeamColumnJoint2d.cpp:129
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: BeamColumnJoint2d.cpp:867
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: BeamColumnJoint2d.cpp:884
2D beam column joint.
Definition: BeamColumnJoint2d.h:81
const Matrix & getDamp(void) const
Returns the damping matrix.
Definition: BeamColumnJoint2d.cpp:861
Response * setResponse(const std::vector< std::string > &argv, Information &eleInfo)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: BeamColumnJoint2d.cpp:913
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: BeamColumnJoint2d.cpp:228
int update(void)
Updates the element state.
Definition: BeamColumnJoint2d.cpp:212
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int revertToStart(void)
Reverts the element to its initial state.
Definition: BeamColumnJoint2d.cpp:206
Element with material.
Definition: ElemWithMaterial.h:45
Matrix of floats.
Definition: Matrix.h:111
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: BeamColumnJoint2d.cpp:971
Parameter.
Definition: Parameter.h:68
Base class for loads over elements.
Definition: ElementalLoad.h:79
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: BeamColumnJoint2d.cpp:902
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: BeamColumnJoint2d.cpp:1050