| 
            
              ShellSecResult Enumeration
             | 
          
        
         
            List of all possible results that can be retrieved.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic enum ShellSecResult
Public Enumeration ShellSecResult
public enum class ShellSecResult
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | N_tt | 0 | 
            Normal force on cross section T=const in local T-direction.
             | 
 | N_nn | 1 | 
            Normal force on cross section N=const in local N-direction.
             | 
 | N_tn | 2 | 
            Normal force on cross section T=const in local N-direction.
             | 
 | M_tt | 3 | 
            Bending moment on cross section T=const causing normal stresses in local T-direction.
             | 
 | M_nn | 4 | 
            Bending moment on cross section N=const causing normal stresses in local N-direction.
             | 
 | M_tn | 5 | 
            Bending moment on cross section T-const causing normal stresses in local N-direction.
             | 
 | V_t | 6 | 
            Transverse shear force on cross section T=const.
             | 
 | V_n | 7 | 
            Transverse shear force on cross section N=const.
             | 
 | Sig_tt | 8 | 
            Stress value in t direction.
             | 
 | Sig_nn | 9 | 
            Stress value in n direction.
             | 
 | Sig_tn | 10 | 
            Shear stress value.
             | 
 | Eps_tt | 11 | 
            Eps_tt", "Strain value in t direction.
             | 
 | Eps_nn | 12 | 
            Eps_nn", "Strain value in n direction.
             | 
 | Eps_tn | 13 | 
            Shear strain value.
             | 
 | X | 14 | 
            Vertices translations in global x-direction.
             | 
 | Y | 15 | 
            Vertices translations in global y-direction.
             | 
 | Z | 16 | 
            Vertices translations in global z-direction.
             | 
 | DispLen | 17 | 
            Vertices translations in global directions norm
             | 
See Also