MV-2000: Introduction to Flexible Bodies

In this tutorial, you will learn about the fundamentals of flexible bodies.

Why Flexible Bodies?

  • Traditional multibody dynamic (MBD) analyses involve the simulation of rigid body systems under the application of forces and/or motions.
  • In the real world, any continuous medium deforms under the application of force. Rigid body simulations do not capture such deformations and this may lead to inaccurate results. Inclusion of flexible bodies in MBD simulations accounts for flexibility.
MotionView provides the modeling tools required to incorporate flexible bodies in your MBD model. Flexible MBD simulations allow you to:
  • Capture body deformation effects in simulations.
  • Acquire greater accuracy in load predictions.
  • Study stress distribution in the flexible body.
  • Perform fatigue analysis.

However, flexible bodies introduce an additional set of equations in the system and consequently, have a higher computational cost as compared to rigid body systems.

What is a Flexible Body?

  • Finite element models have very high number of degrees of freedom. It is hard for MBD solvers to handle these.
  • A flexible body is a modal representation of a finite element model. The finite element model is reduced to very few modal degrees of freedom.
  • The nodal displacement in physical coordinates is represented as a linear combination of a small number of modal coordinates. (1)
    U = Φ Q

    where:

    U is nodal displacements vector

    Φ is modal matrix

    Q is matrix of modal participation factors or modal coordinates to be determined by the MBD analysis.

  • MotionView uses the process of Component Mode Synthesis(CMS) to reduce a finite element model to set of orthogonal mode shapes.
    Two types of CMS methods are supported in OptiStruct:
    • Craig Bampton
    • Craig Chang
Note: At the end of this tutorial, links to online help direct you to where you can learn more about the theory behind flexible bodies and CMS method.

Flexbody Generation Using OptiStruct

There are two ways you can generate flexible bodies using OptiStruct:
  1. Using the FlexPrep utility in MotionView.
  2. Manually editing the input deck.
Using the FlexPrep Utility in the MotionView Interface
FlexPrep is a MotionView utility which allows you to generate a flexible body from a finite element mesh. It also allows translation between various flexbody formats. These translations are discussed in the next section, Flexbody Translation Using Flexprep


Figure 1.
Using the FlexPrep GUI, you can:
  • Generate a flexible body from any OptiStruct or Nastran bulk data file.
  • Create RBE2 spiders.
  • Request for stresses and strains.
  • Create OptiStruct preparation file which can be used in the file size reduction of a flexible body.
Manually Editing the Input Deck
You can manually insert certain cards in the OptiStruct input deck to run the Component Mode Synthesis routine. These cards allow file size reduction of a flexbody. This helps in faster pre/post-processing and overall better efficiency of the process.
Note: You can manually edit the preparation file generated by FlexPrep to reduce the size of the flexible body H3D.
By modifying the input deck, you can:
  • Request only the skin elements of the flexbody to display .
  • Request stress and strain information for a selected set of elements.
  • Use released degrees of freedom for the interface nodes.
The following data is included in a flexbody H3D file:
  1. Nodal positions.
  2. Element connectivity.
  3. Eigenvalues of all modes.
  4. Inertia invariants (optional).
  5. Nodal mass.
  6. Nodal inertia (optional).
  7. Translational displacement mode shapes.
  8. Rotational displacement mode shapes.
  9. Interface node IDs (optional).
  10. Element stress/strain tensors (optional).
  11. Global (rigid) inertia properties (optional).
Flexprep.exe always generates points 1, 2, 3, 4, 5, 6, 7, 8, 9, and 11 and writes them to the H3D file. Points 4, 6, 9, and 11 are not strictly required.

Flexbody Translation Using FlexPrep

FlexPrep allows you to translate a flexbody from one format to another. Using FlexPrep, you can:
  1. Mirror an existing flexible body H3D file about a plane.
  2. Translate an MNF file to an Altair H3D file.
  3. Translate an H3D file to an MTX file.
  4. Translate an Altair H3D file to MNF file.
  5. Translate an PCH file to an Altair H3D file.
  6. Translate an Altair H3D file to DADS DFD file.
Once the flexbody H3D is created, it can be used in the MBD model and the model can be submitted to either MotionSolve or ADAMS. This is covered in the following tutorials.

Stress Recovery and Fatigue Calculations

Stress recovery and fatigue calculations are done in two stages during the MBD analysis:
  • For stress recovery in the pre-processing stage, element stresses are obtained using the orthogonalized displacement modes. Every displacement mode is associated with a particular number of stress modes, each representing a basic stress tensor. This particular number depends on the type of elements used in the flexible body, for example, one, two, or three-dimensional elements. These stress modes are then saved to the H3D file.
  • In the post-processing stage, the actual stress recovery and fatigue index calculations are carried out. The modal participation factors obtained from the simulation are used to linearly superimpose the stress modes to come up with the stress tensor for each element. This stress tensor is used to calculate the other components of stresses: Principal, Shear, or von Mises.