FEDEM Solver
R8.0
Source code of the dynamics solver
|
Functions/Subroutines | |
subroutine, public | readgenericpart (infp, sup, ierr) |
subroutine | estimaterigidstiffness (sup, mass, inertia, kt, kr) |
subroutine | assemblestiffness (sup, K, kt, kr, stiffness) |
subroutine | assemblemass (M, mass, inertia) |
subroutine, public | initiategenericparts (sups) |
subroutine genericpartmodule::assemblemass | ( | real(dp), dimension(:,:), intent(out) | M, |
real(dp), intent(in) | mass, | ||
real(dp), dimension(:), intent(in) | inertia | ||
) |
subroutine genericpartmodule::assemblestiffness | ( | type(supeltype), intent(in) | sup, |
real(dp), dimension(:,:), intent(out) | K, | ||
real(dp), intent(in) | kt, | ||
real(dp), intent(in) | kr, | ||
real(dp), dimension(:,:), intent(in) | stiffness | ||
) |
subroutine genericpartmodule::estimaterigidstiffness | ( | type(supeltype), intent(in) | sup, |
real(dp), intent(in) | mass, | ||
real(dp), dimension(:), intent(in) | inertia, | ||
real(dp), intent(out) | kt, | ||
real(dp), intent(out) | kr | ||
) |
subroutine, public genericpartmodule::initiategenericparts | ( | type(supeltype), dimension(:), intent(inout) | sups | ) |
subroutine, public genericpartmodule::readgenericpart | ( | integer, intent(in) | infp, |
type(supeltype), intent(inout) | sup, | ||
integer, intent(out) | ierr | ||
) |