|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Initializes a spring object. More...
Public Member Functions | |
| subroutine | nullifyspringelement (spring, sprId, nDofs) |
| Initializes a spring element. More... | |
| subroutine | nullifyspringbase (spr) |
| Initializes a spring base object. More... | |
Initializes a spring object.
| subroutine springtypemodule::nullifyspring::nullifyspringbase | ( | type(springbasetype), intent(out) | spr | ) |
Initializes a spring base object.
| spr | The springtypemodule::springbasetype object to initialize |
| subroutine springtypemodule::nullifyspring::nullifyspringelement | ( | type(springtype), intent(out) | spring, |
| type(idtype), intent(in), optional, target | sprId, | ||
| integer, intent(in), optional | nDofs | ||
| ) |
Initializes a spring element.
| spring | The springtypemodule::springtype object to initialize | |
| [in] | sprId | Id of the owning joint (if joint spring) |
| [in] | nDofs | Number of degrees of freedom |