]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Précision sur les commandes pour les schémas YACS
authornicolas <nicolas>
Wed, 25 Sep 2013 15:08:29 +0000 (15:08 +0000)
committernicolas <nicolas>
Wed, 25 Sep 2013 15:08:29 +0000 (15:08 +0000)
doc/en/gui_create_yacs_aster.rst
doc/files/yacs_script.py
doc/fr/gui_create_yacs_aster.rst

index 13c29725ab4ca253dfaf26c8c84cbe8d1b3d81d3..87660e11f0662bf6874f761f9211097295797efc 100644 (file)
@@ -15,12 +15,10 @@ The first phase consists in creating a directory which will gather the files of
 
 Commands
 ========
-The file
---------
-The commands of the calculation are to be defined as for any calculation. They are to be saved in the directory of calculation, in the named file ``calcul.comm``.
+The commands of the calculation are to be defined as for any calculation. The only point is about the test value for the convergence.
 
-The test valeur
----------------
+The test value
+--------------
 To get back the test value ``V_TEST``, the script fetches in the file ``resu`` a line such as:
 ::
 
@@ -59,7 +57,7 @@ Creation of the schema
 ======================
 When the computation is over, the following steps must be done:
 
-- to check that the result MED file was created and that the ligne with the test value is written down into the result file``resu``;
+- to check that the result MED file was created and that the ligne with the test value is written down into the result file ``resu``;
 - to activate the module HOMARD in SALOME;
 - to create a case from the initial mesh;
 - to create an iteration based on the selected field;
index 7a869d16e2aca2cb6c590c246b0fd103e3e36121..f44289a3f45dd04b2061a7067d3bced5615ad027 100755 (executable)
@@ -3,7 +3,7 @@
 """
 Lancement d'un calcul ASTER
 """
-__revision__ = "V5.5"
+__revision__ = "V5.7"
 #
 import sys
 import os
@@ -43,7 +43,7 @@ class Script :
 Mode d'emploi :
 ---------------
 
-Cette procedure lance un calcul Aster. Avant de lancer ce script, il faut avoir cree un repertoire pour le calcul. Dans ce repertoire, on aura mis le fichier de commandes sous le nom 'calcul.comm'. Apres un premier calcul, lance traditionnellement, on aura copie le fichier '*export' sous le nom 'calcul.ref.export' dans ce repertoire.
+Cette procedure lance un calcul Aster. Avant de lancer ce script, il faut avoir cree un repertoire pour le calcul. Apres un premier calcul, qui aura ete lance traditionnellement, on aura copie le fichier '*export' sous le nom 'calcul.ref.export' dans ce repertoire.
 
 Le mode de lancement est le suivant :
 
index 0f69a92d37d7168d47e6697cd789c53848f70210..ca936316d0f126a6fbb598aff3a485bd8baea599 100644 (file)
@@ -15,9 +15,7 @@ La premi
 
 Les commandes
 =============
-Le fichier
-----------
-Les commandes du calcul sont à définir comme pour n'importe quel calcul. Elles sont à archiver dans le répertoire de calcul, dans un fichier nommé ``calcul.comm``.
+Les commandes du calcul sont à définir comme pour n'importe quel calcul. On particularisera uniquement la récupération de la valeur de test pour la convergence.
 
 La valeur de test
 -----------------