FEDEM Solver  R8.0
Source code of the dynamics solver
Modules | Functions/Subroutines | Variables
roadRoutinesModule.f90 File Reference

Modules

module  roadroutinesmodule
 

Functions/Subroutines

subroutine roadroutinesmodule::functionroad (road, dis, ropar, nroad, z, dz, ddz, dflag, prsurf, ierr)
 
real(dp) function kappa (firstDerVal, secDerVal)
 
subroutine roadroutinesmodule::surfaceroad (dis, ropar, nroad, z, dz, ddz, dflag, prsurf, ierr)
 
subroutine fedemroadmain (time, dis, iflag, jflag, idtyre, idroad, nropar, ropar, nchrds, chrdst, nprsur, nroad, z, dz, ddz, dflag, prsurf, ierr)
 

Variables

type(roadtype), dimension(:), pointer, save roadroutinesmodule::rtm_groads
 
real(dp), save roadroutinesmodule::scaletosi
 

Function/Subroutine Documentation

◆ fedemroadmain()

subroutine fedemroadmain ( real(dp), intent(in)  time,
real(dp), dimension(2), intent(in)  dis,
integer, intent(in)  iflag,
integer, intent(in)  jflag,
integer, intent(in)  idtyre,
integer, intent(in)  idroad,
integer, intent(in)  nropar,
real(dp), dimension(nropar), intent(in)  ropar,
integer, intent(in)  nchrds,
character*(*), intent(in)  chrdst,
integer, intent(in)  nprsur,
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(nprsur), intent(out)  prsurf,
integer, intent(out)  ierr 
)

◆ kappa()

real(dp) function functionroad::kappa ( real(dp), intent(in)  firstDerVal,
real(dp), intent(in)  secDerVal 
)