From: Eric Fayolle Date: Tue, 13 Jul 2021 13:12:12 +0000 (+0200) Subject: Correction Typo ds le filtre ApplyOn des BoundaryConditions X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d72e4474bdca6abedf487434f670c47c1f4ed4a0;p=tools%2Feficas.git Correction Typo ds le filtre ApplyOn des BoundaryConditions --- diff --git a/Vimmp/cata_CSAndCPS_v18k.py b/Vimmp/cata_CSAndCPS_v18k.py index 7986ee32..e02d1bc2 100644 --- a/Vimmp/cata_CSAndCPS_v18k.py +++ b/Vimmp/cata_CSAndCPS_v18k.py @@ -1374,7 +1374,7 @@ def prepareBoundaryCondition(): ), blocDesigne_Shape = BLOC(condition = "SystemType == 'Classical particle system'", ApplyOn = SIMP (statut ='o', typ=shapeIdentifier, max='**', homo='SansOrdreNiDoublon', ang='Choose the shapes on which the boundary condition applies. \n Requires the definition of boundary shapes in SpatialAspects.', - filtre=( '(set(SysGeoIdentifiers).intersection( set(self.getParentsWithId().getListeUserASSD("systemGeometryId")) ) != set()) ', + filtre=( '(set(SysGeoIdentifiers).intersection( set(self.getParentsWithId().getListeUserASSD("SystemGeometryId")) ) != set()) ', ( ('SysGeoIdentifiers', 'self.etape.getChild("blocModeleNumeriqueClassical").getChild("NumericalModel")'), ) ), ), diff --git a/Vimmp/cata_CSAndCPS_v18k_test_driver_1.comm b/Vimmp/cata_CSAndCPS_v18k_test_driver_1.comm index 0353a393..36733745 100644 --- a/Vimmp/cata_CSAndCPS_v18k_test_driver_1.comm +++ b/Vimmp/cata_CSAndCPS_v18k_test_driver_1.comm @@ -70,9 +70,9 @@ test=Component(SystemType='Classical particle system', Solver='LAMMPS', SysGeoIdentifiers=(geom,),), BoundaryConditions=_F(BoundaryCondition=_F(TypeOfBoundaryCondition='Periodicity', - ApplyOn=None, + ApplyOn=(cube,), ApplyOnStateVariable=(Position,Velocity,), Direction='XYZ', ApplyOnAllsParticle=True,),),); #VERSION_CATALOGUE:VimmpV16:FIN VERSION_CATALOGUE -#CHECKSUM:5896c4631ad1d0d12eefe25b8d1ac9a7 -:FIN CHECKSUM \ No newline at end of file +#CHECKSUM:3d9d13bcdb93c30ca5ee4e499e32eb49 -:FIN CHECKSUM \ No newline at end of file