|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing an external point load object. More...

Public Attributes | |
| type(idtype) | id |
| General identification data. More... | |
| integer | dof |
| Local DOF the force is acting on [1,6]. More... | |
| integer | updateflag |
| Flag telling when the force value is to be updated. More... | |
| integer | loadtype |
| Load type flag. More... | |
| character(len=lfnam_p) | fftfile |
| Name of file with FFT input. More... | |
| type(triadtype), pointer | triad |
| Triad the force acts on. More... | |
| type(masterslavejointtype), pointer | joint |
| Joint the force acts in. More... | |
| type(enginetype), pointer | engine |
| Function giving current force value. More... | |
| real(dp) | f0 |
| Constant force value. More... | |
| real(dp) | f1 |
| Scaling factor for function value. More... | |
| real(dp), dimension(3) | v1 |
| Start point of the force direction vector. More... | |
| real(dp), dimension(3) | v2 |
| End point of the force direction vector. More... | |
| type(supeltype), pointer | sup1 |
| Local coordinate system for v1. More... | |
| type(supeltype), pointer | sup2 |
| Local coordinate system for v2. More... | |
| real(dp) | f |
| Current force value. More... | |
| real(dp) | fprev |
| Previous force value. More... | |
| real(dp), dimension(3) | forcedir |
| Force direction vector. More... | |
| real(dp), dimension(3) | forcedirprev |
| Previous force direction. More... | |
| real(dp) | einp |
| Accumulated input energy from this force. More... | |
| logical, dimension(3) | savevar |
| Flags indicating which variables should be saved. More... | |
Data type representing an external point load object.
| integer forcetypemodule::forcetype::dof |
Local DOF the force is acting on [1,6].
| real(dp) forcetypemodule::forcetype::einp |
Accumulated input energy from this force.
| type(enginetype), pointer forcetypemodule::forcetype::engine |
Function giving current force value.
| real(dp) forcetypemodule::forcetype::f |
Current force value.
| real(dp) forcetypemodule::forcetype::f0 |
Constant force value.
| real(dp) forcetypemodule::forcetype::f1 |
Scaling factor for function value.
| character(len=lfnam_p) forcetypemodule::forcetype::fftfile |
Name of file with FFT input.
| real(dp), dimension(3) forcetypemodule::forcetype::forcedir |
Force direction vector.
| real(dp), dimension(3) forcetypemodule::forcetype::forcedirprev |
Previous force direction.
| real(dp) forcetypemodule::forcetype::fprev |
Previous force value.
| type(idtype) forcetypemodule::forcetype::id |
General identification data.
| type(masterslavejointtype), pointer forcetypemodule::forcetype::joint |
Joint the force acts in.
| integer forcetypemodule::forcetype::loadtype |
Load type flag.
| logical, dimension(3) forcetypemodule::forcetype::savevar |
Flags indicating which variables should be saved.
| type(supeltype), pointer forcetypemodule::forcetype::sup1 |
Local coordinate system for v1.
| type(supeltype), pointer forcetypemodule::forcetype::sup2 |
Local coordinate system for v2.
| type(triadtype), pointer forcetypemodule::forcetype::triad |
Triad the force acts on.
| integer forcetypemodule::forcetype::updateflag |
Flag telling when the force value is to be updated.
| real(dp), dimension(3) forcetypemodule::forcetype::v1 |
Start point of the force direction vector.
| real(dp), dimension(3) forcetypemodule::forcetype::v2 |
End point of the force direction vector.