OpenBeam
C++ library for static analysis of mechanical structures
Public Member Functions | Public Attributes | List of all members
openbeam::FaceStress Struct Reference

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)
 
FaceStressoperator+= (const FaceStress &o)
 
template<class MAT >
FaceStressoperator+= (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.
 

Detailed Description

One entry per element "face".

Stress tensor for a 3D element


The documentation for this struct was generated from the following file: