61 #ifndef BeamColumnJoint3d_h 62 #define BeamColumnJoint3d_h 64 #include <domain/mesh/element/ElemWithMaterial.h> 65 #include "domain/mesh/element/utils/physical_properties/BeamColumnJointPhysicalProperties.h" 66 #include <utility/matrix/Matrix.h> 67 #include <utility/matrix/Vector.h> 72 class FEM_ObjectBroker;
75 class UniaxialMaterial;
86 void getGlobalDispls(
Vector&) ;
87 void getBCJoint(
void);
89 void getdDef_du(
void);
97 int nodeDbTag, dofDbTag;
101 double elemActHeight;
128 BeamColumnJoint3d(
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);
130 BeamColumnJoint3d(
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);
161 const Matrix &getInitialStiff(
void)
const;
169 int addInertiaLoadToUnbalance(
const Vector &accel);
182 void Print(std::ostream &s,
int flag =0);
Float vector abstraction.
Definition: Vector.h:93
3D beam-column joint element.
Definition: BeamColumnJoint3d.h:81
Definition: Response.h:71
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: BeamColumnJoint3d.cpp:939
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: BeamColumnJoint3d.cpp:914
int revertToLastCommit(void)
Revert to the last commited state.
Definition: BeamColumnJoint3d.cpp:211
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:92
int revertToStart(void)
Reverts the element to its initial state.
Definition: BeamColumnJoint3d.cpp:221
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: BeamColumnJoint3d.cpp:246
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: BeamColumnJoint3d.cpp:951
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: BeamColumnJoint3d.cpp:1096
bool isSubdomain(void)
Returns true if the element is a subdomain.
Definition: BeamColumnJoint3d.h:134
int sendSelf(CommParameters &)
Send the object.
Definition: BeamColumnJoint3d.cpp:933
Element * getCopy(void) const
Virtual constructor.
Definition: BeamColumnJoint3d.cpp:131
int commitState(void)
Commit the current element state.
Definition: BeamColumnJoint3d.cpp:199
Base class for the finite elements.
Definition: Element.h:109
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: BeamColumnJoint3d.cpp:137
int update(void)
Updates the element state.
Definition: BeamColumnJoint3d.cpp:227
int recvSelf(const CommParameters &)
Receive the object.
Definition: BeamColumnJoint3d.cpp:936
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: BeamColumnJoint3d.cpp:1093
const Matrix & getDamp(void) const
Returns the damping matrix.
Definition: BeamColumnJoint3d.cpp:908
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int getNumDOF(void) const
return the number of DOF associated with the element.
Definition: BeamColumnJoint3d.cpp:134
Element with material.
Definition: ElemWithMaterial.h:40
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Definition: Parameter.h:65
Base class for loads over elements.
Definition: ElementalLoad.h:77
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: BeamColumnJoint3d.cpp:256
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: BeamColumnJoint3d.cpp:927
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: BeamColumnJoint3d.cpp:1009