29 #ifndef HingeBeamIntegration3d_h 30 #define HingeBeamIntegration3d_h 32 #include "PlasticLengthsBeamIntegration.h" 33 #include "material/section/repres/CrossSectionProperties3d.h" 49 HingeBeamIntegration3d(
int classTag,
double E,
double A,
double Iz,
double Iy,
double G,
double J,
double lpI,
double lpJ);
61 void Print(std::ostream &s,
int flag = 0);
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:90
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensio...
Definition: CrossSectionProperties3d.h:40
Element internal forces.
Definition: FVector.h:44
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:106
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: HingeBeamIntegration3d.cc:51
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:120
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: HingeBeamIntegration3d.cc:83
CrossSectionProperties3d ctes_scc
Mechanical properties of the section E,A,Iy,...
Definition: HingeBeamIntegration3d.h:44
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: HingeBeamIntegration3d.cc:139
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: HingeBeamIntegration3d.cc:65
??.
Definition: PlasticLengthsBeamIntegration.h:39
??.
Definition: HingeBeamIntegration3d.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Definition: Parameter.h:65
Base class for loads over elements.
Definition: ElementalLoad.h:77
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:98