0% found this document useful (0 votes)
4 views17 pages

06 Process Overview Introduction

Chapter 6 provides an overview of the MotionView and MotionSolve process, detailing the structure and types of input and output files used in simulations. It explains various simulation types including kinematics, dynamics, statics, quasi-statics, and linear analysis, along with their definitions and applications. The chapter also includes a demonstration comparing MotionView MDL models to MotionSolve XML models.

Uploaded by

mikelaxn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views17 pages

06 Process Overview Introduction

Chapter 6 provides an overview of the MotionView and MotionSolve process, detailing the structure and types of input and output files used in simulations. It explains various simulation types including kinematics, dynamics, statics, quasi-statics, and linear analysis, along with their definitions and applications. The chapter also includes a demonstration comparing MotionView MDL models to MotionSolve XML models.

Uploaded by

mikelaxn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

INTRODUCTION TO MOTIONVIEW & MOTIONSOLVE

CHAPTER 6: MOTIONVIEW/MOTIONSOLVE PROCESS


OVERVIEW

Antonio Saorín, Application Engineer


Altair Engineering
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

MBD WITH MOTIONVIEW – PROCESS OVERVIEW

2
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

MOTIONSOLVE INPUT FILE

The MotionSolve input file, MotionSolve XML, is based on the XML standard.
All model data is contained in the MotionSolve XML file except flexbody information, which is
stored in the H3D file.
The input file contains both the model and simulation commands.
Example: <Body_Rigid
id = "3"
label = "PART_3"
cg_id = "16"
im_id = "16"
lprf_id = "73780001"
mass = "1.1344942"
inertia_xx = "9971.1866"
inertia_yy = "9908.9714"
inertia_zz = "104.75868"
/>

3
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

MOTIONSOLVE OUTPUT FILE

MotionSolve produces the following output files:

• Log File – Contains messages from the solver.


• MRF File – Contains the solver results.
The log and the MRF file are always created. These next ones are optional:

• ABF File – Intended for creating 2D and 3D plots using HyperGraph 2D & 3D.
• H3D File – Used for animating the results using HyperView.
• PLT File – Contains your plot data in ASCII format.

4
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

TYPES OF H3D FILES

There are 3 types of H3D Files:

1. Graphic H3D
• Created by either CAD Import utility or Using HyperMesh
• Contains no result information
• Generally used to represent parts with realistic geometry
• Can be visualize, but not animated in HyperView

2. Flexbody H3D
• Is a model representation of a Finite Element model
• Required when modeling flex bodies
• Generated by using MotionView >FlexPrep utility or using HyperMesh > OptiStruct interface
• Modes and Displacement/Stress/Strain contours can be post-processed using HyperView

3. Result H3D
• Result from MotionSolve
• Can be post-processed using HyperView

5
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

RUNNING SIMULATIONS IN MOTIONVIEW WITH MOTIONSOLVE

Set the Solver mode using SolverMode > MotionSolve


Default is set as MotionSolve, no need to change

Select the Run icon in the MotionView toolbar

Complete the run setup in the Run panel

6
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

THE RUN PANEL

The Run panel allows users to edit the solver parameters

1 3

2 4

1. Simulation type
Transient (kinematic or dynamic), Linear, Static, Quasi-Static
2. Simulation Parameters
Sets the End Time and Print interval for the run

7
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

THE RUN PANEL

The Run panel allows users to edit the solver parameters

1 3

2 4

3 4

8
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

SIMULATION TYPE: KINEMATICS

Definition
• A model with ZERO DOF is defined as kinematic
• Position, velocity, and acceleration analyses through a purely geometric study

Solution Overview
• Uncoupled Displacement, Velocity and Acceleration solutions
• Forces calculated as a consequence of motion
• Motion specified needs to be time based
• Non-linear algebraic equations solved by Newton-Raphson
• No need to solve differential equations - relatively robust solution!

Applications
• Mechanism design, Robot design and Task planning, Cam profile design, …

9
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

SIMULATION TYPE: DYNAMICS

Definition
• Study of motion of a system as a consequence of applied forces and inertia forces
• It is applicable to models with one or more DOF

Solution Overview
• Applied forces affect accelerations
• Accelerations are integrated to velocities
• Velocities are integrated to give displacements

Applications
• Improving product function and quality across a wide range of industries.

10
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

SIMULATION TYPE: STATICS

Definition
• Study of the equilibrium conditions of a system at rest

Solution Overview
• System velocities and accelerations are zero
• Solve the static force balance problem
• Governing equations are algebraic in nature

Applications
• Forces on system at rest

11
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

SIMULATION TYPE: QUASI-STATICS

Definition
• Study of the equilibrium conditions of a slowly moving system

Solution Overview
• Forces are a function of time or there are motion inputs
• Velocity and inertia forces are negligible
• Solve the static force balance problem at each point in time
• Governing equations are algebraic in nature

Applications
• Suspension design, stability analysis (tilt-table), steady state simulations

12
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

SIMULATION TYPE: LINEAR

Definition
• Study of the vibration modes of a system at any operating point
• Evaluation of the system transfer function at any specified operating point

Solution Overview
• Linearize equations of motion at a point
• Solve the eigenvalue problem to obtain system frequencies and mode shapes
• Use input/output channel specification to calculate transfer function in the time domain
(state space form)

Applications
• Stability analysis, NVH, plant models for control systems design

13
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

DEMO: MOTIONVIEW MDL MODELS VS. MOTIONSOLVE XML MODELS


Work Along Demonstration:
MotionView MDL models vs. MotionSolve XML Models
File Name and Location:
Solution files from previous exercise
Objectives:
• Open simple_pendulum.mdl in a text editor
• Open simple_pendulum.xml in a text editor
• Compare the files’ information and structure

14
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

DEMO: MOTIONVIEW MDL MODELS VS. MOTIONSOLVE XML MODELS


Work Along Demonstration:
MotionView MDL models vs. MotionSolve XML Models

15
© 2017 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.
Chapter 6: MotionView/MotionSolve Process Overview Introduction to MotionView and MotionSolve v2017

CHAPTER 6: QUESTIONS & ANSWERS

16
END OF CHAPTER

You might also like