|
| subroutine | forcetypemodule::initiateforces (infp, triads, joints, sups, engines, forces, err) |
| | Initializes the force type with data from the solver input file. More...
|
| |
| subroutine, private | forcetypemodule::writeforcetype (force, io, complexity) |
| | Standard routine for writing an object to file. More...
|
| |
| subroutine | forcetypemodule::nullifyforce (force) |
| | Initializes an external point load object. More...
|
| |
| subroutine | forcetypemodule::deallocateforces (forces) |
| | Deallocates the external point load objects. More...
|
| |
| subroutine | forcetypemodule::fixcontroldofsoneigvalcalc (forces, ierr) |
| | Fix control system DOFs in eigenvalue calculation. More...
|
| |
| subroutine | fixtriaddofseigval (triad, dof) |
| | Sets BC code 2 for triad DOFs. More...
|
| |
| subroutine | fixjointdofseigval (joint, dof) |
| | Sets BC code 2 for joint DOFs. More...
|
| |
|
| integer, parameter | forcetypemodule::forcevec_p = -1 |
| | Force vector type id. More...
|
| |
| integer, parameter | forcetypemodule::momentvec_p = -2 |
| | Moment vector type id. More...
|
| |
| character(len=9), dimension(-2:6), parameter | forcetypemodule::forcetype_p = (/ 'moment ', 'force ', 'UNDEFINED', 'X-force ', 'Y-force ', 'Z-force ', 'X-moment ', 'Y-moment ', 'Z-moment ' /) |
| | Force DOF type names. More...
|
| |
External point load object data container.