MBPTDSF

Bulk Data Entry Defines a Point to Deformable Surface Constraint.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
MBPTDSF JID GID SRFID            

Example

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
MBPTDSF 1 21 2            

Definitions

Field Contents SI Unit Example
JID Joint identification number.

No default (Integer > 0)

 
GID Grid identification number corresponding to the point which is sliding on a curve.

No default (Integer > 0)

 
SRFID Deformable surface identification number

No default (Integer > 0)

 

Comments

  1. The deformable curve is generated using the CUBIC spline interpolation which requires assumptions on the second derivative of the interpolating function at either end of the curve. The keywords NATURAL, PARABOLIC, PERIODIC and CANTILEVER represent the four standard assumptions defined as:
    (1)
    NATURAL ( or free ) : f ( x 0 ) = f ( x N ) = 0 PARABOLIC : f ( x 0 ) = f ( x 1 ) , f ( x N ) = f ( x N 1 ) PERIODIC : f ( x 0 ) = f ( x N 1 ) , f ( x N ) = f ( x 1 ) CANTILEVER : f ( x 0 ) = λ f ( x 1 ) , f ( x N ) = λ f ( x N 1 ) , 0 λ 1

    λ =0.0 implies NATURAL (or free) end conditions and λ =1.0 implies PARABOLIC end conditions.

  2. The MBPTDCV element is not supported by the Force Imbalance method of static equilibrium.
  3. In most cases, the interpolation produces a smooth curve but in some cases, it produces a curve that wiggles too much. In those cases, the UTENSION and VTENSION parameters may be specified to smooth out the wiggles in the curve. A value of unity is a good first guess. After that, higher values may be tried, if necessary.
  4. The deformable surface itself does not possess any inherent inertia, stiffness or damping properties. You must include other modeling elements to capture those effects. For example, use a deformable surface in conjunction with a flexible body to simulate contact with a rigid body.