FEDEM Solver
R8.0
Source code of the dynamics solver
|
Modules | |
module | initiatebushingelmtypemodule |
Functions/Subroutines | |
subroutine | initiatebushingelmtypemodule::readbushingelements (infp, triads, baseSprings, baseDampers, bElems, err) |
subroutine | initiatespring (spring, triad1, triad2, ierr) |
subroutine | initiatedamper (damper, ierr) |
subroutine readbushingelements::initiatedamper | ( | type(damperbasetype), intent(out) | damper, |
integer, intent(out) | ierr | ||
) |
subroutine readbushingelements::initiatespring | ( | type(springbasetype), intent(out) | spring, |
type(triadtype), intent(in) | triad1, | ||
type(triadtype), intent(in) | triad2, | ||
integer, intent(out) | ierr | ||
) |