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

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

Detailed Description

Initialization of damper objects from the solver input file.

Function/Subroutine Documentation

◆ connectfunctions()

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.

◆ setsavevar()

subroutine initiatedampers::setsavevar ( type(damperbasetype), intent(inout)  dmp,
integer, dimension(:), intent(in)  var 
)

Determines which secondary damper variables will be saved.