<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<body>
<h1>Abaqus Component</h1>
<table>
	<th colspan=2>Abaqus Example I</th>
	<tr>
		<td>Description:</td>
		<td>
		This model demonstrates the Abaqus component being driven by a design of experiments (DOE) component.  
		The reference Abaqus model is an Explicit analysis of a tennis ball striking a tennis racket.  
		The DOE factors include the pressure of the tennis ball, the effective stress in the strings, and
		the velocity of the tennis ball before and after impact.  The DOE responses being calculated by Abaqus
		include the mass, maximum Von Mises stress, and maximum displacement magnitudes.
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="AbaqusTennis.zmf">AbaqusTennis.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Abaqus, DOE</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>Abaqus 6.8-1 or higher</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
<table>
	<th colspan=2>Abaqus Example II</th>
	<tr>
		<td>Description:</td>
		<td>
		This model demonstrates the capability of Abaqus component to import the CATIA V5 geometry parameters 
		(if any are present in the cae model) and modify the geometries of parts/assemblies in Abaqus before carrying out 
		an analysis. This demonstration uses the Optimization process component to drive the simulation of a hinge 
		being pulled outwards. The variables include CATIA V5 geometry parameters and the pressure load applied to the hinge. 
		The objective is to minimize the von Mises stresses.
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="Hinge-job_Abaqus_Example.zmf">Hinge-job_Abaqus_Example.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Abaqus, DOE</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>Abaqus 6.11 or higher, CATIA V5 R19 or higher, CAI plug-in for installed CATIA V5 version</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
<table>
	<th colspan=2>Abaqus Example III</th>
	<tr>
		<td>Description:</td>
		<td>
		This model demonstrates the capability of Abaqus component API to build Abaqus model programmatically. 
		To run this model successfully,	you should provide absolute path of Abaqus input file to Isight 
		parameter named <b>inputFilePath</b> and  absolute path of Abaqus output file to Isight parameter 
		named <b>outputFilePath</b>, in Abaqus component. Customization script in the example perform following tasks: 
		<ui>
			<li>
				Reads the specified input and output files.
			</li>
			<li>
				Updates Abaqus execution command.
			</li>				
			<li>
				Selects all available input, and output parameters.
			</li>
		</ui>
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="Abaqus_ComponentAPI_Example.zmf">Abaqus_ComponentAPI_Example.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Abaqus, Task</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
	    <td>
		    The Abaqus input and output files are present in <a href="AbaqusInputOutputFiles.zip">Abaqus input and output files</a> archive. 
		</td>
	</tr>
</table>
</body>
</html>