]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
suite
authorpascale.noyret <pascale.noyret@edf.fr>
Mon, 22 Jun 2020 16:00:28 +0000 (18:00 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Mon, 22 Jun 2020 16:00:28 +0000 (18:00 +0200)
Vimmp/cata_CSAndCPS.py

index e0f318dfe4d2255b0468826998d3a8120ebbc72f..b6999410ed84c4a58b42d2b7f7a1b3bd6af82227 100755 (executable)
@@ -155,6 +155,7 @@ def FactTurbulence(statut):
 
 def bloc_FluideMacro():
    return BLOC(condition = 'SystemType == "Continuum system"',
+   PhysicalDescription = FACT (statut ='o', 
      FluidComplexe = SIMP(typ=bool,  statut='o', defaut = False),
 
      FlowNature    = SIMP(typ='TXM', statut='o', into =['Laminar', 'Turbulent'], position='global'),
@@ -205,6 +206,7 @@ def bloc_FluideMacro():
         ScalarTurbulenceModelling = FactTurbulence('f'),
      ),
      # il faut une validation de coherence entre l existence de tous les turbulencesModelling
+   ) # fin PhysicalDescription
    )# fin bloc_FluideMacro
 
 JdC = JDC_CATA (