X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FblocFissure%2FCasTests%2FcubeTransverse.py;h=bc05c37a47c94e89a746a7d7e03aff444a21d58e;hp=8ddb5bee67c36961e706e8194bf5d4d3f54fe02c;hb=b24a2d1b7692bdb21cf037b026e0273ba547cef4;hpb=cd96b6d3d47e89f57ba4a83784a5843cd4fb9e18 diff --git a/src/Tools/blocFissure/CasTests/cubeTransverse.py b/src/Tools/blocFissure/CasTests/cubeTransverse.py index 8ddb5bee6..bc05c37a4 100644 --- a/src/Tools/blocFissure/CasTests/cubeTransverse.py +++ b/src/Tools/blocFissure/CasTests/cubeTransverse.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014-2020 EDF R&D +# Copyright (C) 2014-2021 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,13 +18,15 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +"""problème de fissure plane coupant le cube au milieu""" + import os from blocFissure import gmu dicoParams = dict(nomCas = "cubeTransverse", maillageSain = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin.med"), - brepFaceFissure = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Transverse.brep"), - edgeFissIds = [6], + CAOFaceFissure = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Transverse.brep"), + edgeFiss = [6], lgInfluence = 50, meshBrep = (5,10), rayonPipe = 10, @@ -45,4 +47,3 @@ referencesMaillageFissure = dict( \ Entity_Quad_Pyramid = 780, \ Entity_Quad_Penta = 200 \ ) -