From: Gerald NICOLAS Date: Wed, 10 Jan 2018 11:02:00 +0000 (+0100) Subject: Mise à jour de tutorial X-Git-Tag: V8_5_0a1~2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6bdb4beb2b589220af74e7fea5a4472c78141c2d;hp=3055df08880d64e07d1fb3e3b59e03d3c1d0ee28;p=modules%2Fhomard.git Mise à jour de tutorial --- diff --git a/doc/files/tutorial_5.py b/doc/files/tutorial_5.py index c155c1d9..93dce3f1 100755 --- a/doc/files/tutorial_5.py +++ b/doc/files/tutorial_5.py @@ -24,7 +24,7 @@ Exemple de couplage HOMARD-Salome Copyright EDF 1996, 2010, 2018 """ -__revision__ = "V3.1" +__revision__ = "V3.2" # import os import sys @@ -85,7 +85,7 @@ iter_5_1 = le_cas.NextIteration('iter_5_1') iter_5_1.SetMeshName('COEUR_2D_01') iter_5_1.SetMeshFile(os.path.join(DIRCASE, "maill.01.med")) iter_5_1.AssociateHypo('hypo_5') -error = iter_5_1.Compute(1, 2) +erreur = iter_5_1.Compute(1, 2) # # Iteration "iter_5_2" # ==================== @@ -93,7 +93,7 @@ iter_5_2 = iter_5_1.NextIteration('iter_5_2') iter_5_2.SetMeshName('COEUR_2D_02') iter_5_2.SetMeshFile(os.path.join(DIRCASE, "maill.02.med")) iter_5_2.AssociateHypo('hypo_5_bis') -error = iter_5_2.Compute(1, 2) +erreur = iter_5_2.Compute(1, 2) # #============================== Fin des commandes ============================== # diff --git a/doc/files/tutorial_6.py b/doc/files/tutorial_6.py index cc12c548..c4644020 100755 --- a/doc/files/tutorial_6.py +++ b/doc/files/tutorial_6.py @@ -24,7 +24,7 @@ Exemple de couplage HOMARD-Salome Copyright EDF 1996, 2011, 2018 """ -__revision__ = "V4.3" +__revision__ = "V4.4" # import os import sys @@ -54,7 +54,7 @@ homard.SetCurrentStudy(salome.myStudy) # # Frontières # ========== -boun_6_1 = homard.CreateBoundaryDi('intersection', 'PIQUAGE', os.path.join(DATA_TUTORIAL, "tutorial_6.fr.med")) +boun_6_1 = homard.CreateBoundaryDi('intersection', 'COURBES', os.path.join(DATA_TUTORIAL, "tutorial_6.fr.med")) # boun_6_2 = homard.CreateBoundaryCylinder('cyl_1_ext', 0.0, 25., -25., 25., 50., 75., 100.) # @@ -83,6 +83,8 @@ le_cas.AddBoundaryGroup( 'cyl_2_ext', 'T2_EXT' ) # Creation of the hypothesis hypo_6 l_hypothese = homard.CreateHypothesis('hypo_6') l_hypothese.SetUnifRefinUnRef(1) +l_hypothese.AddGroup('IN1') +l_hypothese.AddGroup('IN2') l_hypothese.AddGroup('T1_INT_I') l_hypothese.AddGroup('T1_INT_O') l_hypothese.AddGroup('T2_INT')