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

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...
 

Detailed Description

File unit numbers for debug print.