Salome HOME
pb de check box
[tools/eficas.git] / Aide / fichiers_OPENTURNS_STUDY / EficasGui.txt
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//FR">
2 <html>
3 <head>
4 <TITLE> What is the EFICAS Graphical User Interface?  </TITLE>
5 </head>
6
7 <h2 align="center">
8  What is the EFICAS Graphical User Interface?
9 </h2>
10 <body>
11 <BR>
12 EFICAS is an open source software which proposes a graphical user interface to OpenTURNS. <BR>
13 EFICAS enables to the User to lead an uncertainty study without having to learn the python statements.<BR>
14 <BR>
15 Eficas is structured in two parts : <BR>
16 <ul>
17 <li>1. Part 1 defines the calculus function (the wrapper definition);</li>
18 <li>2. Part 2 defines the uncertainty study using a previously defined model.</li>
19 </ul>
20 note that Part 1 must be fulfilled before Part 2.<BR>
21 <BR>
22 <BR>
23 It has been made with the following objectives : 
24 <ul>
25 <li>1. to ease the use of Open TURNS, avoiding to the User writing the python statements;</li>
26 <li>2. to ease the learning of the python statements by generating the python script after the study has been graphically defined.</li>
27 </ul>
28 <BR>
29 <BR>
30 When used, the EFICAS GUI generates :<BR>
31 </ul>
32 <li>1. the file.comm which contains all the information declared in the EFICAS GUI. </li>
33 <li>2. the file.py which is the  python script associated to the study and that can be launched through a python session.</li>
34 </ul>
35
36 </body>
37 </html>
38