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

Data type representing a point on a contact curve/surface. More...

Collaboration diagram for curvepointtypemodule::curvepointtype:
Collaboration graph
[legend]

Public Attributes

type(triadtype), pointer triad
 Pointer to triad object of this point. More...
 
real(dp), dimension(3, 4) cposint
 Curve point position relative to this triad. More...
 
real(dp) slidevar
 Slide variable value at this curve point. More...
 
real(dp) curvature
 Curvature of segment starting at this point. More...
 
real(dp) h0
 Initial arc heigth from secant line. More...
 
real(dp), dimension(3) upvecint1
 Up-direction of curvature when first node. More...
 
real(dp), dimension(3) upvecint2
 Up-direction of curvature when second node. More...
 
real(dp), dimension(3) tan1g
 Tangent vector in global when first node. More...
 
real(dp), dimension(3) tan2g
 Tangent vector in global when second node. More...
 

Detailed Description

Data type representing a point on a contact curve/surface.

Member Data Documentation

◆ cposint

real(dp), dimension(3,4) curvepointtypemodule::curvepointtype::cposint

Curve point position relative to this triad.

◆ curvature

real(dp) curvepointtypemodule::curvepointtype::curvature

Curvature of segment starting at this point.

◆ h0

real(dp) curvepointtypemodule::curvepointtype::h0

Initial arc heigth from secant line.

◆ slidevar

real(dp) curvepointtypemodule::curvepointtype::slidevar

Slide variable value at this curve point.

◆ tan1g

real(dp), dimension(3) curvepointtypemodule::curvepointtype::tan1g

Tangent vector in global when first node.

◆ tan2g

real(dp), dimension(3) curvepointtypemodule::curvepointtype::tan2g

Tangent vector in global when second node.

◆ triad

type(triadtype), pointer curvepointtypemodule::curvepointtype::triad

Pointer to triad object of this point.

◆ upvecint1

real(dp), dimension(3) curvepointtypemodule::curvepointtype::upvecint1

Up-direction of curvature when first node.

◆ upvecint2

real(dp), dimension(3) curvepointtypemodule::curvepointtype::upvecint2

Up-direction of curvature when second node.


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