29 #ifndef FiberSectionShear3d_h 30 #define FiberSectionShear3d_h 32 #include "FiberSection3d.h" 58 void freeRespVyVzT(
void);
76 void setRespVyVzTByName(
const std::string &,
const std::string &,
const std::string &);
100 void Print(std::ostream &s,
int flag =0)
const;
int setTrialSectionDeformation(const Vector &deforms)
Asigna la trial strain.
Definition: FiberSectionShear3d.cc:235
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix.
Definition: FiberSectionShear3d.cc:324
int getVariable(int variableID, double &info)
Returns the value of the variable which name is being passed as parameter.
Definition: FiberSectionShear3d.cc:467
Float vector abstraction.
Definition: Vector.h:93
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: FiberSectionShear3d.cc:440
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: FiberSectionShear3d.cc:421
FiberSectionShear3d(int tag=0, MaterialHandler *mat_ldr=nullptr)
Constructor.
Definition: FiberSectionShear3d.cc:120
int commitState(void)
Commit material state (normally after convergence is achieved).
Definition: FiberSectionShear3d.cc:361
const Vector & getSectionDeformation(void) const
Returns material's trial generalized deformation.
Definition: FiberSectionShear3d.cc:268
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:92
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: FiberSectionShear3d.cc:398
UniaxialMaterial * getRespVz(void)
Returns shear z response.
Definition: FiberSectionShear3d.cc:184
int setInitialSectionDeformation(const Vector &deforms)
Asigna la initial strain.
Definition: FiberSectionShear3d.cc:223
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: FiberSectionShear3d.cc:406
int revertToStart(void)
Returns to the initial state.
Definition: FiberSectionShear3d.cc:380
const Vector & getStressResultant(void) const
Returns stress resultant.
Definition: FiberSectionShear3d.cc:338
void setRespVyByName(const std::string &)
Sets the material defining the shear response along the y axis.
Definition: FiberSectionShear3d.cc:140
Fiber section model in a three-dimensional space.
Definition: FiberSection3d.h:72
const Matrix & getSectionFlexibility(void) const
Returns the flexibility matrix.
Definition: FiberSectionShear3d.cc:310
void setRespVzByName(const std::string &)
Sets the material defining the shear response along the y axis.
Definition: FiberSectionShear3d.cc:164
UniaxialMaterial * getRespVy(void)
Returns shear y response.
Definition: FiberSectionShear3d.cc:160
void zeroInitialSectionDeformation(void)
Zeroes initial strain of the section.
Definition: FiberSectionShear3d.cc:247
int getOrder(void) const
Return the number of response quantities provided by the section.
Definition: FiberSectionShear3d.cc:357
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
const Vector & getInitialSectionDeformation(void) const
Returns the initial strain of the section.
Definition: FiberSectionShear3d.cc:256
int revertToLastCommit(void)
Returns the material to the last commited state.
Definition: FiberSectionShear3d.cc:371
FiberSectionShear3d decorates an MP section (couple bending and axial) with an uncoupled shear relati...
Definition: FiberSectionShear3d.h:40
Material handler (definition, searching,...).
Definition: MaterialHandler.h:45
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: FiberSectionShear3d.cc:350
const Matrix & getInitialTangent(void) const
Returns the initial tangent stiffness matrix.
Definition: FiberSectionShear3d.cc:295
const ResponseId & getType(void) const
Section stiffness contribution response identifiers.
Definition: FiberSectionShear3d.cc:354
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int setVariable(const std::string &argv)
Returns the identifier of the variable which name is being passed as parameter.
Definition: FiberSectionShear3d.cc:452
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
UniaxialMaterial * getRespT(void)
Returns torsion response.
Definition: FiberSectionShear3d.cc:208
const Matrix & getSectionTangent(void) const
Returns the tangent stiffness matrix.
Definition: FiberSectionShear3d.cc:280
XC::FiberSectionShear3d & operator=(const FiberSectionShear3d &)
Assignment operator.
Definition: FiberSectionShear3d.cc:130
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: FiberSectionShear3d.cc:390
~FiberSectionShear3d(void)
destructor:
Definition: FiberSectionShear3d.cc:219
void setRespTByName(const std::string &)
Sets the material defining the shear response along the y axis.
Definition: FiberSectionShear3d.cc:188