]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
thermal
authorpascale.noyret <pascale.noyret@edf.fr>
Tue, 1 Dec 2020 09:19:47 +0000 (10:19 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Tue, 1 Dec 2020 09:19:47 +0000 (10:19 +0100)
Vimmp/cata_CSAndCPS_v5.py

index e8b0cfdc906e5758318a62784dacf51d190bf57a..7f6439529c9f4533a693e5ceb686197fdd5192cd 100644 (file)
@@ -490,8 +490,11 @@ def bloc_FluideMacro():
               InitialDensity =  SIMP(typ='R', statut='o',),
           ), # fin bloc_DensityNonThermal
           bloc_DensityAndThermalActive = BLOC(condition = ' ThermalEffects == "Active on flow dynamics"',
-              OriginOfThermalEffects = SIMP( statut='o', into =['Given', ], typ ='TXM', defaut ='Given'),
+              OriginOfThermalEffects = SIMP( statut='o', into =['Given', 'Constant density'], typ ='TXM', defaut ='Given'),
               BlocGiven =creeBlocPourLesFichiers (' OriginOfThermalEffects == "Given"', None, ('Med', 'cgns' ), FieldName=1),
+              BlocConstant = BLOC(condition = 'OriginOfThermalEffects == "Constant density"',
+                   InitialDensity =  SIMP(typ='R', statut='o',),
+              ),
           ),
       ), # fin DensityInitialisation