<!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>Applications</h1>
<table>
<th colspan=2>DOE - Airplane Sizing</th>
<tr><td>Description:</td>
	<td>This example uses Isight Design-of-Experiments to perform
		preliminary sizing of a generic aircraft.<br/><br/>
		<a href="AirplaneSizingDOE/aero.sample.input">Sample input</a><br/>
		<a href="AirplaneSizingDOE/aero.sample.output">Sample output</a>
	</td>
</tr>
<tr><td>Model:</td><td><a href="AirplaneSizingDOE/AirplaneSizingDOE.zmf">AirplaneSizingDOE.zmf</a></td>
<tr><td>Illustrated Components:</td>
	<td>Calculation, Simcode, DOE.</td>
</tr>
<tr><td>Other Illustrated Features</td>
	<td>Parameter groups, parallel workflow, workflow merging, workflow annotations.</td>
</tr>
<tr><td>Simcodes Needed</td>
	<td><a href="../simcodes/simcodes.html">aero</a>, <a href="../simcodes/simcodes.html">performance</a>,
		<a href="../simcodes/simcodes.html">weights</a>
	</td>
</tr>
<tr><td>Support Files Needed:</td>
	<td>NONE</td>
</tr>
</table>
<br/>
<table>
<th colspan=2>I_Beam</th>
<tr><td>Description:</td>
	<td>This example evaluates a standard I-Beam.  It reads the
beam dimensions from an external input file, computes
stresses and deflections, and writes the results to an
external output file.
<br/><br/>
NOTE: This example uses Isight to replicate a computation
derived from a simulation code 'beam.exe'.  The Fortran
source 'beam.f' is provided for comparison ('beam.exe' is
not provided since it is not actually used).
	</td>
</tr>
<tr><td>Model:</td><td><a href="I_Beam/I_Beam.zmf">I_Beam.zmf</a></td>
<tr><td>Illustrated Components:</td>
	<td>Task, DataExchange, Calculation,
Loop, Script.</td>
</tr>
<tr><td>Other Illustrated Features</td>
	<td>Array parameters, dataflow
mappings involving individual array entries, workflow
annotations.</td>
</tr>
<tr><td>Simcodes Needed</td>
	<td>NONE
	</td>
</tr>
<tr><td>Support Files Needed:</td>
	<td><a href="I_Beam/beam.in">beam.in</a> (an instance is in the model)</td>
</tr>
</table>
<br/>
<table>
<th colspan=2>Spring Samples</th>
<tr><td>Description:</td>
	<td>This example is actually a set of five related examples,
grouped into a single model file for convenience.  Each
sub-example illustrates the use of a Isight design search
component, applied to the 'coiled spring' design problem
commonly discussed in Mechanical Engineering texts.  One
sub-example applies Isight Design-of-Experiments; another
applies Isight Monte-Carlo Simulation; the third applies
Isight Optimization; the fourth applies Isight Stochastic
Design Search; the fifth applies Isight Target Solver.
Each sub-example also defines several Isight graphs, which
will be created at runtime and populated by the data generated
by the associated search component.
<br/><br/>
[NOTE: This example has been configured to force the user who
       runs this example, either via the Gateway or via the
	   Command Client, to choose which sub-example will run]
	</td>
</tr>
<tr><td>Model:</td><td><a href="SpringSamples/SpringSamples.zmf">SpringSamples.zmf</a></td>
<tr><td>Illustrated Components:</td>
	<td>Task (grouping only), Calculation,
Reference, DOE, Monte Carlo, Optimization, SDI, Target Solver.</td>
</tr>
<tr><td>Other Illustrated Features</td>
	<td>Parameters without default values (cosmetic only),
conditional workflow (only to select a sub-example), internal
submodels, Isight graphs, workflow annotations.</td>
</tr>
<tr><td>Simcodes Needed</td>
	<td>NONE
	</td>
</tr>
<tr><td>Support Files Needed:</td>
	<td>NONE</td>
</tr>
</table>
<br/>
<table>
<th colspan=2>Test Data Match</th>
<tr><td>Description:</td>
	<td>This example illustrates the use of Isight to tune the parameters of a model so that its outputs match a vector of
test data as closely as possible.  The example may be configured to email the best model to any recipient.
	</td>
</tr>
<tr><td>Model:</td><td><a href="TestDataMatch/TestDatamatch.zmf">TestDataMatch.zmf</a></td>
<tr><td>Illustrated Components:</td>
	<td>Task, Optimization, Simcode,
Script, Mail.</td>
</tr>
<tr><td>Other Illustrated Features</td>
	<td>Array parameters, component
enable/disable (Mail component is disabled), workflow
annotation.</td>
</tr>
<tr><td>Simcodes Needed</td>
	<td><a href="../simcodes/simcodes.html">simulation</a>
	</td>
</tr>
<tr><td>Support Files Needed:</td>
	<td><a href="TestDataMatch/test.dat">test.dat</a>(an instance is in the model)</td>
</tr>
</table>
<br/>
<table>
<th colspan=2>Spectral Analysis</th>
<tr><td>Description:</td>
	<td>This example demonstrates the use of the Isight MATLAB
component.  A signal data vector is analyzed to determine
its primary frequency components, which are presented in
order of decreasing strength.  The calculated frequency
data is also plotted by MATLAB.
<br/><br/>
WARNING: In order to keep the MATLAB plot raised after
 execution ends, the MATLAB component properties have
 been set so that MATLAB will NOT be terminated.  Hence
 MATLAB will have to be shut down by hand after this
 model is run.
	</td>
</tr>
<tr><td>Model:</td><td><a href="SpectralAnalysis/SpectralAnalysis.zmf">SpectralAnalysis.zmf</a></td>
<tr><td>Illustrated Components:</td>
	<td>MATLAB, Task, DataExchange, Script.</td>
</tr>
<tr><td>Other Illustrated Features</td>
	<td>Workflow annotation.</td>
</tr>
<tr><td>Simcodes Needed</td>
	<td><a href="../simcodes/simcodes.html">simulation</a>
	</td>
</tr>
<tr><td>Support Files Needed:</td>
	<td><a href="SpectralAnalysis/signal.dat">signal.dat</a>(an instance is in the model)</td>
</tr>
</table>

</body>
</html>
