FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
masterslavejointtypemodule::higherpairtype Type Reference

Data type representing a higher pairs object. More...

Collaboration diagram for masterslavejointtypemodule::higherpairtype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 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...
 

Detailed Description

Data type representing a higher pairs object.

Member Data Documentation

◆ coeff

real(dp) masterslavejointtypemodule::higherpairtype::coeff

Coupling coefficient, slave = coeff * master.

◆ id

type(idtype) masterslavejointtypemodule::higherpairtype::id

General identification data.

◆ masterjoint

type(masterslavejointtype), pointer masterslavejointtypemodule::higherpairtype::masterjoint

Input joint.

◆ masterjointdof

integer masterslavejointtypemodule::higherpairtype::masterjointdof

Input joint DOF.

◆ slavejoint

type(masterslavejointtype), pointer masterslavejointtypemodule::higherpairtype::slavejoint

Output joint.

◆ slavejointdof

integer masterslavejointtypemodule::higherpairtype::slavejointdof

Output joint DOF.


The documentation for this type was generated from the following file: