FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Static Public Attributes | List of all members
Fiber::FEM::PredefinedFieldNames Struct Reference

Static Public Attributes

static const char DISPLACEMENT [] = "U"
 
static const char MEAN_STRESS [] = "Mea"
 
static const char DEVIATORIC_RADIUS [] = "Rho"
 A scalar field of the deviatoric radius \rho, computed from the stress tensor, on the integration points.
 
static const char STRESS_INVARIANT1 [] = "In1"
 A scalarfield of the first stress invariant, on the integration points.
 
static const char STRESS_INVARIANT2 [] = "In2"
 A scalarfield of the second stress invariant, on the integration points.
 
static const char STRESS_INVARIANT3 [] = "In3"
 A scalarfield of the third stress invariant, on the integration points.
 
static const char STRESS_MISES [] = "Mis"
 
static const char DEVIATORIC_STRESS [] = "Dvi"
 
static const char STRESS [] = "S"
 
static const char AVERAGED [] = "Ave"
 
static const char VERT_AS_CELLS [] = "ElementsAtNode"
 
static const char POSTFIX_IP [] = "_IP"
 
static const char POSTFIX_TRIANGULAR [] = "_TR"
 

Member Data Documentation

◆ DEVIATORIC_RADIUS

const char FEM::PredefinedFieldNames::DEVIATORIC_RADIUS = "Rho"
static

A scalar field of the deviatoric radius \rho, computed from the stress tensor, on the integration points.

\s_{ij} = \sigma_{ij}-\sigma_m \delta{ij} \rho = \sqrt{ s_{ij} s{ij} }

Referenced by Fiber::FEM::SetupDerivedFields::apply().