62 #ifndef BeamColumnJoint3d_h    63 #define BeamColumnJoint3d_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;
    87   void getGlobalDispls(
Vector&) ;
    88   void getBCJoint(
void);
    90   void getdDef_du(
void);
    98   int nodeDbTag, dofDbTag;
   102   double elemActHeight;
   129   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);
   131   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);
   162   const Matrix &getInitialStiff(
void) 
const;           
   170   int addInertiaLoadToUnbalance(
const Vector &accel);
   183   void Print(std::ostream &s, 
int flag =0) 
const;    
 Float vector abstraction. 
Definition: Vector.h:94
3D beam-column joint element. 
Definition: BeamColumnJoint3d.h:82
int sendSelf(Communicator &)
Send the object. 
Definition: BeamColumnJoint3d.cpp:936
Communication parameters between processes. 
Definition: Communicator.h:66
Base class response objects. 
Definition: Response.h:81
const Matrix & getMass(void) const
Returns the mass matrix. 
Definition: BeamColumnJoint3d.cpp:917
int revertToLastCommit(void)
Revert to the last committed state. 
Definition: BeamColumnJoint3d.cpp:213
Base class for uniaxial materials. 
Definition: UniaxialMaterial.h:93
int revertToStart(void)
Reverts the element to its initial state. 
Definition: BeamColumnJoint3d.cpp:223
int recvSelf(const Communicator &)
Receive the object. 
Definition: BeamColumnJoint3d.cpp:939
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix. 
Definition: BeamColumnJoint3d.cpp:248
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:954
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info. 
Definition: BeamColumnJoint3d.cpp:1099
bool isSubdomain(void)
Returns true if the element is a subdomain. 
Definition: BeamColumnJoint3d.h:135
Element * getCopy(void) const
Virtual constructor. 
Definition: BeamColumnJoint3d.cpp:133
int commitState(void)
Commit the current element state. 
Definition: BeamColumnJoint3d.cpp:201
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: BeamColumnJoint3d.cpp:942
Base class for the finite elements. 
Definition: Element.h:112
void setDomain(Domain *theDomain)
Sets the domain for the element. 
Definition: BeamColumnJoint3d.cpp:139
int update(void)
Update joint state. 
Definition: BeamColumnJoint3d.cpp:230
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv. 
Definition: BeamColumnJoint3d.cpp:1096
const Matrix & getDamp(void) const
Returns the damping matrix. 
Definition: BeamColumnJoint3d.cpp:911
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int getNumDOF(void) const
return the number of DOF associated with the element. 
Definition: BeamColumnJoint3d.cpp:136
Element with material. 
Definition: ElemWithMaterial.h:45
Matrix of floats. 
Definition: Matrix.h:111
Parameter. 
Definition: Parameter.h:68
Base class for loads over elements. 
Definition: ElementalLoad.h:79
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element. 
Definition: BeamColumnJoint3d.cpp:258
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces. 
Definition: BeamColumnJoint3d.cpp:930
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis. 
Definition: BeamColumnJoint3d.cpp:1012