FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Modules | Functions/Subroutines | Variables
forceTypeModule.f90 File Reference

External point load object data container. More...

Data Types

type  forcetypemodule::forcetype
 Data type representing an external point load object. More...
 
interface  forcetypemodule::writeobject
 Standard routine for writing an object to file. More...
 

Modules

module  forcetypemodule
 Module with data types representing external point load objects.
 

Functions/Subroutines

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

Variables

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

Detailed Description

External point load object data container.