66 #ifndef UniaxialFiber2d_h 67 #define UniaxialFiber2d_h 69 #include "UniaxialFiber.h" 72 class UniaxialMaterial;
104 void Print(std::ostream &s,
int flag =0);
107 int getResponse(
int responseID,
Information &info);
110 virtual double getLocY(
void)
const int sendData(CommParameters &)
Send data through the channel being passed as parameter.
Definition: UniaxialFiber2d.cpp:155
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: UniaxialFiber2d.cpp:171
UniaxialFiber2d(void)
Constructor for blank object that recvSelf needs to be invoked upon.
Definition: UniaxialFiber2d.cpp:82
Matrix & getFiberTangentStiffContr(void)
Fiber contribution to the tangent stiffness matrix.
Definition: UniaxialFiber2d.cpp:123
Representa una fibra de material uniaxial.
Definition: UniaxialFiber.h:41
Vector & getFiberStressResultants(void)
Returns the resultante de tensiones en la fibra.
Definition: UniaxialFiber2d.cpp:104
int setTrialFiberStrain(const Vector &vs)
Sets the fiber trial strain.
Definition: UniaxialFiber2d.cpp:95
int getOrder(void) const
Returns the dimension of the stress resultant vector.
Definition: UniaxialFiber2d.cpp:148
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
Fiber * getCopy(void) const
Virtual constructor.
Definition: UniaxialFiber2d.cpp:144
int recvData(const CommParameters &)
Receive data through the channel being passed as parameter.
Definition: UniaxialFiber2d.cpp:163
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: UniaxialFiber2d.cpp:186
Uniaxial fiber on a bi-dimensional space.
Definition: UniaxialFiber2d.h:77
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
Section fiber.
Definition: Fiber.h:89
Communication parameters between processes.
Definition: CommParameters.h:65
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: UniaxialFiber2d.cpp:205
================================================================================
Definition: ContinuaReprComponent.h:34
Definition: Response.h:71
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88
void getFiberLocation(double &y, double &z) const
Returns fiber position.
Definition: UniaxialFiber2d.cpp:236