Purpose
-------
This module provides an industrial test case for uncertainty analysis.
This toolbox allows to compute the output Y of a numerical
simulation, given its uncertain input X and its deterministic input D.
Each numerical model is in the form:
Y = opustc_case ( X , D )
where
X: the uncertain input parameters
D: the deterministic input parameters
Y: the uncertain output parameters
This toolbox has been created in the context of the
OPUS project :
http://opus-project.fr/
within the workpackage WP3 : "Validation et démonstration".
This project has received funding by Agence Nationale de la recherche :
http://www.agence-nationale-recherche.fr/
Features
--------
* opustc_couplex — Returns the output for the OPUS - COUPLEX test case.
* opustc_couplexrun — Performs the Couplex simulation.
* opustc_couplexstartup — Startup the couplex test case, given X.
* opustc_getdir — Returns the directory name for the OPUS test case module.