G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stress_components Struct Reference

Detailed Description

method was interrupted because the current solution is invalid

Specifies the type of stresses to compute

   Currently, gsWriteParaview can only plot vector-valued functions with an output dimension up to three.
   Therefore it not possible to plot all stress components as components of a single vector-valued function.

Public Types

enum  components { ,
  all_2D_vector,
  all_2D_matrix,
  normal_3D_vector,
  shear_3D_vector,
  all_3D_matrix
}
 

Member Enumeration Documentation

enum components
Enumerator
all_2D_vector 

return von Mises stress as a scala

all_2D_matrix 

return all components of the 2D stress tensor as a 3x1 vector (s11 s22 s12) (useful for Paraview plotting)

normal_3D_vector 

return all components of the 2D stress tensor as a 2x2 matrix

shear_3D_vector 

return normal components of the 3D stress tensor as a 3x1 vector (s11 s22 s33) (useful for Paraview plotting)

all_3D_matrix 

return shear components of the 3D stress tensor as a 3x1 vector (s12 s13 s23) (useful for Paraview plotting)