OpenBeam
C++ library for static analysis of mechanical structures
|
One entry per element "face". More...
#include <types.h>
Public Member Functions | |
num_t | operator[] (const int idx) const |
num_t & | operator[] (const int idx) |
FaceStress & | operator+= (const FaceStress &o) |
template<class MAT > | |
FaceStress & | operator+= (const Eigen::MatrixBase< MAT > &o) |
Public Attributes | |
num_t | N = 0 |
Axial. | |
num_t | Vy = 0 |
Shear Y. | |
num_t | Vz = 0 |
Shear Z. | |
num_t | Mx = 0 |
Moment X. | |
num_t | My = 0 |
Moment Y. | |
num_t | Mz = 0 |
Moment Z. | |
One entry per element "face".
Stress tensor for a 3D element