Altair .flx File
An Altair .flx file is required to animate ADAMS transient or linear results that contain flexible bodies in HyperView.
A .flx file requires *.gra (for rigid body graphics), *.res (for rigid and flex results) and N *.h3d files (flexbodies; converted from .mnf via the Flex Prep tool). The .h3d file contains the node and element information required to generate the flexbody graphics.
The ALTAIR .flx file is generated automatically if MotionView's pre-processor is used to generate the ADAMS model. If MotionView is not used to generate the ADAMS model, you can generate the Altair .flx file by using the Flex File Gen Custom Wizard, located on the Tools menu.
*ModelSource("double_link.gra")
*ResultSource("double_link.res")
*FlexSource("../h3d_flexbodies/link_flex.h3d", 1,
*FlexSource("../h3d_flexbodies/link_flex.h3d", 2,
*ModelSource()
*ResultSource()
*FlexSource()
*TempFileDirectory()
*ModelSource(string) | Defines the source of the file containing rigid body graphics. |
*ResultSource(string) | Defines the source of the file containing flexbody modal participation factors as well as rigid body time histories. |
*FlexSource(string, body_id,scale) | Defines the source of the graphics for the flexbody as well as identifying the ID of the flexbody in the solver input deck and animation scale. |
*TempFileDirectory("string") | Allows you to control which directory is used when MotionView creates scratch files during the processing of flexbody animations. |
If Apply is not highlighted in the HyperView window's Load model panel, one or more files in the .flx file cannot be located.