XC Open source finite element analysis program
|
Deformation plane for a cross-section. More...
#include <DeformationPlane.h>
Public Member Functions | |
DeformationPlane (const Pos3d &p1, const Pos3d &p2, const Pos3d &p3) | |
DeformationPlane (const Plano3d &) | |
DeformationPlane (const Pos2d &yz1, const double &e_1, const Pos2d &yz2, const double &e_2, const Pos2d &yz3, const double &e_3) | |
Strains at three fibers. | |
DeformationPlane (const double &eps=0.0) | |
Constant strain over the section. | |
DeformationPlane (const Vector &e) | |
double | Strain (const Pos2d &p) const |
Return the strain of the fiber at the position being passed as parameter. | |
const Vector & | getDeformation (const size_t &order, const ResponseId &code) const |
Returns the generalized strains vector. | |
void | ConstantStrain (const double &) |
Recta2d | getFibraNeutra (void) const |
Return the neutral axis. | |
Pos2d | getPuntoSemiplanoTracciones (void) const |
Returns (if possible) un punto en el que las tensiones son de tracción. | |
Pos2d | getPuntoSemiplanoCompresiones (void) const |
Returns (if possible) un punto en el que las tensiones son de compresion. | |
Semiplano2d | getSemiplanoTracciones (void) const |
Returns the tensioned half-plane. | |
Semiplano2d | getSemiplanoTracciones (const Recta2d &) const |
Returns the half plane which border is the line being passed as parameter and is contained in the half plane in traction. | |
Semiplano2d | getSemiplanoCompresiones (void) const |
Returns the compressed half plane. | |
Semiplano2d | getSemiplanoCompresiones (const Recta2d &) const |
Returns the compressed half-plane. | |
int | sendSelf (CommParameters &) |
Sends object through the channel being passed as parameter. | |
int | recvSelf (const CommParameters &) |
Receives object through the channel being passed as parameter. | |
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 | 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 | |
bool | check_positions (const Pos2d &, const Pos2d &, const Pos2d &) |
bool | check_positions (const Pos3d &, const Pos3d &, const Pos3d &) |
int | sendData (CommParameters &) |
Send object members through the channel being passed as parameter. | |
int | recvData (const CommParameters &) |
Receives object members through the channel being passed as parameter. | |
const Vector & | getDeformation (void) const |
Returns the generalized strains vector. | |
Friends | |
class | SectionForceDeformation |
class | DqFibras |
class | FiberSectionBase |
Deformation plane for a cross-section.