FEDEM Solver
R8.0
Source code of the dynamics solver
|
Functions/Subroutines | |
subroutine | functionroad (road, dis, ropar, nroad, z, dz, ddz, dflag, prsurf, ierr) |
subroutine | surfaceroad (dis, ropar, nroad, z, dz, ddz, dflag, prsurf, ierr) |
Variables | |
type(roadtype), dimension(:), pointer, save | rtm_groads |
real(dp), save | scaletosi |
subroutine roadroutinesmodule::functionroad | ( | type(roadtype), intent(inout) | road, |
real(dp), dimension(2), intent(in) | dis, | ||
real(dp), dimension(:), intent(in) | ropar, | ||
integer, intent(out) | nroad, | ||
real(dp), intent(out) | z, | ||
real(dp), dimension(2), intent(out) | dz, | ||
real(dp), dimension(3), intent(out) | ddz, | ||
integer, intent(out) | dflag, | ||
real(dp), dimension(:), intent(out) | prsurf, | ||
integer, intent(out) | ierr | ||
) |
subroutine roadroutinesmodule::surfaceroad | ( | real(dp), dimension(2), intent(in) | dis, |
real(dp), dimension(:), intent(in) | ropar, | ||
integer, intent(out) | nroad, | ||
real(dp), intent(out) | z, | ||
real(dp), dimension(2), intent(out) | dz, | ||
real(dp), dimension(3), intent(out) | ddz, | ||
integer, intent(out) | dflag, | ||
real(dp), dimension(:), intent(out) | prsurf, | ||
integer, intent(out) | ierr | ||
) |
type(roadtype), dimension(:), pointer, save roadroutinesmodule::rtm_groads |
real(dp), save roadroutinesmodule::scaletosi |