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);
54 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
55 int updateParameter(
int parameterID,
Information &info);
56 int activateParameter(
int parameterID);
61 void Print(std::ostream &s,
int flag = 0);
Element internal forces.
Definition: FVector.h:44
CrossSectionProperties3d ctes_scc
Mechanical properties of the section E,A,Iy,...
Definition: HingeBeamIntegration3d.h:44
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: HingeBeamIntegration3d.cc:139
Mechanical properties of a section (area, moments of inertia,...) in a three-dimensional problem (six...
Definition: CrossSectionProperties3d.h:40
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:98
??.
Definition: HingeBeamIntegration3d.h:41
Base class for loads over elements.
Definition: ElementalLoad.h:73
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:106
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:120
??.
Definition: PlasticLengthsBeamIntegration.h:39
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: HingeBeamIntegration3d.cc:90
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34