FEDEM Solver
R8.0
Source code of the dynamics solver
|
Initialization of damper objects from the solver input file. More...
Modules | |
module | initiatedampertypemodule |
Initialization of damper objects from the solver input file. | |
Functions/Subroutines | |
subroutine | initiatedampertypemodule::initiatedampers (infp, triads, engines, functions, springs, baseDampers, dampers, err) |
Initializes damper objects with data from the solver input file. More... | |
subroutine | connectfunctions (coeffId, forceId, scaleId, dmp) |
Connects engines and functions to the given damper object. More... | |
subroutine | setsavevar (dmp, var) |
Determines which secondary damper variables will be saved. More... | |
Initialization of damper objects from the solver input file.
subroutine initiatedampers::connectfunctions | ( | integer, intent(in) | coeffId, |
integer, intent(in) | forceId, | ||
integer, intent(in) | scaleId, | ||
type(damperbasetype), intent(inout) | dmp | ||
) |
Connects engines and functions to the given damper object.
subroutine initiatedampers::setsavevar | ( | type(damperbasetype), intent(inout) | dmp, |
integer, dimension(:), intent(in) | var | ||
) |
Determines which secondary damper variables will be saved.