HMRES_calculateprincipals()
Calculates principal stresses given triaxial and shear stresses.
Syntax
void HMRES_calculateprincipals(double sigx, double sigy, double sigz, double tauxy, double tauyz, double tauxz, double *principal1, double *principal2, double *principal3);
    Type
HyperMesh hmreslib Function
Description
Calculates principal stresses given triaxial and shear stresses.
Inputs
- sigx
 - The normal stress in the x-direction.
 - sigy
 - The normal stress in the y-direction.
 - sigz
 - The normal stress in the z-direction.
 - tauxy
 - The shear stress in the x-y plane.
 - tauyz
 - The shear stress in the y-z plane.
 - tauxz
 - The shear stress in the x-z plane.
 - principal1
 - The principal1 stress result.
 - principal2
 - The principal2 stress result.
 - principal3
 - The principal3 stress result.
 
Errors
None.