|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Initialization of damper objects from the solver input file.
| 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.
| [in] | infp | File unit number for the solver input file |
| [in] | triads | Array of all triads in the model |
| [in] | engines | Array of all engines in the model |
| [in] | functions | Array of all functions in the model |
| [in] | springs | Array of all spring elements in the model |
| baseDampers | Array of all base damper objects in the model | |
| dampers | Array of all damper elements in the model | |
| [out] | err | Error flag |

