|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Modules | |
| module | genericpartmodule |
Functions/Subroutines | |
| subroutine, public | genericpartmodule::readgenericpart (infp, sup, ierr) |
| subroutine | genericpartmodule::estimaterigidstiffness (sup, mass, inertia, kt, kr) |
| real(dp) function | getboundingboxsize (sup) |
| real(dp) function | estimateballsize (totalMass) |
| subroutine | genericpartmodule::assemblestiffness (sup, K, kt, kr, stiffness) |
| subroutine | genericpartmodule::assemblemass (M, mass, inertia) |
| subroutine, public | genericpartmodule::initiategenericparts (sups) |
| subroutine | findcogvelacc (urd, urdd, triads) |
|
private |
| subroutine initiategenericparts::findcogvelacc | ( | real(dp), dimension(:), intent(out) | urd, |
| real(dp), dimension(:), intent(out) | urdd, | ||
| type(triadptrtype), dimension(:), intent(in) | triads | ||
| ) |
| real(dp) function estimaterigidstiffness::getboundingboxsize | ( | type(supeltype), intent(in) | sup | ) |