]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
modification de liana sur les libelles de la fonction d aggregation
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Mon, 27 Jun 2022 14:48:13 +0000 (16:48 +0200)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Mon, 27 Jun 2022 14:48:13 +0000 (16:48 +0200)
ReacteurNumerique/cata_UQ.py

index 46e81ef388a2503c9c1ecc5a7b7c5ee5338d8959..b470e90d783ff711e0f8df9f34cbd423739a4ae7 100644 (file)
@@ -1272,7 +1272,7 @@ def creeOutput(monDicoVarSortie):
             lesBlocsVar[nomBlocVar]= BLOC (condition=laConditionVar, VariablePosttraiteeAssociee=VariablePosttraiteeAssociee, Consigne=Consigne)
         nomBloc     = 'b_physique_' + phys 
         lesBlocs[nomBloc] = BLOC (condition=laCondition, VariablePhysique = VariablePhysique, **lesBlocsVar)
-    FonctionDAggregation = SIMP(statut = 'o', typ= 'TXM', into = ('Max', 'Min', 'Med', 'Moy', 'Sum'),
+    FonctionDAggregation = SIMP(statut = 'o', typ= 'TXM', into = ('valeur à t=O', 'valeur à mi-temps', 'valeur à t final',  'valeur moyenne', 'valeur cumulée', 'valeur minimale', 'valeur maximale' ),
                                 defaut=('Max'), max='**', homo='SansOrdreNiDoublon')
     VariableDeSortie = FACT ( max='**', statut ='o', Physique=Physique, **lesBlocs, FonctionDAggregation=FonctionDAggregation, Unit=Unit,Format=Format)
     output = FACT (max=1, statut ='o', VariableDeSortie=VariableDeSortie)