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

Data type representing slide DOF in a multi-master joint. More...

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

Public Attributes

type(glidercurvetype), pointer master
 Glider curve definition. More...
 
type(jointdoftype), pointer slidedof
 Slide DOF along master curve. More...
 
real(dp), dimension(:), pointer coeff
 Scaling of each master triad. More...
 
real(dp), dimension(3) tangent
 Unit tangent vector in slide direction. More...
 
real(dp), dimension(3) rotgrad
 Rate of rotation w.r.t. slide variable. More...
 
real(dp) thickness
 Thickness of cam domain in local x-direction. More...
 

Detailed Description

Data type representing slide DOF in a multi-master joint.

Member Data Documentation

◆ coeff

real(dp), dimension(:), pointer masterslavejointtypemodule::slidertype::coeff

Scaling of each master triad.

◆ master

type(glidercurvetype), pointer masterslavejointtypemodule::slidertype::master

Glider curve definition.

◆ rotgrad

real(dp), dimension(3) masterslavejointtypemodule::slidertype::rotgrad

Rate of rotation w.r.t. slide variable.

◆ slidedof

type(jointdoftype), pointer masterslavejointtypemodule::slidertype::slidedof

Slide DOF along master curve.

◆ tangent

real(dp), dimension(3) masterslavejointtypemodule::slidertype::tangent

Unit tangent vector in slide direction.

◆ thickness

real(dp) masterslavejointtypemodule::slidertype::thickness

Thickness of cam domain in local x-direction.


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