var fDesc=new Array(); fDesc[0] = "Autodesk® Simulation software, part of the Autodesk solution for Digital Prototyping, provides a range of mechanical simulation tools to help designers and engineers make decisions earlier in the engineering design process. The software supports multiple file formats and export file from other cad software tools.

Features:

-CAD support - Direct, associative data exchange with most CAD software.
-Modeling and meshing - Create finite element models and meshes using tools and wizards designed to improve productivity and simulation accuracy.
-Static stress and linear dynamics - Study structural response of designs.
-Mechanical event simulation - enhance design decisions by using multibody dynamics with support for large-scale motion, large deformation, and large strain with body-to-body contact.
-Computational fluid dynamics (CFD) simulation - Study thermal characteristics of designs and perform accurate, detailed fluid flow analysis."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }