FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
initiatedampertypemodule Module Reference

Initialization of damper objects from the solver input file. More...

Functions/Subroutines

subroutine initiatedampers (infp, triads, engines, functions, springs, baseDampers, dampers, err)
 Initializes damper objects with data from the solver input file. More...
 

Detailed Description

Initialization of damper objects from the solver input file.

Function/Subroutine Documentation

◆ initiatedampers()

subroutine initiatedampertypemodule::initiatedampers ( integer, intent(in)  infp,
type(triadtype), dimension(:), intent(in)  triads,
type(enginetype), dimension(:), intent(in)  engines,
type(functiontype), dimension(:), intent(in)  functions,
type(springtype), dimension(:), intent(in)  springs,
type(damperbasetype), dimension(:), pointer  baseDampers,
type(dampertype), dimension(:), pointer  dampers,
integer, intent(out)  err 
)

Initializes damper objects with data from the solver input file.

Parameters
[in]infpFile unit number for the solver input file
[in]triadsArray of all triads in the model
[in]enginesArray of all engines in the model
[in]functionsArray of all functions in the model
[in]springsArray of all spring elements in the model
baseDampersArray of all base damper objects in the model
dampersArray of all damper elements in the model
[out]errError flag
Author
Karl Erik Thoresen
Date
Nov 1998
Author
Bjorn Haugen
Date
Apr 2000
Author
Knut Morten Okstad
Date
1 Jul 2002
Here is the call graph for this function:
Here is the caller graph for this function: