<!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>CATIA V5 Component</h1>
<table>
	<th colspan=2>CATIA V5 Example I</th>
	<tr>
		<td>Description:</td>
		<td>
		This model demonstrates the CATIA V5 component being driven by a DOE component. 
		The reference CATIA V5 model is a CATIA Analysis model of a bracket to demonstrate 
		the effects of varying Poisson Ratio, Yield Strength, Density, fixture plate height 
		and the fixture plate holes radius on Maximum Von Mises stress and the x, y, z 
		coordinates of the center of gravity. The DOE component is configured to run 10 
		design experiments with the objective to minimize Maximum Von Mises stress.
			<ul>
			    <li>Inputs (5): 
				    <ul>
						<li>Poisson Ratio </li>
						<li>Yield Strength </li>
						<li>Density </li>
						<li>Fixture plate height </li>
						<li>Fixture plate holes radius </li>
				    </ul>
			    </li>
			    <li>Outputs (4): 
					<ul>
						<li>Maximum Von Mises stress </li>
						<li>X coordinate of center of gravity (Gx) </li>
						<li>Y coordinate of center of gravity (Gy) </li>
						<li>Z coordinate of center of gravity (Gz) </li>
					</ul>
				</li>
			</ul>
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="CATIA_V5.zmf">CATIA_V5.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>CATIA V5, DOE</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>CATIA V5 R21</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Other requirements:</td>
		<td>For this model to run, user must create two environment variables before launching Isight: 
			<ol>
				<li> CATSTART_PATH - Value should be the fully qualified path of CATSTART.exe 
				in your CATIA V5 R21 installation. </li>
				<li> CAT_ENV_FILE_PATH - Value should be the fully qualified path of the environment file 
				of your CATIA V5 R21 installation. </li> 
			</ol>
		</td>
	</tr>
</table>
<p> </p>
<table>
	<th colspan=2>CATIA V5 Example II</th>
	<tr>
		<td>Description:</td>
		<td>
		This model demonstrates the CATIA V5 component being driven by a task component. 
		The reference CATIA V5 model is a CATIA Part model illustrating composite design.
		The direction value of one ply & one core each is selected as input Isight parameter in 
		the CATIA component. An array parameter representing number of layers of Kevlar 
		material is also selected as an input Isight parameter. The values of parameters are
		updated by the component in to the CATIA model and an updated geometry is saved. 
			<ul>
			    <li>Inputs (3): 
				    <ul>
						<li>Ply_1_Direction </li>
						<li>Core_2_Direction </li>
						<li>KEVLAR4_Number_of_Layers </li>
				    </ul>
			    </li>
			    <li>Outputs (0): No numerical outputs
					<ul>
					</ul>
				</li>
			</ul>
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="CATIA_V5_Composites.zmf">CATIA_V5_Composites.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>CATIA V5, Task</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>CATIA V5 R21</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Other requirements:</td>
		<td>For this model to run, user must create two environment variables before launching Isight: 
			<ol>
				<li> CATSTART_PATH - Value should be the fully qualified path of CATSTART.exe 
				in your CATIA V5 R21 installation. </li>
				<li> CAT_ENV_FILE_PATH - Value should be the fully qualified path of the environment file 
				of your CATIA V5 R21 installation. </li> 
			</ol>
		</td>
	</tr>
</table>
</body>
</html>


