ME751 Advanced Computational Multibody Dynamics

Size: px
Start display at page:

Download "ME751 Advanced Computational Multibody Dynamics"

Transcription

1 ME751 Advanced Computational Multibody Dynamics September 19, 2016 Overview of the Open-Source Multi-physics Software Chrono Antonio Recuero

2 Quote of the Day I don't want to achieve immortality through my work. I want to achieve it through not dying. -- Woody Allen 2

3 Chrono Today s topics Chrono Modules Parallelization Chrono::Vehicle Examples 3

4 Project Chrono collaborative endeavor University of Wisconsin Madison Dan Negrut, Radu Serban, Toby Heyn (Epic), Michal Kwarta, Justin Madsen (Oshkosh), Hammad Mazhar (NVIDIA), Dan Melanz (Energid), Arman Pazouki (Cal State Los Angeles), Milad Rakhsha, Antonio Recuero, Andrew Seidl (MapD), Mike Taylor University of Parma Alessandro Tasora, Andrea Favali (Maserati Automobili), Dario Mangoni University of Iowa Hiroyuki Sugyiama, Bryan Peterson 4

5 Newton-Euler Eqs. at Work 5

6 Ground vehicle mobility challenge 6

7 Complex multi-physics, multiscale problem Modeling Multibody dynamics Contact and friction Nonlinear FEA CFD and FSI Numerical methods Numerical integration (DAE/ODE/PDE, implicit, adaptive) DVI solvers (complementarity) Optimization (CCQP, PDIP) Nonlinear solvers (modified Newton) Sparse linear solvers (direct, iterative, preconditioners) Collision detection 7

8 Software and computational challenges Data structures (SOA vs. AOS) Algorithms Heterogeneous computing Monolithic vs Cosimulation Supercomputing (distributed memory) Group of nodes communicate through fast interconnect MPI, Charm++, Chapel Multi-socket Parallel Computing Group of CPUs operate together on the same node Compute devices accelerating parallel computation Acceleration (GPU/Phi) on one node Multi-Core Parallel Computing Communication through shared caches Vectorization Pipelining Superscalar Higher operation throughput via special/fat registers Sequence of instruction sharing functional units Non-sequence instructions sharing functional units OpenMP, MPI CUDA, OpenCL + OpenMP, MPI OpenMP, TBB, pthreads AVX, SSE Assembly Assembly We have full control We have little to no control 8

9 Chrono Structure and Capabilities 9

10 Project Chrono Growing ecosystem of software tools Multi-physics simulation engine Open source, released under permissive BSD-3 license Provides support for simulation of Many-body dynamics Nonlinear Finite Element Analysis Fluid-Solid Interaction Problems 10

11 What is Chrono? Middleware: can be embedded in third-party applications Modular: based on optional linking of specialized modules Expandable: via C++ inheritance Efficient: fast and robust data structures and algorithms Cross-platform: builds on Windows, Linux, OS X (MSVC, GCC, ICC, clang) 11

12 Modular and hierarchical structure Chrono::Engine Chrono MBD MBD API Support for Classical Multi-Body Dynamics Hardware CPU, Multicore Hardware Multiple GPU Hardware Multiple Nodes Equation Formulation Equation Solution Collision Detection HPC Support Pre/Post Processing Toolkit Chrono::Vehicle Chrono API Toolkit Chrono:: Granular Chrono FEA Chrono FSI Chrono FEA API FSI API API Toolkit Chrono:: Fording Support for Structural And Volumetric Elements Support for Fluid-Solid Interaction Toolkit Chrono::Roboti cs Future Chrono Expansion Toolkit Chrono::GeoMech Advanced Chrono Use Low-Entry Point Chrono Use 12

13 Chrono modules Module Chrono::Engine CASCADE COSIMULATION FEA FSI IRRLICHT MATLAB MKL OGRE OPENGL PARALLEL POSTPROCESS PYTHON VEHICLE Description Core Functionality Interoperability with CAD tools Support for co-simulation Finite Element Analysis Fluid-Solid Interaction Runtime Visualization with Irrlicht Interoperability with MATLAB Interface to Intel MKL Runtime Visualization with Ogre Runtime Visualization with OpenGL Parallel (multi-core) simulation module Tools for post-processing (POV-Ray output, Gnuplot) Python Interoperability Template-based Ground Vehicle Modeling and Simulation 13

14 Chrono::Engine Modeling Rigid bodies, markers, forces, torques Springs and dampers, with user-defined non-linear features Wide set of joints Impose trajectories to parts and markers Constraint motion on splines, surfaces, etc. Constraints can have limits (ex. elbow) Custom constraint for motors, reducers etc. Custom constraint for linear motors. 1-DOF elements for powertrains, drivelines, etc. Collision detection and frictional contact Fast collision detection algorithms Collision families and groups Coloumb friction model, with stick-slip Rolling and spinning friction Restitution coefficients for rebouncing Collision detection between compound shapes Bodies activation/deactivation and sleeping 14

15 Chrono::FEA Co-rotational formulation Bar element, Euler beam, Hexa8, Hexa20, Tetra4, Tetra10 ANCF Cable element, Shell elements (isotropic, orthotropic, composite) Other EAS brick element (isotropic and hyperelastic Mooney-Rivlin), Brick9 Support for concentrated and distributed loads Linear, surface, volumetric Built-in classes for pressure, gravitational forces Support for constraints Between two nodes, node and point on body, gradient and body direction Support for contact (penalty-based formulation) Mesh-mesh and mesh-rigid Surfaces represented as node clouds or triangular mesh 15

16 Chrono::FSI Current State Fluid interaction with multibody dynamics. MBD includes contact and constraint Supports flexible beam Heterogeneous computing GPU-based parallelism for fluid and OMP/AVX/SSE for MBD Constraint-based fluid simulation Under development Implicit incompressible CFD approach for fluid dynamics Support for fluid interaction with flexible plate and shell Distributed memory implementation 16

17 Chrono::Granular Samplers for granular dynamics Uniform grid, Poisson-disk sampling, hexagonal close packing Sampling of different bounding volumes (box, sphere, cylinder) Allows 2D sampling (rectangle, disk) Generators for granular dynamics Create particles, using a given sampler, randomly selecting from a mixture of ingredients with prescribed expectation Mixture ingredient: multivariate normal distributions for particle size and contact material properties Models library (under construction) Penetrometer tests Triaxial test Direct-shear test etc 17

18 Chrono::Parallel Library for OpenMP-based parallel simulation of Chrono models Supports a subset of Chrono modeling elements: Rigid bodies with frictional contact (DEM-C or DEM-P) Kinematic joints (revolute, spherical, translational, etc.) Force elements (spring-dampers, actuators, etc.) 1-D shafts and associated elements and constraints (shaft-body connection, gears, motors, etc.) No support for FEA Implements only the Implicit Euler Linearized time-stepper Chrono-Parallel uses different data structures and algorithms (SOA vs. AOS) Specialized, parallel collision detection algorithms Broad phase: spatial binning (AABB) Narrow phase: MPR, GJK, SAT, hybrid 18

19 Chrono::Vehicle Modeling, simulation, and visualization of wheeled and tracked ground vehicles Modular: vehicle are modeled from instances of subsystems (suspension, steering, driveline, etc.) Flexible: use parameterized templates (optionally specified through JSON input files) Expandable, via C++ inheritance New subsystems New templates for existing subsystems New vehicle types 19

20 Wheeled vehicle subsystems Wheel state Tire forces Wheel state Tire forces Brake torque Brake torque Front suspension subsystem Chassis Steering Steering subsystem Driveshaft speed Driveshaft torque Driveline subsystem Body state Body forces Rear suspension subsystem Brake torque Brake torque Wheel state Tire forces Wheel state Tire forces 20

21 Chrono::Vehicle systems and subsystems Vehicle system: DRIVER Throttle input POWERTRA IN TERRAIN Wheeled vehicle Tracked vehicle Auxiliary systems: Steering input Braking input Driveshaft torque VEHICLE Driveshaft speed Wheel states TIRES Height Normal Tire system: rigid, LuGre, Pacejka, Fiala, FEA-based Terrain: rigid (flat, mesh, heigh-map), deformable (SCM), deformable (FEA), granular Powertrain: engine + TC + transmission Driver model: interactive, data-based, path-follower and speed controllers Fully-coupled or co-simulation Forces and moments on wheel bodies 21

22 Chrono::Vehicle ongoing developments Deformable SCM soil model Embeds the SCM from the European Space Agency (Kren et. al.) Extensions in Chrono: non-regular, adaptive grids, optional elasticity, generic collision algorithm, terrain specified as arbitrary mesh Deformable FEA soil model 9-node brick element Capped Drucker-Prager plasticity model Deformable tire models ANCF-based (composite shell elements + volumetric elements for tread) Co-rotational FEA Distributed co-simulation framework MPI communication between systems OpenMP / GPU for acceleration of system simulation 22

23 Validation of basic modeling components Ongoing effort (see Example: sample results for Double Pendulum (distance constraint) Validation of Basic Modeling Elements in Chrono, M. Taylor and R. Serban, TR , SBEL, UW Madison,

24 Examples 24

25 Wave propagation in ordered granular material 25

26 Nonlinear FEA tire on granular terrain Simulation and mobility analysis of an ANCF tire in a tire rig on deformable granular terrain, TR , SBEL, UW Madison,

27 Cosimulation framework wheel state mesh node states contact forces tire forces OpenMP tire forces wheel state contact forces mesh node states OpenMP / GPU / MPI OpenMP Vehicle Node MPI Tire Nodes (deformable tires) MPI Terrain Node (deformable / rigid terrain) 27

28 Cosimulation framework 28

29 Simulation of dense suspensions Dense suspension Finite size particles (rigid bodies) interaction Drafting, Kissing, and Tumbling (DKT) Short range interactions Lubrication and collision Flow characteristics Particle Reynolds number 1.0 Channel Reynolds number: 66 Channel Dimension: (1.1, 1.0, 1.0) m Volumetric concentration: 40% Computational aspects 23,000 rigid ellipsoids: (1.5, 1.5, 2.0) cm 2,000,000 SPH markers. Simulation performed on a single GPU, NVIDIA GTX seconds of dynamics 72 hrs to complete. Animation shows the channel mid-section 29

30 Particle migration in 2D and 3D Poiseuille flow Transient Poiseuille flow Cylinder in channel flow Sphere in pipe flow, Effect of rigid body rotation Flow Between Parallel Walls Containing the Lines of Neutrally Buoyant Circular Cylinders, T. Inamuro, K. Maeba, F. Ogino, Intl. J. Multiphase Flow, 12, 2000 Direct Simulation of the Motion of Neutrally Buoyant Circular Cylinders in Plane Poiseuille Flow, T. Pan and R. Glowinski, J. Comput. Physics, 181(1), 2002 Radial Particle Displacements in Poiseuille Flows of Suspensions, G. Segre and A. Silberberg, Nature, 189, 1961 A Numerical Study of the Effect of Particle Properties on the radial Distribution of Suspension in Pipe Flow, A. Pazouki and D. Negrut, Computers and Fluid., 108,

31 Chrono Simulations 31

32 HMMWV - Double lane change maneuver (rigid terrain) 32

33 M113 Double lane change maneuver (rigid terrain) 33

34 M113 Double lane change maneuver Chrono Tracked Vehicle Simulation Results Summary, R. Serban, M. Taylor, D. Melanz, D. Negrut, TR , SBEL, UW Madison,

35 SCM adaptive mesh refinement 35

36 Vehicle on deformable terrain (SCM) 36

37 Vehicle on granular terrain multicore 37

38 Vehicle on granular terrain GPU 38

39 Liquid sloshing 39

40 Can Chrono simulate this? 40

41 Fording simulation constrained fluid 41

42 Autonomous vehicles : formation of phantom traffic jam 42

43 Formation of phantom traffic jam 2007 Japanese Traffic Study Virtual Traffic Study (Y. Sugiyama et. al., 2007) 43

Project Chrono. Overview, structure, capabilities

Project Chrono. Overview, structure, capabilities Project Chrono Overview, structure, capabilities Project Chrono Growing ecosystem of software tools Multi physics simulation engine Open source, released under permissive BSD 3 license Provides support

More information

Chrono::Irrlicht demos

Chrono::Irrlicht demos Chrono Demos Chrono::Engine demos demo_ch_archive demo_ch_buildsystem demo_ch_coords demo_ch_functions demo_ch_math demo_ch_powertrain demo_ch_solver demo_ch_stream Demonstrate archives for serialization/de-serialization

More information

MULTIPHYSICS SIMULATION USING GPU

MULTIPHYSICS SIMULATION USING GPU MULTIPHYSICS SIMULATION USING GPU Arman Pazouki Simulation-Based Engineering Laboratory Department of Mechanical Engineering University of Wisconsin - Madison Acknowledgements Prof. Dan Negrut Dr. Radu

More information

Support for Multi physics in Chrono

Support for Multi physics in Chrono Support for Multi physics in Chrono The Story Ahead Overview of multi physics strategy in Chrono Summary of handling rigid/flexible body dynamics using Lagrangian approach Summary of handling fluid, and

More information

Overview of the Chrono::Parallel module

Overview of the Chrono::Parallel module Chrono::Parallel Overview of the Chrono::Parallel module 2 What is Chrono::Parallel? A software library for OpenMP based parallel simulation of Chrono models Middleware: can be embedded in third parties

More information

Chrono::Vehicle Template-Based Ground Vehicle Modeling and Simulation

Chrono::Vehicle Template-Based Ground Vehicle Modeling and Simulation Chrono::Vehicle Template-Based Ground Vehicle Modeling and Simulation Radu Serban, Michael Taylor, Dan Negrut, and Alessandro Tasora Abstract Chrono::Vehicle is a module of the open-source multi-physics

More information

Integration of deformable tire-soil interaction simulation capabilities in physics-based off-road mobility solver

Integration of deformable tire-soil interaction simulation capabilities in physics-based off-road mobility solver University of Iowa Iowa Research Online Theses and Dissertations Fall 2016 Integration of deformable tire-soil interaction simulation capabilities in physics-based off-road mobility solver Bryan Peterson

More information

Chrono::FEA is a C++ module that enables flexible parts in Chrono

Chrono::FEA is a C++ module that enables flexible parts in Chrono Chrono::FEA API 1 Chrono::FEA Chrono::FEA is a C++ module that enables flexible parts in Chrono Chrono::FEA contains classes for modeling finite elements of various types: Beams Shells Tetrahedrons, hexahedrons

More information

From Sand Dynamics to Tank Dynamics Using Advanced Computing to Accelerate Innovation and Improve Designs in Mechanical Engineering

From Sand Dynamics to Tank Dynamics Using Advanced Computing to Accelerate Innovation and Improve Designs in Mechanical Engineering From Sand Dynamics to Tank Dynamics Using Advanced Computing to Accelerate Innovation and Improve Designs in Mechanical Engineering Associate Professor Dan Negrut NVIDIA CUDA Fellow Simulation-Based Engineering

More information

Model Library Mechanics

Model Library Mechanics Model Library Mechanics Using the libraries Mechanics 1D (Linear), Mechanics 1D (Rotary), Modal System incl. ANSYS interface, and MBS Mechanics (3D) incl. CAD import via STL and the additional options

More information

Technical Report TR

Technical Report TR Technical Report TR-2015-09 Boundary condition enforcing methods for smoothed particle hydrodynamics Arman Pazouki 1, Baofang Song 2, Dan Negrut 1 1 University of Wisconsin-Madison, Madison, WI, 53706-1572,

More information

CHRONO: A PARALLEL PHYSICS LIBRARY FOR RIGID-BODY, FLEXIBLE-BODY, AND FLUID DYNAMICS

CHRONO: A PARALLEL PHYSICS LIBRARY FOR RIGID-BODY, FLEXIBLE-BODY, AND FLUID DYNAMICS Proceedings of the ASME 2013 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference IDETC/CIE 2013 August 4-7, 2013, Portland, Oregon, USA DETC2013-13239

More information

Simulation Based Engineering Laboratory Technical Report University of Wisconsin - Madison

Simulation Based Engineering Laboratory Technical Report University of Wisconsin - Madison Simulation Based Engineering Laboratory Technical Report 2008-05 University of Wisconsin - Madison Scalability of Rigid Body Frictional Contacts with Non-primitive Collision Geometry Justin Madsen, Ezekiel

More information

ME964 High Performance Computing for Engineering Applications

ME964 High Performance Computing for Engineering Applications ME964 High Performance Computing for Engineering Applications Outlining Midterm Projects Topic 3: GPU-based FEA Topic 4: GPU Direct Solver for Sparse Linear Algebra March 01, 2011 Dan Negrut, 2011 ME964

More information

PERFORMANCE ANALYSIS OF CONSTANT SPEED LOCAL OBSTACLE AVOIDANCE CONTROLLER USING AN MPC ALGORITHM ON GRANULAR TERRAIN. Dept. of Mechanical Engineering

PERFORMANCE ANALYSIS OF CONSTANT SPEED LOCAL OBSTACLE AVOIDANCE CONTROLLER USING AN MPC ALGORITHM ON GRANULAR TERRAIN. Dept. of Mechanical Engineering 2017 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM Modeling & Simulation, Testing and Validation (MSTV) Technical Session August 8-10, 2017 Novi, Michigan PERFORMANCE ANALYSIS OF CONSTANT

More information

Overview of the Chrono ADAMS Parser

Overview of the Chrono ADAMS Parser Simulation-Based Engineering Lab University of Wisconsin-Madison Technical Report TR 2017 09 Overview of the Chrono ADAMS Parser Conlain Kelly and Radu Serban Dept. of Mechanical Engineering, University

More information

Technical Report TR

Technical Report TR Simulation-Based Engineering Lab University of Wisconsin Madison Technical Report TR-2016-07 Wheeled vehicle mobility studies in Chrono: Nonlinear finite element tires operating on granular terrain Antonio

More information

DRAFT: CHRONO: A PARALLEL PHYSICS LIBRARY FOR RIGID-BODY, FLEXIBLE-BODY, AND FLUID DYNAMICS

DRAFT: CHRONO: A PARALLEL PHYSICS LIBRARY FOR RIGID-BODY, FLEXIBLE-BODY, AND FLUID DYNAMICS Proceedings of the ASME 2013 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2013 August 4-7, 2013, Portland, Oregon, USA DETC2013-13239

More information

Lesson 1: Introduction to Pro/MECHANICA Motion

Lesson 1: Introduction to Pro/MECHANICA Motion Lesson 1: Introduction to Pro/MECHANICA Motion 1.1 Overview of the Lesson The purpose of this lesson is to provide you with a brief overview of Pro/MECHANICA Motion, also called Motion in this book. Motion

More information

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs An Overview of SolidWorks and Its Associated Analysis Programs prepared by Prof. D. Xue University of Calgary SolidWorks - a solid modeling CAD tool. COSMOSWorks - a design analysis system fully integrated

More information

CHRONO::HPC DISTRIBUTED MEMORY FLUID-SOLID INTERACTION SIMULATIONS. Felipe Gutierrez, Arman Pazouki, and Dan Negrut University of Wisconsin Madison

CHRONO::HPC DISTRIBUTED MEMORY FLUID-SOLID INTERACTION SIMULATIONS. Felipe Gutierrez, Arman Pazouki, and Dan Negrut University of Wisconsin Madison CHRONO::HPC DISTRIBUTED MEMORY FLUID-SOLID INTERACTION SIMULATIONS Felipe Gutierrez, Arman Pazouki, and Dan Negrut University of Wisconsin Madison Support: Rapid Innovation Fund, U.S. Army TARDEC ASME

More information

Recent Developments in LS-DYNA II

Recent Developments in LS-DYNA II 9. LS-DYNA Forum, Bamberg 2010 Keynote-Vorträge II Recent Developments in LS-DYNA II J. Hallquist Livermore Software Technology Corporation A - II - 7 Keynote-Vorträge II 9. LS-DYNA Forum, Bamberg 2010

More information

Using RecurDyn. Contents

Using RecurDyn. Contents Using RecurDyn Contents 1.0 Multibody Dynamics Overview... 2 2.0 Multibody Dynamics Applications... 3 3.0 What is RecurDyn and how is it different?... 4 4.0 Types of RecurDyn Analysis... 5 5.0 MBD Simulation

More information

Recent developments in simulation, optimization and control of flexible multibody systems

Recent developments in simulation, optimization and control of flexible multibody systems Recent developments in simulation, optimization and control of flexible multibody systems Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be Katholieke

More information

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit Agenda 9:00 Welcome 1:00 - Computing Utilities Introductions HPC What is new at CAEA GPU 9:15 - Mechanical Demonstration CAD connection utilities (within the CAD API) Mechanical setup Rigid Bodies, Joints,

More information

Solid and shell elements

Solid and shell elements Solid and shell elements Theodore Sussman, Ph.D. ADINA R&D, Inc, 2016 1 Overview 2D and 3D solid elements Types of elements Effects of element distortions Incompatible modes elements u/p elements for incompressible

More information

Flexible multibody systems - Relative coordinates approach

Flexible multibody systems - Relative coordinates approach Computer-aided analysis of multibody dynamics (part 2) Flexible multibody systems - Relative coordinates approach Paul Fisette (paul.fisette@uclouvain.be) Introduction In terms of modeling, multibody scientists

More information

High Performance Computational Dynamics in a Heterogeneous Hardware Ecosystem

High Performance Computational Dynamics in a Heterogeneous Hardware Ecosystem High Performance Computational Dynamics in a Heterogeneous Hardware Ecosystem Associate Prof. Dan Negrut NVIDIA CUDA Fellow Simulation-Based Engineering Lab Department of Mechanical Engineering University

More information

SOLIDWORKS Simulation

SOLIDWORKS Simulation SOLIDWORKS Simulation Length: 3 days Prerequisite: SOLIDWORKS Essentials Description: SOLIDWORKS Simulation is designed to make SOLIDWORKS users more productive with the SOLIDWORKS Simulation Bundle. This

More information

Offshore Platform Fluid Structure Interaction (FSI) Simulation

Offshore Platform Fluid Structure Interaction (FSI) Simulation Offshore Platform Fluid Structure Interaction (FSI) Simulation Ali Marzaban, CD-adapco Murthy Lakshmiraju, CD-adapco Nigel Richardson, CD-adapco Mike Henneke, CD-adapco Guangyu Wu, Chevron Pedro M. Vargas,

More information

ANSYS Element. elearning. Peter Barrett October CAE Associates Inc. and ANSYS Inc. All rights reserved.

ANSYS Element. elearning. Peter Barrett October CAE Associates Inc. and ANSYS Inc. All rights reserved. ANSYS Element Selection elearning Peter Barrett October 2012 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved. ANSYS Element Selection What is the best element type(s) for my analysis? Best

More information

Using MSC.Nastran for Explicit FEM Simulations

Using MSC.Nastran for Explicit FEM Simulations 3. LS-DYNA Anwenderforum, Bamberg 2004 CAE / IT III Using MSC.Nastran for Explicit FEM Simulations Patrick Doelfs, Dr. Ingo Neubauer MSC.Software GmbH, D-81829 München, Patrick.Doelfs@mscsoftware.com Abstract:

More information

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design

SimWise. 3D Dynamic Motion, and Stress Analysis. integrated with Alibre Design SimWise 3D Dynamic Motion, and Stress Analysis integrated with Alibre Design SimWise 4D for Alibre Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional

More information

Chapter 5 Modeling and Simulation of Mechanism

Chapter 5 Modeling and Simulation of Mechanism Chapter 5 Modeling and Simulation of Mechanism In the present study, KED analysis of four bar planar mechanism using MATLAB program and ANSYS software has been carried out. The analysis has also been carried

More information

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates ANSYS/LS-Dyna Customization in Workbench Using ACT Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, 2013 2013 CAE Associates CAE Associates CAE Associates is an engineering services

More information

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar Philipp Hahn Acknowledgements Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar 2 Outline Motivation Lumped Mass Model Model properties Simulation

More information

Krishnan Suresh Associate Professor Mechanical Engineering

Krishnan Suresh Associate Professor Mechanical Engineering Large Scale FEA on the GPU Krishnan Suresh Associate Professor Mechanical Engineering High-Performance Trick Computations (i.e., 3.4*1.22): essentially free Memory access determines speed of code Pick

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège Fully coupled simulation of mechatronic and flexible multibody systems: An extended finite element approach Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be

More information

SUPPORT FOR ADVANCED COMPUTING IN PROJECT CHRONO

SUPPORT FOR ADVANCED COMPUTING IN PROJECT CHRONO SUPPORT FOR ADVANCED COMPUTING IN PROJECT CHRONO Dan Negrut Vilas Associate Professor NVIDIA CUDA Fellow Simulation-Based Engineering Lab University of Wisconsin-Madison December 9, 2015 Acknowledgement

More information

Chassis Design using Composite Materials MBS-Modeling and Experiences

Chassis Design using Composite Materials MBS-Modeling and Experiences Chassis Design using Composite Materials MBS-Modeling and Experiences Udo Piram Bernd Austermann Uwe Heitz Calculations and Simulations System Functions ZF Friedrichshafen AG Chassis Design using Composite

More information

Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications. Laz Foley, ANSYS Inc.

Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications. Laz Foley, ANSYS Inc. Automotive Fluid-Structure Interaction (FSI) Concepts, Solutions and Applications Laz Foley, ANSYS Inc. Outline FSI Classifications FSI Solutions FSI Modeling Approaches ANSYS Workbench for FSI System

More information

Industrial finite element analysis: Evolution and current challenges. Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009

Industrial finite element analysis: Evolution and current challenges. Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009 Industrial finite element analysis: Evolution and current challenges Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009 Dr. Chief Numerical Analyst Office of Architecture and

More information

T6: Position-Based Simulation Methods in Computer Graphics. Jan Bender Miles Macklin Matthias Müller

T6: Position-Based Simulation Methods in Computer Graphics. Jan Bender Miles Macklin Matthias Müller T6: Position-Based Simulation Methods in Computer Graphics Jan Bender Miles Macklin Matthias Müller Jan Bender Organizer Professor at the Visual Computing Institute at Aachen University Research topics

More information

LMS Virtual.Lab Motion Desktop

LMS Virtual.Lab Motion Desktop Answers for industry LMS Virtual.Lab Motion Desktop [VL-MOT.80.1] 13.1 Benefits Gain insight in the kinematic and dynamic performance of a mechanism Increase product quality by efficient full system optimization

More information

R15.0 Structural Update

R15.0 Structural Update R15.0 Structural Update 1 Tim Pawlak R&D Fellow ANSYS Structural Update Topics Geometry and Mesh Material Behavior Numerical Methods Composites Dynamics Submodeling Multiphysics Solvers User Interface

More information

A Physics-Based Terrain Model for Off-Road Vehicle Simulations

A Physics-Based Terrain Model for Off-Road Vehicle Simulations : Distribution Statement A. Approved for public release A Physics-Based Terrain Model for Off-Road Vehicle Simulations Justin Madsen, Andrew Seidl, Prof. Dan Negrut Simulation-Based Engineering Lab University

More information

Customized Pre/post-processor for DIANA. FX for DIANA

Customized Pre/post-processor for DIANA. FX for DIANA Customized Pre/post-processor for DIANA FX for DIANA About FX4D for DIANA FX4D is a general purpose pre/post-processor for CAE simulation. FX4D has been specialized for civil/architectural applications.

More information

VD - Design Validation

VD - Design Validation Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 295 - EEBE - Barcelona East School of Engineering 717 - EGE - Department of Engineering Presentation BACHELOR'S DEGREE IN ELECTRICAL

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

Large scale physics simulations in industrial vehicle simulators

Large scale physics simulations in industrial vehicle simulators Large scale physics simulations in industrial vehicle simulators Kenneth Bodin Algoryx Simulation, Umeå, Sweden http://www.algoryx.se/ kenneth@aloryx.se Scope The anatomy, models and methods of a Phyics

More information

Problem description. The FCBI-C element is used in the fluid part of the model.

Problem description. The FCBI-C element is used in the fluid part of the model. Problem description This tutorial illustrates the use of ADINA for analyzing the fluid-structure interaction (FSI) behavior of a flexible splitter behind a 2D cylinder and the surrounding fluid in a channel.

More information

COPYRIGHTED MATERIAL INTRODUCTION CHAPTER 1

COPYRIGHTED MATERIAL INTRODUCTION CHAPTER 1 CHAPTER 1 INTRODUCTION Modern mechanical and aerospace systems are often very complex and consist of many components interconnected by joints and force elements such as springs, dampers, and actuators.

More information

Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics

Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics I. Pantle Fachgebiet Strömungsmaschinen Karlsruher Institut für Technologie KIT Motivation

More information

SimWise 4D. Integrated Motion and Stress Analysis

SimWise 4D. Integrated Motion and Stress Analysis SimWise 4D Integrated Motion and Stress Analysis SimWise 4D Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional performance of mechanical parts and

More information

Rigid Dynamic Analysis in Workbench

Rigid Dynamic Analysis in Workbench Rigid Dynamic Analysis in Workbench 1-1 Introduction Rigid Dynamic Analysis: Calculates dynamic response of an assembly of rigid bodies. Can be used to study the kinematics of an assembly. Bodies are linked

More information

INTRODUCTION CHAPTER 1

INTRODUCTION CHAPTER 1 CHAPTER 1 INTRODUCTION Modern mechanical and aerospace systems are often very complex and consist of many components interconnected by joints and force elements such as springs, dampers, and actuators.

More information

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis 25 Module 1: Introduction to Finite Element Analysis Lecture 4: Steps in Finite Element Analysis 1.4.1 Loading Conditions There are multiple loading conditions which may be applied to a system. The load

More information

A MECHATRONIC APPROACH OF THE WINDSHIELD WIPER MECHANISMS

A MECHATRONIC APPROACH OF THE WINDSHIELD WIPER MECHANISMS A MECHATRONIC APPROACH OF THE WINDSHIELD WIPER MECHANISMS Alexandru Cătălin Transilvania University of Braşov calex@unitbv.ro Keywords: windshield wiper mechanism, dynamic simulation, control system, virtual

More information

Week 12 - Lecture Mechanical Event Simulation. ME Introduction to CAD/CAE Tools

Week 12 - Lecture Mechanical Event Simulation. ME Introduction to CAD/CAE Tools Week 12 - Lecture Mechanical Event Simulation Lecture Topics Mechanical Event Simulation Overview Additional Element Types Joint Component Description General Constraint Refresh Mesh Control Force Estimation

More information

Speedup Altair RADIOSS Solvers Using NVIDIA GPU

Speedup Altair RADIOSS Solvers Using NVIDIA GPU Innovation Intelligence Speedup Altair RADIOSS Solvers Using NVIDIA GPU Eric LEQUINIOU, HPC Director Hongwei Zhou, Senior Software Developer May 16, 2012 Innovation Intelligence ALTAIR OVERVIEW Altair

More information

Static and Transient Analysis of Radial Tires Using ANSYS

Static and Transient Analysis of Radial Tires Using ANSYS Static and Transient Analysis of Radial Tires Using ANSYS TIBERIU GIURGIU 1, FLORINA CIORTAN 1, CRISTINA PUPAZA 2 1 Test, Evaluation and Scientific Research Weapons Systems Centre, Military Equipment and

More information

John Hsu Nate Koenig ROSCon 2012

John Hsu Nate Koenig ROSCon 2012 John Hsu Nate Koenig ROSCon 2012 Outline What is Gazebo, and why should you use it Overview and architecture Environment modeling Robot modeling Interfaces Getting Help Simulation for Robots Towards accurate

More information

Lateral Loading of Suction Pile in 3D

Lateral Loading of Suction Pile in 3D Lateral Loading of Suction Pile in 3D Buoy Chain Sea Bed Suction Pile Integrated Solver Optimized for the next generation 64-bit platform Finite Element Solutions for Geotechnical Engineering 00 Overview

More information

Recent Developments and Roadmap Part 0: Introduction. 12 th International LS-DYNA User s Conference June 5, 2012

Recent Developments and Roadmap Part 0: Introduction. 12 th International LS-DYNA User s Conference June 5, 2012 Recent Developments and Roadmap Part 0: Introduction 12 th International LS-DYNA User s Conference June 5, 2012 1 Outline Introduction Recent developments. See the separate PDFs for: LS-PrePost Dummies

More information

Ansys Mechanical APDL

Ansys Mechanical APDL Ansys Mechanical APDL Day 1: FEA and ANSYS 9.00 12.00 About ANSYS, What is FEA?, Instructor Example Getting Started 12.00 1.00 Interactive Vs. Batch Mode, Starting ANSYS, Product Launcher, ANSYS Workbench,

More information

SIMPACK - A Tool for Off-Line and Real- Time Simulation

SIMPACK - A Tool for Off-Line and Real- Time Simulation SIMPACK - A Tool for Off-Line and Real- Time Simulation Real-Time for ECU Testing: State of the Art and Open Demands SIMPACK - Code Export: A Newly Emerging Module for Real-Time Models Application Example

More information

CITY AND GUILDS 9210 UNIT 135 MECHANICS OF SOLIDS Level 6 TUTORIAL 15 - FINITE ELEMENT ANALYSIS - PART 1

CITY AND GUILDS 9210 UNIT 135 MECHANICS OF SOLIDS Level 6 TUTORIAL 15 - FINITE ELEMENT ANALYSIS - PART 1 Outcome 1 The learner can: CITY AND GUILDS 9210 UNIT 135 MECHANICS OF SOLIDS Level 6 TUTORIAL 15 - FINITE ELEMENT ANALYSIS - PART 1 Calculate stresses, strain and deflections in a range of components under

More information

Collision detection in Chrono

Collision detection in Chrono Collision detection in Chrono Collision shapes 2 Collision shapes Collision shapes are defined respect to the REF frame of the body Spheres, boxes, cylinders, convex hulls, ellipsoids, compounds, Concave

More information

Particleworks: Particle-based CAE Software fully ported to GPU

Particleworks: Particle-based CAE Software fully ported to GPU Particleworks: Particle-based CAE Software fully ported to GPU Introduction PrometechVideo_v3.2.3.wmv 3.5 min. Particleworks Why the particle method? Existing methods FEM, FVM, FLIP, Fluid calculation

More information

S7316: Real-Time Robotics Control and Simulation for Deformable Terrain Applications Using the GPU

S7316: Real-Time Robotics Control and Simulation for Deformable Terrain Applications Using the GPU S7316: Real-Time Robotics Control and Simulation for Deformable Terrain Applications Using the GPU Daniel Melanz Copyright 2017 Energid Technology Overview 1. Who are we? 2. What do we do? 3. How do we

More information

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1 SAMCEF for ROTORS Chapter 3.2: Rotor modeling This document is the property of SAMTECH S.A. MEF 101-03-2-A, Page 1 Table of contents Introduction Introduction 1D Model 2D Model 3D Model 1D Models: Beam-Spring-

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Interaction of Fluid Simulation Based on PhysX Physics Engine. Huibai Wang, Jianfei Wan, Fengquan Zhang

Interaction of Fluid Simulation Based on PhysX Physics Engine. Huibai Wang, Jianfei Wan, Fengquan Zhang 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Interaction of Fluid Simulation Based on PhysX Physics Engine Huibai Wang, Jianfei Wan, Fengquan Zhang College

More information

Marine Hydrodynamics Solver in OpenFOAM

Marine Hydrodynamics Solver in OpenFOAM Marine Hydrodynamics Solver in OpenFOAM p. 1/14 Marine Hydrodynamics Solver in OpenFOAM Hrvoje Jasak and Henrik Rusche h.jasak@wikki.co.uk, h.rusche@wikki.co.uk Wikki, United Kingdom and Germany 4 December

More information

Particle Tracing Module

Particle Tracing Module Particle Tracing Module Particle Tracing Module Released with version 4.2a in October 2011 Add-on to COMSOL Multiphysics Combines with any COMSOL Multiphysics Module Particle Tracing Particle tracing

More information

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić Coupled Simulation of Flow and Body Motion Using Overset Grids Eberhard Schreck & Milovan Perić Contents Dynamic Fluid-Body Interaction (DFBI) model in STAR-CCM+ Overset grids method in STAR-CCM+ Advantages

More information

Solving Large Complex Problems. Efficient and Smart Solutions for Large Models

Solving Large Complex Problems. Efficient and Smart Solutions for Large Models Solving Large Complex Problems Efficient and Smart Solutions for Large Models 1 ANSYS Structural Mechanics Solutions offers several techniques 2 Current trends in simulation show an increased need for

More information

What is a Rigid Body?

What is a Rigid Body? Physics on the GPU What is a Rigid Body? A rigid body is a non-deformable object that is a idealized solid Each rigid body is defined in space by its center of mass To make things simpler we assume the

More information

Vehicle Dynamics & Safety: Multibody System. Simulation tools based on MultiBody approach are widespread in vehicle design and testing

Vehicle Dynamics & Safety: Multibody System. Simulation tools based on MultiBody approach are widespread in vehicle design and testing Vehicle Dynamics & Safety: Multibody System Simulation tools based on MultiBody approach are widespread in vehicle design and testing Vehicle Dynamics & Safety: Multibody System What is a Multibody System?

More information

Application to Vehicles Dynamics. Taking into account local non linearity in MBS models. This document is the property of SAMTECH S.A.

Application to Vehicles Dynamics. Taking into account local non linearity in MBS models. This document is the property of SAMTECH S.A. Application to Vehicles Dynamics Taking into account local non linearity in MBS models This document is the property of SAMTECH S.A. Page 1 Tables of contents Introduction SAMTECH Expertise SAMTECH Methodology

More information

TR Scaling Analysis of a Penalty Approach For Multibody Dynamics with Friction and Contact. Luning Fang, Dan Negrut

TR Scaling Analysis of a Penalty Approach For Multibody Dynamics with Friction and Contact. Luning Fang, Dan Negrut TR -2013-02 Scaling Analysis of a Penalty Approach For Multibody Dynamics with Friction and Contact Luning Fang, Dan Negrut June, 2013 Abstract Currently, the most common modeling and simulation software

More information

ANSYS HPC. Technology Leadership. Barbara Hutchings ANSYS, Inc. September 20, 2011

ANSYS HPC. Technology Leadership. Barbara Hutchings ANSYS, Inc. September 20, 2011 ANSYS HPC Technology Leadership Barbara Hutchings barbara.hutchings@ansys.com 1 ANSYS, Inc. September 20, Why ANSYS Users Need HPC Insight you can t get any other way HPC enables high-fidelity Include

More information

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body George Wang (1 ), Kevin Gardner (3), Eric DeHoff (1), Facundo del Pin (2), Inaki Caldichoury (2), Edouard

More information

CO-SIMULATION OF MBD MODELS WITH DEM CODE TO PREDICT MOBILITY ON SOFT SOIL

CO-SIMULATION OF MBD MODELS WITH DEM CODE TO PREDICT MOBILITY ON SOFT SOIL 2018 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) TECHNICAL SESSION AUGUST 7-9, 2018 NOVI, MICHIGAN CO-SIMULATION OF MBD MODELS

More information

FOUR WHAT S NEW IN THIS VERSION? 4.1 FLOW-3D Usability CHAPTER

FOUR WHAT S NEW IN THIS VERSION? 4.1 FLOW-3D Usability CHAPTER CHAPTER FOUR WHAT S NEW IN THIS VERSION? FLOW-3D v11.2.0 continues to streamline engineers simulation workflows by enabling them to more quickly set up simulations, avoid common errors, identify and enter

More information

Chapter 4. Mechanism Design and Analysis

Chapter 4. Mechanism Design and Analysis Chapter 4. Mechanism Design and Analysis All mechanical devices containing moving parts are composed of some type of mechanism. A mechanism is a group of links interacting with each other through joints

More information

Introduction to Computer Graphics. Animation (2) May 26, 2016 Kenshi Takayama

Introduction to Computer Graphics. Animation (2) May 26, 2016 Kenshi Takayama Introduction to Computer Graphics Animation (2) May 26, 2016 Kenshi Takayama Physically-based deformations 2 Simple example: single mass & spring in 1D Mass m, position x, spring coefficient k, rest length

More information

Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation. Manuel CHENE MSC.Software France

Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation. Manuel CHENE MSC.Software France Leveraging Integrated Concurrent Engineering for vehicle dynamics simulation Manuel CHENE MSC.Software France Agenda Challenge of vehicle dynamic simulation: frequency domain coverage necessity for a multi

More information

FEMAP All Rights Reserved NASTRAN 1

FEMAP All Rights Reserved NASTRAN 1 FEMAP 1 Overview Femap V10.3 is a Windows-native pre- and postprocessor used by engineering organizations world wide to model various products, processes, and systems. Its graphical user interface provides

More information

Written exams of Robotics 2

Written exams of Robotics 2 Written exams of Robotics 2 http://www.diag.uniroma1.it/~deluca/rob2_en.html All materials are in English, unless indicated (oldies are in Year Date (mm.dd) Number of exercises Topics 2018 07.11 4 Inertia

More information

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions Milovan Perić Contents The need to couple STAR-CCM+ with other theoretical or numerical solutions Coupling approaches: surface and volume

More information

RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent

RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent Gilles Eggenspieler Senior Product Manager 1 Morphing & Smoothing A mesh morpher is a tool capable of performing mesh modifications in order

More information

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D.

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D. System Level Cooling, Fatigue, and Durability Analysis via Multiphysics Co-Simulation Stuart A. Walker, Ph.D. swalker@altair.com Outline Motivation Presentation of process Presentation of tools Presentation

More information

CONSIDERATIONS REGARDING LINKAGES USED FOR SHAFTS COUPLING

CONSIDERATIONS REGARDING LINKAGES USED FOR SHAFTS COUPLING Mechanical Testing and Diagnosis ISSN 2247 9635, 2012 (II), Volume 4, 19-27 CONSIDERATIONS REGARDING LINKAGES USED FOR SHAFTS COUPLING Stelian ALACI, Florina Carmen CIORNEI, Constantin FILOTE, Luminiţa

More information

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

More information

Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car

Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car gopalax -International Journal of Technology And Engineering System(IJTES): Jan March 2011- Vol.2.No.3. Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car K. J. Prashanth 1, Ashish

More information

Intelligent Vehicle Mobility M&S Capability Development (FY13 Innovation Project)

Intelligent Vehicle Mobility M&S Capability Development (FY13 Innovation Project) Intelligent Vehicle Mobility M&S Capability Development (FY13 Innovation Project) P. Jayakumar and J. Raymond, Analytics : Distribution Statement A. Approved for public release. #24563 19 May 2014 Report

More information

Parallel Interpolation in FSI Problems Using Radial Basis Functions and Problem Size Reduction

Parallel Interpolation in FSI Problems Using Radial Basis Functions and Problem Size Reduction Parallel Interpolation in FSI Problems Using Radial Basis Functions and Problem Size Reduction Sergey Kopysov, Igor Kuzmin, Alexander Novikov, Nikita Nedozhogin, and Leonid Tonkov Institute of Mechanics,

More information

TURN AROUND BEHAVIOR GENERATION AND EXECUTION FOR UNMANNED GROUND VEHICLES OPERATING IN ROUGH TERRAIN

TURN AROUND BEHAVIOR GENERATION AND EXECUTION FOR UNMANNED GROUND VEHICLES OPERATING IN ROUGH TERRAIN 1 TURN AROUND BEHAVIOR GENERATION AND EXECUTION FOR UNMANNED GROUND VEHICLES OPERATING IN ROUGH TERRAIN M. M. DABBEERU AND P. SVEC Department of Mechanical Engineering, University of Maryland, College

More information