Struct for calculating von Mises stress.  
 More...
#include <ikarus/io/resultevaluators.hh>
 | 
| template<typename R >  | 
| double  | operator() (const R &resultArray, const int comp) const | 
|   | Calculate the result quantity (von Mises stress)  More...
  | 
|   | 
The VonMises struct provides a function call operator to calculate von Mises stress. In 2D, this assumes a plane stress state 
 
◆ name()
  
  
      
        
          | static std::string Ikarus::ResultEvaluators::VonMises::name  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
- Returns
 - String representing the name 
 
 
 
◆ ncomps()
  
  
      
        
          | static int Ikarus::ResultEvaluators::VonMises::ncomps  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
- Returns
 - Number of components 
 
 
 
◆ operator()()
template<typename R > 
  
  
      
        
          | double Ikarus::ResultEvaluators::VonMises::operator()  | 
          ( | 
          const R &  | 
          resultArray,  | 
         
        
           | 
           | 
          const int  | 
          comp  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
- Parameters
 - 
  
    | resultArray | EigenMatrix containing the stress state  | 
    | comp | component of result (not used here)  | 
  
   
- Template Parameters
 - 
  
  
 
- Returns
 - von Mises stress 
 
 
 
The documentation for this struct was generated from the following file: