]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Correction Typo ds le filtre ApplyOn des BoundaryConditions
authorEric Fayolle <eric.fayolle@edf.fr>
Tue, 13 Jul 2021 13:12:12 +0000 (15:12 +0200)
committerEric Fayolle <eric.fayolle@edf.fr>
Tue, 13 Jul 2021 13:12:12 +0000 (15:12 +0200)
Vimmp/cata_CSAndCPS_v18k.py
Vimmp/cata_CSAndCPS_v18k_test_driver_1.comm

index 7986ee323cee7ac016ce104d3f830c0e98a1e205..e02d1bc2f15122d8727308b4ce676f5b83b54b41 100644 (file)
@@ -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")'), )
                                            ),
                                    ),
index 0353a393c16e7921d96ee1c0fdf948f2f809eedb..36733745f54f03a4d79d40e75682d1e3189b4c82 100644 (file)
@@ -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