|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
File unit numbers for debug print. More...
Modules | |
| module | dbgunitsmodule |
| Module with file unit numbers for debug print. | |
Functions/Subroutines | |
| subroutine | dbgunitsmodule::closedbgunits |
| Closes all debug print files. More... | |
Variables | |
| integer, save | dbgunitsmodule::dbgcorot = 0 |
| For corotational update calculations. More... | |
| integer, save | dbgunitsmodule::dbgjoint = 0 |
| For joint update calculations. More... | |
| integer, save | dbgunitsmodule::dbgcurve = 0 |
| For contact curve calculations. More... | |
| integer, save | dbgunitsmodule::dbgfric = 0 |
| For friction calculations. More... | |
| integer, save | dbgunitsmodule::dbgsolve = 0 |
| For general system level calculations. More... | |
| integer, save | dbgunitsmodule::dbgtire = 0 |
| For tire update calculations. More... | |
| integer, save | dbgunitsmodule::dbgroad = 0 |
| For road evaluations. More... | |
| integer, save | dbgunitsmodule::dbgrot = 0 |
| For mass matrix correction calculations. More... | |
| integer, save | dbgunitsmodule::dbgude = 0 |
| For user-defined element calculations. More... | |
| integer, save | dbgunitsmodule::dbgad = 0 |
| For aerodynamc load calculations. More... | |
| integer, save | dbgunitsmodule::dbghd = 0 |
| For hydrodynamc load calculations. More... | |
| integer, save | dbgunitsmodule::dbgiter = 0 |
| Current iteration counter. More... | |
| real(dp), save | dbgunitsmodule::dbgtime = 0.0_dp |
| Current physical time. More... | |
File unit numbers for debug print.