XC Open source finite element analysis program
|
Section fiber. More...
#include <Fiber.h>
Public Member Functions | |
Fiber (int tag, int classTag) | |
constructor. | |
virtual int | setTrialFiberStrain (const Vector &vs)=0 |
virtual Vector & | getFiberStressResultants (void)=0 |
virtual Matrix & | getFiberTangentStiffContr (void)=0 |
virtual int | commitState (void)=0 |
virtual int | revertToLastCommit (void)=0 |
virtual int | revertToStart (void)=0 |
virtual Fiber * | getCopy (void) const =0 |
Virtual constructor. | |
virtual int | getOrder (void) const =0 |
virtual const ResponseId & | getType (void) const =0 |
virtual const bool | isDead (void) const |
virtual const bool | isAlive (void) const |
virtual void | kill (void) |
virtual void | alive (void) |
virtual Response * | setResponse (const std::vector< std::string > &argv, Information &info) |
virtual int | getResponse (int responseID, Information &info) |
virtual void | getFiberLocation (double &y, double &z) const =0 |
virtual double | getLocY (void) const =0 |
virtual double | getLocZ (void) const |
Pos2d | getPos (void) const |
Returns fiber position. | |
virtual UniaxialMaterial * | getMaterial (void)=0 |
virtual const UniaxialMaterial * | getMaterial (void) const =0 |
virtual double | getArea (void) const =0 |
double | getStrain (void) const |
Returns fiber strain. | |
double | getFuerza (void) const |
Return the fuerza con la que actúa la fibra. | |
double | getMz (const double &y0=0.0) const |
Returns the momento de la fuerza ejercida por la fibra respecto al eje paralelo al «z» que pasa por y0. | |
double | getMy (const double &z0=0.0) const |
Returns the momento de la fuerza ejercida por la fibra respecto al eje paralelo al «y» que pasa por z0. | |
Public Member Functions inherited from XC::TaggedObject | |
TaggedObject (int tag, EntCmd *owr=nullptr) | |
Constructor. | |
void | assignTag (int newTag) |
Establece el valor del tag. | |
int | getTag (void) const |
virtual void | Print (std::ostream &s, int flag=0) |
Imprime el objeto. | |
Public Member Functions inherited from XC::MovableObject | |
MovableObject (int classTag, int dbTag) | |
Constructor. | |
MovableObject (int classTag) | |
Constructor. | |
MovableObject (const MovableObject &otro) | |
Copy constructor. | |
MovableObject & | operator= (const MovableObject &otro) |
Operacdor asignación. | |
int | getClassTag (void) const |
Returns the tag de la clase. | |
int | getDbTag (void) const |
Returns the tag para la database. | |
int | getDbTag (CommParameters &) |
Returns the tag para la database. | |
void | setDbTag (int dbTag) |
Asigna el tag para la database. | |
void | setDbTag (CommParameters &) |
Asigna, sólo si es preciso, el tag para la database. | |
virtual int | sendSelf (CommParameters &)=0 |
virtual int | recvSelf (const CommParameters &)=0 |
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
virtual int | updateParameter (int parameterID, Information &info) |
virtual int | activateParameter (int parameterID) |
virtual int | setVariable (const std::string &variable, Information &) |
Returns the identificador de la variable cuyo nombre being passed as parameter. | |
virtual int | getVariable (const std::string &variable, Information &) |
Public Member Functions inherited from XC::DistributedBase | |
DistributedBase (void) | |
Constructor. | |
virtual DbTagData & | getDbTagData (void) const |
Returns a vector to store class dbTags. | |
const int & | getDbTagDataPos (const int &i) const |
Returns the data at the i-th position. | |
void | setDbTagDataPos (const int &i, const int &v) |
Sets the data at the i-th position. | |
void | inicComm (const int &dataSize) const |
Initializes communication. | |
Protected Member Functions | |
int | sendData (CommParameters &) |
Send data through the channel being passed as parameter. | |
int | recvData (const CommParameters &) |
Receive data through the channel being passed as parameter. | |
Protected Member Functions inherited from XC::TaggedObject | |
void | setTag (int newTag) |
Establece el valor del tag. | |
Section fiber.