|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a higher pairs object. More...

Public Attributes | |
| type(idtype) | id |
| General identification data. More... | |
| type(masterslavejointtype), pointer | masterjoint |
| Input joint. More... | |
| type(masterslavejointtype), pointer | slavejoint |
| Output joint. More... | |
| integer | masterjointdof |
| Input joint DOF. More... | |
| integer | slavejointdof |
| Output joint DOF. More... | |
| real(dp) | coeff |
| Coupling coefficient, slave = coeff * master. More... | |
Data type representing a higher pairs object.
| real(dp) masterslavejointtypemodule::higherpairtype::coeff |
Coupling coefficient, slave = coeff * master.
| type(idtype) masterslavejointtypemodule::higherpairtype::id |
General identification data.
| type(masterslavejointtype), pointer masterslavejointtypemodule::higherpairtype::masterjoint |
Input joint.
| integer masterslavejointtypemodule::higherpairtype::masterjointdof |
Input joint DOF.
| type(masterslavejointtype), pointer masterslavejointtypemodule::higherpairtype::slavejoint |
Output joint.
| integer masterslavejointtypemodule::higherpairtype::slavejointdof |
Output joint DOF.