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

Data type representing the glider curve in point-to-path joints. More...

Collaboration diagram for contactsurfacemodule::glidercurvetype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
type(curvepointtype), dimension(:), pointer cpoints
 Glider curve definition. More...
 
logical isextended
 Extended beyond the start and stop triads? More...
 
logical islooping
 Closed glider curve? More...
 
real(dp) looplength
 Total curve length in case of closed curve. More...
 

Detailed Description

Data type representing the glider curve in point-to-path joints.

Member Data Documentation

◆ cpoints

type(curvepointtype), dimension(:), pointer contactsurfacemodule::glidercurvetype::cpoints

Glider curve definition.

◆ id

type(idtype) contactsurfacemodule::glidercurvetype::id

General identification data.

◆ isextended

logical contactsurfacemodule::glidercurvetype::isextended

Extended beyond the start and stop triads?

◆ islooping

logical contactsurfacemodule::glidercurvetype::islooping

Closed glider curve?

◆ looplength

real(dp) contactsurfacemodule::glidercurvetype::looplength

Total curve length in case of closed curve.


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