Salome HOME
switch "salome_init() -> salome_init_without_session()" for tests parallelizing
[modules/homard.git] / src / tests / Test / tutorial_6.py
1 # -*- coding: utf-8 -*-
2
3 # Copyright (C) 2011-2022  CEA/DEN, EDF R&D
4 #
5 # This library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
9 #
10 # This library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with this library; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18 #
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #
21
22 """
23 Python script for HOMARD
24 Test tutorial_6 associe au tutorial 6
25 """
26 __revision__ = "V4.07"
27
28 #========================================================================
29 TEST_NAME = "tutorial_6"
30 DEBUG = False
31 N_ITER_TEST_FILE = 3
32 #========================================================================
33 import os
34 import sys
35 import HOMARD
36 import salome
37 #
38 # ==================================
39 PATH_HOMARD = os.getenv('HOMARD_ROOT_DIR')
40 # Repertoire des scripts utilitaires
41 REP_PYTHON = os.path.join(PATH_HOMARD, "bin", "salome", "test", "HOMARD")
42 REP_PYTHON = os.path.normpath(REP_PYTHON)
43 sys.path.append(REP_PYTHON)
44 from test_util import get_dir
45 from test_util import test_results
46 # ==================================
47 # Répertoires pour ce test
48 REP_DATA, DIRCASE = get_dir(PATH_HOMARD, TEST_NAME, DEBUG)
49 # ==================================
50 #
51 import salome
52 salome.salome_init_without_session()
53 import HOMARD
54 #
55 import iparameters
56 IPAR = iparameters.IParameters(salome.myStudy.GetCommonParameters("Interface Applicative", 1))
57 IPAR.append("AP_MODULES_LIST", "Homard")
58 #
59 #
60 #========================= Debut de la fonction ==================================
61 #
62 def homard_exec(nom, ficmed, nomfr, ficfrmed, verbose=False):
63   """
64 Python script for HOMARD
65   """
66   erreur = 0
67   message = ""
68 #
69   while not erreur :
70     #
71   #  HOMARD.UpdateStudy()
72     #
73     # Frontières
74     # ==========
75     if verbose :
76       print(". Frontières")
77     boun_6_1 = HOMARD.CreateBoundaryDi('intersection', nomfr, ficfrmed)
78     #
79     boun_6_2 = HOMARD.CreateBoundaryCylinder('cyl_1_ext', 0.0, 25., -25., 25., 50., 75., 100.)
80     #
81     boun_6_3 = HOMARD.CreateBoundaryCylinder('cyl_2_ext', 17.5, -2.5, -12.5, -100., -75., -25., 50.)
82     #
83     boun_6_6 = HOMARD.CreateBoundaryCylinder('cyl_1_int', 0.0, 25., -25., 25., 50., 75., 75.)
84     #
85     boun_6_5 = HOMARD.CreateBoundaryCylinder('cyl_2_int', 17.5, -2.5, -12.5, -100., -75., -25., 25.)
86     #
87     # Hypotheses
88     # ==========
89     if verbose :
90       print(". Hypothèses")
91     # Creation of the hypothesis hypo_0_1
92     l_hypothese_0_1 = HOMARD.CreateHypothesis('hypo_6_0_1')
93     l_hypothese_0_1.SetUnifRefinUnRef(1)
94     l_hypothese_0_1.AddGroup('IN1')
95     l_hypothese_0_1.AddGroup('IN2')
96     l_hypothese_0_1.AddGroup('T1_INT_I')
97     l_hypothese_0_1.AddGroup('T1_INT_O')
98     l_hypothese_0_1.AddGroup('T2_INT')
99     # Creation of the hypothesis hypo_1_2
100     l_hypothese_1_2 = HOMARD.CreateHypothesis('hypo_6_1_2')
101     l_hypothese_1_2.SetUnifRefinUnRef(1)
102     l_hypothese_1_2.AddGroup('T1_EXT_I')
103     l_hypothese_1_2.AddGroup('T1_EXT_O')
104     l_hypothese_1_2.AddGroup('T2_EXT')
105     # Creation of the hypothesis hypo_2_3
106     l_hypothese_2_3 = HOMARD.CreateHypothesis('hypo_6_2_3')
107     l_hypothese_2_3.SetUnifRefinUnRef(1)
108     l_hypothese_2_3.AddGroup('INT_I')
109     l_hypothese_2_3.AddGroup('INT_E')
110     l_hypothese_2_3.AddGroup('IN1')
111     l_hypothese_2_3.AddGroup('IN2')
112     #
113     # Cas
114     # ===
115     if verbose :
116       print(". Cas")
117     le_cas = HOMARD.CreateCase('case_'+nom, nom, ficmed)
118     le_cas.SetDirName(DIRCASE)
119     le_cas.AddBoundary( 'intersection' )
120     le_cas.AddBoundaryGroup( 'cyl_1_int', 'T1_INT_I' )
121     le_cas.AddBoundaryGroup( 'cyl_1_ext', 'T1_EXT_I' )
122     le_cas.AddBoundaryGroup( 'cyl_1_int', 'T1_INT_O' )
123     le_cas.AddBoundaryGroup( 'cyl_1_ext', 'T1_EXT_O' )
124     le_cas.AddBoundaryGroup( 'cyl_2_int', 'T2_INT' )
125     le_cas.AddBoundaryGroup( 'cyl_2_ext', 'T2_EXT' )
126     #
127     # Itérations
128     # ==========
129     if verbose :
130       option = 2
131     else :
132       option = 1
133     if verbose :
134       print(". Itérations")
135     # Iteration iter_6_1 : raffinement selon les faces internes
136     iter_6_1 = le_cas.NextIteration('iter_6_1')
137     iter_6_1.SetMeshName('PIQUAGE_1')
138     iter_6_1.SetMeshFile(os.path.join(DIRCASE, "maill.01.med"))
139     iter_6_1.AssociateHypo('hypo_6_0_1')
140     erreur = iter_6_1.Compute(1, option)
141     print ("erreur = %d" % erreur)
142     if erreur :
143       break
144     # Iteration iter_6_2 : raffinement selon les faces externes
145     iter_6_2 = iter_6_1.NextIteration('iter_6_2')
146     iter_6_2.SetMeshName('PIQUAGE_2')
147     iter_6_2.SetMeshFile(os.path.join(DIRCASE, "maill.02.med"))
148     iter_6_2.AssociateHypo('hypo_6_1_2')
149     erreur = iter_6_2.Compute(1, option)
150     if erreur :
151       break
152     # Iteration iter_6_3 : second raffinement selon les faces externes
153     iter_6_3 = iter_6_2.NextIteration('iter_6_3')
154     iter_6_3.SetMeshName('PIQUAGE_3')
155     iter_6_3.SetMeshFile(os.path.join(DIRCASE, "maill.03.med"))
156     iter_6_3.AssociateHypo('hypo_6_2_3')
157     erreur = iter_6_3.Compute(1, option)
158     if erreur :
159       break
160   #
161     break
162   #
163   if erreur :
164     message += "Erreur au calcul de l'itération %d" % erreur
165   #
166   return erreur, message
167 #
168 #==========================  Fin de la fonction ==================================
169 #
170 ERREUR = 0
171 MESSAGE = ""
172 while not ERREUR :
173   #
174   # A. Exec of HOMARD-SALOME
175   #
176   HOMARD = salome.lcc.FindOrLoadComponent('FactoryServer', 'HOMARD')
177   assert HOMARD is not None, "Impossible to load homard engine"
178   HOMARD.SetLanguageShort("fr")
179 #
180   FICMED = os.path.join(REP_DATA, "tutorial_4.00.med")
181   FICFRMED = os.path.join(REP_DATA, TEST_NAME+".fr.med")
182   try:
183     ERREUR, MESSAGE = homard_exec("PIQUAGE", FICMED, "COURBES", FICFRMED, DEBUG)
184   except RuntimeError as eee:
185     ERREUR = 2
186     MESSAGE = str(eee.message)
187   #
188   if ERREUR :
189     MESSAGE += "Pb in homard_exec"
190     break
191   #
192   # B. Test of the results
193   #
194   N_REP_TEST_FILE = N_ITER_TEST_FILE
195   DESTROY_DIR = not DEBUG
196   test_results(REP_DATA, TEST_NAME, DIRCASE, N_ITER_TEST_FILE, N_REP_TEST_FILE, DESTROY_DIR)
197   #
198   break
199 #
200 if ERREUR:
201   raise Exception(MESSAGE)
202 #
203 if salome.sg.hasDesktop():
204   salome.sg.updateObjBrowser()
205   iparameters.getSession().restoreVisualState(1)
206