FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include "FFaLib/FFaAlgebra/FFaTensorTransforms.H"
#include "FFaLib/FFaAlgebra/FFaTensor3.H"
#include "FFaLib/FFaAlgebra/FFaVec3.H"
#include "FFaLib/FFaOS/FFaFortran.H"
Functions | |
DOUBLE_FUNCTION (vonmises, VONMISES) const | |
SUBROUTINE (princval, PRINCVAL) const | |
SUBROUTINE (maxshearvalue, MAXSHEARVALUE) const | |
SUBROUTINE (maxshear, MAXSHEAR) const | |
SUBROUTINE (tratensor, TRATENSOR) const | |
SUBROUTINE (trainertia, TRAINERTIA) const | |
DOUBLE_FUNCTION | ( | vonmises | , |
VONMISES | |||
) | const |
von Mises calculation for stress and strain tensors.
SUBROUTINE | ( | maxshear | , |
MAXSHEAR | |||
) | const |
Maximum shear value and associated direction.
SUBROUTINE | ( | maxshearvalue | , |
MAXSHEARVALUE | |||
) | const |
Maximum shear value calculation.
SUBROUTINE | ( | princval | , |
PRINCVAL | |||
) | const |
Principal values calculation.
SUBROUTINE | ( | trainertia | , |
TRAINERTIA | |||
) | const |
Inertia tensor transformation based on the parallel-axis theorem.
SUBROUTINE | ( | tratensor | , |
TRATENSOR | |||
) | const |
Congruence transformation of 2D and 3D symmetric tensors.