30 #ifndef HingeBeamIntegration3d_h 31 #define HingeBeamIntegration3d_h 33 #include "PlasticLengthsBeamIntegration.h" 34 #include "material/section/repres/CrossSectionProperties3d.h" 51 HingeBeamIntegration3d(
int classTag,
double E,
double A,
double Iz,
double Iy,
double G,
double J,
double lpI,
double lpJ);
63 void Print(std::ostream &s,
int flag = 0)
const;
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensio...
Definition: CrossSectionProperties3d.h:42
Element internal forces.
Definition: FVector.h:45
Communication parameters between processes.
Definition: Communicator.h:66
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: HingeBeamIntegration3d.cc:51
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: HingeBeamIntegration3d.cc:124
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: HingeBeamIntegration3d.cc:105
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: HingeBeamIntegration3d.cc:68
CrossSectionProperties3d ctes_scc
Mechanical properties of the section E,A,Iy,...
Definition: HingeBeamIntegration3d.h:46
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: HingeBeamIntegration3d.cc:91
int recvData(const Communicator &)
Receives members through the communicator argument.
Definition: HingeBeamIntegration3d.cc:83
int sendData(Communicator &)
Send members through the communicator argument.
Definition: HingeBeamIntegration3d.cc:75
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: HingeBeamIntegration3d.cc:60
Base class for plastic hinge integration methods on beam elements.
Definition: PlasticLengthsBeamIntegration.h:44
Base class for plastic hinge integration methods for 3D beam-column elements.
Definition: HingeBeamIntegration3d.h:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Parameter.
Definition: Parameter.h:68
Base class for loads over elements.
Definition: ElementalLoad.h:79