Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Sciopustc details
Login with GitLab

Sciopustc

Opus Test Case Module
(1944 downloads for this version - 12573 downloads for all versions)
Details
Version
0.1
A more recent valid version exists: 0.1.1
Authors
Michael Baudin - INRIA
Jean-Marc Martinez - CEA
Owner Organization
INRIA - CEA
Maintainer
Michael BAUDIN
License
Dependencies
Creation Date
April 13, 2011
Source created on
Scilab 5.2.x
Binaries available on
Scilab 5.2.x:
Linux 32-bit Windows 32-bit Windows 64-bit macOS Linux 64-bit
Install command
--> atomsInstall("sciopustc")
Description
            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.

            
Files (6)
[248.77 kB]
Source code archive

[271.48 kB]
Linux 32-bit binary for Scilab 5.2.x
Mise à jour du fichier de Description.
[614.60 kB]
Windows 32-bit binary for Scilab 5.2.x
Mise à jour du fichier de Description.
[664.44 kB]
Windows 64-bit binary for Scilab 5.2.x
Mise à jour du ficher de Description.
[266.48 kB]
macOS binary for Scilab 5.2.x
MacOSX version
Automatically generated by the ATOMS compilation chain

[273.86 kB]
Linux 64-bit binary for Scilab 5.2.x
Mise à jour du fichier de Description.
News (0)
Comments (2)     Leave a comment 
Comment -- April 13, 2011, 11:37:59 AM    
Here is the changelog for this first release.

Sciopustc (v0.1)
	* Initial version (April 2010)
	* Added couplexstartup to create directory, with files.
	* Re-factored the scripts.
	* Clarified the startup script.
	* Renamed getdir to getpath.
	* Added cleaner for gateway.
	* Added cleaner for sources.
	* Added missing help pages.
	* Manage several experiments at once.
	* Updated bibliography in the comments.
	* Updated help pages.
	* Moved to the couplexrun function.
	* Removed the stand-alone opus_couplex program.
	* Added an overview.
	* Customize the CASTEM executable.
	* Removed the use of the configuration file: directly pass 
	  the CASTEM binary, the dgibifile, the verbose mode to the couplexrun 
	  function.
	* Created message, error and verbosemessage functions and 
	  connected them.
	* Avoid the exit(-1): returns smoothly to Scilab.
	* The output Y is now a np-by-168 matrix, so that we 
	  can manage several experiments in one batch.
 -- Michael Baudin <michael.baudin@scilab.org> April 2011

Comment -- April 27, 2011, 09:34:43 AM    
Checked on Windows 32 bits: everything is OK.

-->atomsInstall('sciopustc');
-->atomsLoad('sciopustc');
Start sciopustc
	Load macros
	Load gateways
	Load help
	Type "help opustc_overview" for quick start.
Start Apifun
	Load macros
	Load help
	Load demos
Start Assert
	Load macros
	Load help
	Type "help assert_overview" for quick start.
	Type "demo_gui()" and search for Assert for Demonstrations.
-->help opustc_overview
-->X = [25.0 3.0e-6 6.0 3.0e-5 1e-6 5.0e-4 50. 50. 50. 50. 21. 51. 3. 110. 160. ];
-->Y = opustc_couplex ( X );

Regards,

Michaël Baudin
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.