52 #ifndef GenericSection1d_h 53 #define GenericSection1d_h 65 #include <material/section/PrismaticBarCrossSection.h> 66 #include <utility/matrix/Matrix.h> 70 class UniaxialMaterial;
122 void Print(std::ostream &s,
int flag = 0);
int setInitialSectionDeformation(const Vector &)
Sets the cross-section initial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:111
Float vector abstraction.
Definition: Vector.h:93
GenericSection1d(void)
Constructor.
Definition: GenericSection1d.cpp:101
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:92
UniaxialMaterial * theModel
Material model.
Definition: GenericSection1d.h:84
int sendSelf(CommParameters &)
Sends object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:245
Base class for beam-column cross sections.
Definition: PrismaticBarCrossSection.h:50
int getOrder(void) const
Return order.
Definition: GenericSection1d.cpp:219
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:236
int recvSelf(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:260
const Matrix & getSectionFlexibility(void) const
Return the flexibility matrix.
Definition: GenericSection1d.cpp:175
void Print(std::ostream &s, int flag=0)
Prints to the stream s the object's tag, then invokes Print() on the UniaxialMaterial.
Definition: GenericSection1d.cpp:282
void zeroInitialSectionDeformation(void)
Zeroes initial strain.
Definition: GenericSection1d.cpp:123
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: GenericSection1d.cpp:223
const Matrix & getInitialFlexibility(void) const
Returns the initial value of the flexibility matrix.
Definition: GenericSection1d.cpp:186
const Vector & getInitialSectionDeformation(void) const
Returns the cross-section initial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:128
const Matrix & getInitialTangent(void) const
Returns the initial value of the tangent stiffness matrix.
Definition: GenericSection1d.cpp:164
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: GenericSection1d.cpp:227
~GenericSection1d(void)
Destructor.
Definition: GenericSection1d.cpp:106
const Vector & getStressResultant(void) const
Return the integration of stresses over the section.
Definition: GenericSection1d.cpp:147
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
const ResponseId & getType(void) const
Returns the response type.
Definition: GenericSection1d.cpp:212
const Vector & getSectionDeformation(void) const
Returns material's trial generalized deformation.
Definition: GenericSection1d.cpp:136
int revertToStart(void)
Invokes revertToStart() on the UniaxialMaterial and returns the result of that invocation.
Definition: GenericSection1d.cpp:205
Communication parameters between processes.
Definition: CommParameters.h:65
int setTrialSectionDeformation(const Vector &)
Sets the cross-section trial strain (generalized: axial and bending).
Definition: GenericSection1d.cpp:119
Matrix of floats.
Definition: Matrix.h:108
int revertToLastCommit(void)
Invokes revertToLastCommit() on the UniaxialMaterial and returns the result of that invocation...
Definition: GenericSection1d.cpp:200
Wrapper for an uniaxial material to behave like a section material.
Definition: GenericSection1d.h:80
const Matrix & getSectionTangent(void) const
Return the tangent stiffness matrix.
Definition: GenericSection1d.cpp:157
int commitState(void)
Invokes commitState() on the UniaxialMaterial and returns the result of that invocation.
Definition: GenericSection1d.cpp:195