52 #ifndef GenericSection1d_h 53 #define GenericSection1d_h 65 #include <material/section/SeccionBarraPrismatica.h> 66 #include <utility/matrix/Matrix.h> 70 class UniaxialMaterial;
112 int getOrder(
void)
const;
117 void Print(std::ostream &s,
int flag = 0);
int commitState(void)
Returns the index of the commited state.
Definition: GenericSection1d.cpp:175
??.
Definition: GenericSection1d.h:75
int setInitialSectionDeformation(const Vector &)
Sets the cross-section initial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:105
int revertToLastCommit(void)
Returns to the last commited state.
Definition: GenericSection1d.cpp:179
int revertToStart(void)
Returns to the initial state.
Definition: GenericSection1d.cpp:183
const Vector & getStressResultant(void) const
Return the stress resultant over the section.
Definition: GenericSection1d.cpp:135
int sendSelf(CommParameters &)
Sends object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:219
const Matrix & getInitialFlexibility(void) const
Returns the valor inicial la matriz de flexibilidad.
Definition: GenericSection1d.cpp:167
~GenericSection1d(void)
Destructor.
Definition: GenericSection1d.cpp:100
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:210
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
Base class for beam-column cross sections. Constitutive equations of the section. ...
Definition: SeccionBarraPrismatica.h:50
void zeroInitialSectionDeformation(void)
Zeroes initial strain.
Definition: GenericSection1d.cpp:114
const Vector & getInitialSectionDeformation(void) const
Returns the cross-section initial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:119
int setTrialSectionDeformation(const Vector &)
Sets the cross-section trial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:110
const Matrix & getInitialTangent(void) const
Returns the valor inicial de la tangent stiffness matrix.
Definition: GenericSection1d.cpp:149
GenericSection1d(void)
Constructor.
Definition: GenericSection1d.cpp:95
const Matrix & getSectionFlexibility(void) const
Return the matriz de flexibilidad.
Definition: GenericSection1d.cpp:156
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: GenericSection1d.cpp:251
UniaxialMaterial * theModel
Material model.
Definition: GenericSection1d.h:79
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: GenericSection1d.cpp:197
Communication parameters between processes.
Definition: CommParameters.h:65
const Matrix & getSectionTangent(void) const
Return the tangent stiffness matrix.
Definition: GenericSection1d.cpp:142
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:201
================================================================================
Definition: ContinuaReprComponent.h:34
int recvSelf(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:233
const ResponseId & getType(void) const
Returns the tipo de respuesta.
Definition: GenericSection1d.cpp:187
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88
const Vector & getSectionDeformation(void) const
Returns material's trial generalized deformation.
Definition: GenericSection1d.cpp:127