Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensional problem (six degrees of freedom on each section).
More...
|
| CrossSectionProperties3d (double E, double A, double Iz, double Iy, double G, double J, double alpha_y=0.0, double alpha_z=0.0, double rho=0.0) |
| Constructor.
|
|
| CrossSectionProperties3d (double EA, double EIz, double EIy, double GJ) |
| Constructor.
|
|
| CrossSectionProperties3d (const SectionForceDeformation &) |
| Constructor.
|
|
| CrossSectionProperties3d (void) |
| Constructor.
|
|
bool | check_values (void) |
| Check values of inertia values.
|
|
int | getDimension (void) |
|
double & | AlphaY (void) |
|
const double & | AlphaY (void) const |
|
void | setAlphaY (const double &al) |
|
double & | AlphaZ (void) |
|
const double & | AlphaZ (void) const |
|
void | setAlphaZ (const double &al) |
|
double | getAvz (void) const |
| get shear area.
|
|
void | setAvz (const double &avz) |
| set shear area.
|
|
double & | Iz (void) |
|
const double & | Iz (void) const |
|
void | setIz (const double &i) |
|
double & | Iy (void) |
|
const double & | Iy (void) const |
|
void | setIy (const double &i) |
|
double & | Iyz (void) |
|
const double & | Iyz (void) const |
|
void | setIyz (const double &i) |
|
double & | J (void) |
|
const double & | J (void) const |
|
void | setJ (const double &i) |
|
double | EIz (void) const |
| Returns the z bending stiffness.
|
|
double | EIy (void) const |
| Returns the y bending stiffness.
|
|
double | EIyz (void) const |
| Returns the contribution to the bending stiffness matrix of the product of inertia. More...
|
|
double | GJ (void) const |
| Returns the torsional stiffness.
|
|
double | GAAlphaY (void) const |
| Returns shear stiffness along y axis.
|
|
double | GAAlphaZ (void) const |
| Returns shear stiffness along z axis.
|
|
double | getRadiusOfGyrationZ (void) const |
| Returns the section gyration radius around the z axis.
|
|
double | getRadiusOfGyrationY (void) const |
| Returns the section gyration radius around the y axis.
|
|
double | getTheta (void) const |
| Returns the angle between the principal axes and the local system.
|
|
double | getI1 (void) const |
| Returns the major principal axis of inertia.
|
|
double | getI2 (void) const |
| Returns the minor principal axis of inertia.
|
|
PrincipalAxesOfInertia2D | getInertiaAxes (void) const |
| Returns the principal axis of inertia.
|
|
Vector2d | getAxis1VDir (void) const |
| Returns principal axis I (strong).
|
|
Vector2d | getVDirStrongAxis (void) const |
| Returns principal axis I (strong).
|
|
Vector2d | getAxis2VDir (void) const |
| Returns principal axis II (weak).
|
|
Vector2d | getVDirWeakAxis (void) const |
| Returns principal axis II (weak).
|
|
const Matrix & | getSectionTangent4x4 (void) const |
| Returns the tangent stiffness matrix.
|
|
const Matrix & | getInitialTangent4x4 (void) const |
| Returns the initial tangent stiffness matrix.
|
|
const Matrix & | getSectionFlexibility4x4 (void) const |
| Returns the flexibility matrix.
|
|
const Matrix & | getInitialFlexibility4x4 (void) const |
| Returns the initial flexibility matrix.
|
|
const Matrix & | getSectionTangent6x6 (void) const |
| Returns the tangent stiffness matrix.
|
|
const Matrix & | getInitialTangent6x6 (void) const |
| Returns the initial tangent stiffness matrix.
|
|
const Matrix & | getSectionFlexibility6x6 (void) const |
| Returns the flexibility matrix.
|
|
const Matrix & | getInitialFlexibility6x6 (void) const |
| Returns the initial flexibility matrix.
|
|
void | rotate (const double &theta) |
| Counterclockwise rotation of the section by the angle being passed as parameter.
|
|
int | sendSelf (Communicator &) |
| Sends object through the communicator argument.
|
|
int | recvSelf (const Communicator &) |
| Receives object through the communicator argument.
|
|
boost::python::dict | getPyDict (void) const |
| Return a Python dictionary with the object members values.
|
|
void | setPyDict (const boost::python::dict &) |
| Set the values of the object members from a Python dictionary.
|
|
int | setParameter (const std::vector< std::string > &argv, Parameter ¶m, SectionForceDeformation *scc) |
|
int | updateParameter (int parameterID, Information &info) |
| Updates the parameter identified by parameterID with info .
|
|
void | Print (std::ostream &s, int flag=0) const |
| Print stuff.
|
|
| CrossSectionProperties2d (double E, double A, double I, double G=0.0, double alpha=0.0, double rho=0.0) |
| Constructor (2D cross sections).
|
|
| CrossSectionProperties2d (double EA, double EI) |
| Constructor.
|
|
| CrossSectionProperties2d (const SectionForceDeformation &) |
| Constructor.
|
|
| CrossSectionProperties2d (void) |
| Constructor.
|
|
bool | check_values (void) |
|
double & | G (void) |
|
const double & | G (void) const |
|
void | setG (const double &gg) |
|
double & | Alpha (void) |
|
const double & | Alpha (void) const |
|
void | setAlpha (const double &al) |
|
double | getAvy (void) const |
| get shear area.
|
|
void | setAvy (const double &avy) |
| set shear area.
|
|
double & | I (void) |
|
const double & | I (void) const |
|
void | setI (const double &ii) |
|
double | EI (void) const |
| Return z bending stiffness.
|
|
double | GAAlpha (void) const |
| Returns shear stiffness.
|
|
double | getRadiusOfGyration (void) const |
| Returns the section gyration radius.
|
|
const Matrix & | getSectionTangent2x2 (void) const |
| Returns the tangent stiffness matrix.
|
|
const Matrix & | getInitialTangent2x2 (void) const |
| Returns the initial tangent stiffness matrix.
|
|
const Matrix & | getSectionFlexibility2x2 (void) const |
| Returns the flexibility matrix.
|
|
const Matrix & | getInitialFlexibility2x2 (void) const |
| Returns the initial flexibility matrix.
|
|
const Matrix & | getSectionTangent3x3 (void) const |
| Returns the tangent stiffness matrix.
|
|
const Matrix & | getInitialTangent3x3 (void) const |
| Returns the initial tangent stiffness matrix.
|
|
const Matrix & | getSectionFlexibility3x3 (void) const |
| Returns the flexibility matrix.
|
|
const Matrix & | getInitialFlexibility3x3 (void) const |
| Returns the initial flexibility matrix.
|
|
int | setParameter (const std::vector< std::string > &, Parameter &, SectionForceDeformation *) |
|
const Matrix & | getInitialTangentSensitivity3x3 (int gradIndex) |
|
| CrossSectionProperties1d (double E, double A, double rho=0.0) |
| Constructor (1D cross sections).
|
|
| CrossSectionProperties1d (double EA) |
| Constructor.
|
|
| CrossSectionProperties1d (const SectionForceDeformation &) |
| Constructor.
|
|
| CrossSectionProperties1d (void) |
| Constructor.
|
|
bool | check_values (void) |
|
double & | E (void) |
|
const double & | E (void) const |
|
void | setE (const double &ee) |
|
double & | A (void) |
|
const double & | A (void) const |
|
void | setA (const double &aa) |
|
const double & | Iw (void) const |
| Return warping constant.
|
|
void | setIw (const double &d) |
| Set warping constant.
|
|
double | getRho (void) const |
|
void | setRho (const double &r) |
|
double | getLinearRho (void) const |
|
void | setLinearRho (const double &) |
| Set the linear density of the element.
|
|
double | EA (void) const |
| Return axial stiffness.
|
|
double | EIw (void) const |
| Return warping stiffness.
|
|
const Matrix & | getSectionTangent1x1 (void) const |
| Returns the tangent stiffness matrix.
|
|
const Matrix & | getInitialTangent1x1 (void) const |
| Returns the initial tangent stiffness matrix.
|
|
const Matrix & | getSectionFlexibility1x1 (void) const |
| Returns the flexibility matrix.
|
|
const Matrix & | getInitialFlexibility1x1 (void) const |
| Returns the initial flexibility matrix.
|
|
int | setParameter (const std::vector< std::string > &, Parameter &, SectionForceDeformation *) |
|
Public Member Functions inherited from CommandEntity |
| CommandEntity (CommandEntity *owr=nullptr) |
| Default constructor.
|
|
CommandEntity * | Owner (void) |
| Return a pointer to the object owner.
|
|
const CommandEntity * | Owner (void) const |
| Return un puntero al objeto propietario de ESTE.
|
|
const StandardOutputWrapper & | getStandardOutputWrapper (void) const |
| Return the regular output stream wrapper.
|
|
StandardOutputWrapper & | getStandardOutputWrapper (void) |
| Return the regular output stream wrapper.
|
|
const std::string & | getLogFileName (void) const |
| Returns log file name.
|
|
void | setLogFileName (const std::string &) |
| Sets log file name.
|
|
const std::string & | getErrFileName (void) const |
| Returns err file name.
|
|
void | setErrFileName (const std::string &) |
| Sets error file name.
|
|
const std::string & | getOutputFileName (void) const |
| Returns regular output file name.
|
|
void | setOutputFileName (const std::string &) |
| Sets regular output file name.
|
|
boost::python::object | evalPy (boost::python::object dict, const std::string &) |
| Return the Python object that results from evaluating the argument.
|
|
boost::python::object | execPy (boost::python::object dict, const std::string &) |
| Return the Python objects that results from executing the code in the string argument.
|
|
boost::python::object | execFilePy (boost::python::object dict, const std::string &) |
| Return the Python object that results from executing the code in the file.
|
|
| EntityWithProperties (EntityWithProperties *owr=nullptr) |
| Default constructor.
|
|
void | clearPyProps (void) |
| Clear python properties map.
|
|
bool | hasPyProp (const std::string &) |
| Returns true if property exists.
|
|
boost::python::object | getPyProp (const std::string &str) |
| Return the Python object with the name being passed as parameter.
|
|
void | setPyProp (std::string str, boost::python::object val) |
| Sets/appends a value tho the Python object's dictionary.
|
|
void | copyPropsFrom (const EntityWithProperties &) |
| Copy the properties from the argument.
|
|
boost::python::list | getPropNames (void) const |
| Return the names of the object properties weightings.
|
|
const PythonDict & | getPropertiesDict (void) const |
| Return a std::map container with the properties of the object.
|
|
boost::python::dict | getPyDict (void) const |
| Return a Python dictionary containing the object members values.
|
|
void | setPyDict (const boost::python::dict &) |
| Set the values of the object members from a Python dictionary.
|
|
| EntityWithOwner (EntityWithOwner *owr=nullptr) |
| Default constructor.
|
|
| EntityWithOwner (const EntityWithOwner &) |
| Copy constructor.
|
|
EntityWithOwner & | operator= (const EntityWithOwner &) |
| Assignment operator.
|
|
virtual bool | operator== (const EntityWithOwner &) const |
| Comparison operator.
|
|
virtual | ~EntityWithOwner (void) |
| Virtual destructor.
|
|
virtual std::string | getClassName (void) const |
| Returns demangled class name.
|
|
void | set_owner (EntityWithOwner *owr) |
| Assigns the owner of the object.
|
|
EntityWithOwner * | Owner (void) |
|
const EntityWithOwner * | Owner (void) const |
|
| MovableObject (int classTag, int dbTag) |
| Constructor. More...
|
|
| MovableObject (int classTag) |
| Constructor. More...
|
|
| MovableObject (const MovableObject &) |
| Copy constructor. Doesn't copy the dbTag.
|
|
MovableObject & | operator= (const MovableObject &) |
| Assignment operator. Doesn't copy the dbTag.
|
|
int | getClassTag (void) const |
| Return the class identifier.
|
|
int | getDbTag (void) const |
| Return the object identifier in the database.
|
|
int | getDbTag (Communicator &) |
| Return the object identifier in the database.
|
|
void | setDbTag (int dbTag) |
| Sets the object identifier in the database.
|
|
void | setDbTag (Communicator &) |
| Sets the object identifier in the database if not already set. More...
|
|
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
| Sets the value param to the parameter argv .
|
|
virtual int | activateParameter (int parameterID) |
| Activates the parameter identified by parameterID .
|
|
virtual int | setVariable (const std::string &variable, Information &) |
| Set the value of the variable idenfified by var .
|
|
virtual int | getVariable (const std::string &variable, Information &) |
| Return the value of the variable idenfified by var .
|
|
| DistributedBase (void) |
| Constructor.
|
|
virtual | ~DistributedBase (void) |
| Destructor.
|
|
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.
|
|