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