FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a point on a contact curve/surface. More...
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... | |
Data type representing a point on a contact curve/surface.
real(dp), dimension(3,4) curvepointtypemodule::curvepointtype::cposint |
Curve point position relative to this triad.
real(dp) curvepointtypemodule::curvepointtype::curvature |
Curvature of segment starting at this point.
real(dp) curvepointtypemodule::curvepointtype::h0 |
Initial arc heigth from secant line.
real(dp) curvepointtypemodule::curvepointtype::slidevar |
Slide variable value at this curve point.
real(dp), dimension(3) curvepointtypemodule::curvepointtype::tan1g |
Tangent vector in global when first node.
real(dp), dimension(3) curvepointtypemodule::curvepointtype::tan2g |
Tangent vector in global when second node.
type(triadtype), pointer curvepointtypemodule::curvepointtype::triad |
Pointer to triad object of this point.
real(dp), dimension(3) curvepointtypemodule::curvepointtype::upvecint1 |
Up-direction of curvature when first node.
real(dp), dimension(3) curvepointtypemodule::curvepointtype::upvecint2 |
Up-direction of curvature when second node.