|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Computes the total applied force in a joint dof with friction. More...
Private Member Functions | |
| subroutine | findjointforceinfriction (joint, sam, RF, Q, Fs, Fd, Fi) |
| Computes the total applied force in a joint DOF with friction. More... | |
| subroutine | findcontactelmforceinfriction (cElem, sam, RF, Q, Fs, Fd, Fi) |
| Computes total applied force in a contact element DOF with friction. More... | |
Computes the total applied force in a joint dof with friction.
|
private |
Computes total applied force in a contact element DOF with friction.
| cElem | The contact element to check for friction forces. | |
| [in] | sam | Data for managing system matrix assembly |
| [in] | RF | Reaction force container |
| [in] | Q | External force system vector |
| [in] | Fs | Stiffness force system vector |
| [in] | Fd | Damping force system vector |
| [in] | Fi | Inertia force system vector |
The total applies force is equal to the sum of all force contributions to the friction DOF, except for the friction force itself.
|
private |
Computes the total applied force in a joint DOF with friction.
| joint | The joint to check for friction forces. | |
| [in] | sam | Data for managing system matrix assembly |
| [in] | RF | Reaction force container |
| [in] | Q | External force system vector |
| [in] | Fs | Stiffness force system vector |
| [in] | Fd | Damping force system vector |
| [in] | Fi | Inertia force system vector |
The total applies force is equal to the sum of all force contributions to the friction DOF, except for the friction force itself.