Salome HOME
Update of CheckDone
[modules/smesh.git] / src / Tools / blocFissure / CasTests / cubeCoin.py
index 821145c3355e45c5447b9abc9b2a9f3fe13b422b..d724912443c30f5fa929829f84a555b60c370a1b 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  EDF R&D
+# Copyright (C) 2014-2024  EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+"""problème de fissure plane coupant le cube dans un coin"""
+
 import os
 from blocFissure import gmu
 
 dicoParams = dict(nomCas            = "cubeCoin",
+                  nomProbleme       = "cubeCoin",
                   maillageSain      = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin.med"),
-                  brepFaceFissure   = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Coin.brep"),
-                  edgeFissIds       = [3],
+                  CAOFaceFissure    = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Coin.brep"),
+                  edgeFiss          = [3],
                   lgInfluence       = 50,
                   meshBrep          = (5,10),
                   rayonPipe         = 10,
@@ -36,13 +39,12 @@ dicoParams = dict(nomCas            = "cubeCoin",
   # ---------------------------------------------------------------------------
 
 referencesMaillageFissure = dict( \
-                                Entity_Quad_Quadrangle = 2740, \
-                                Entity_Quad_Hexa = 7420, \
-                                Entity_Node = 46394, \
-                                Entity_Quad_Edge = 323, \
-                                Entity_Quad_Triangle = 486, \
-                                Entity_Quad_Tetra = 8512, \
-                                Entity_Quad_Pyramid = 460, \
-                                Entity_Quad_Penta = 80 \
+                                          Entity_Quad_Quadrangle = 2740, \
+                                          Entity_Quad_Hexa = 7420, \
+                                          Entity_Node = 45191, \
+                                          Entity_Quad_Edge = 323, \
+                                          Entity_Quad_Triangle = 486, \
+                                          Entity_Quad_Tetra = 7601, \
+                                          Entity_Quad_Pyramid = 460, \
+                                          Entity_Quad_Penta = 80 \
                                 )
-