From c3a7476ad61c19dd979918f26cdcf2ff52f04d72 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Mon, 22 Jun 2020 18:00:28 +0200 Subject: [PATCH] suite --- Vimmp/cata_CSAndCPS.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vimmp/cata_CSAndCPS.py b/Vimmp/cata_CSAndCPS.py index e0f318df..b6999410 100755 --- a/Vimmp/cata_CSAndCPS.py +++ b/Vimmp/cata_CSAndCPS.py @@ -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 ( -- 2.39.2