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'),
ScalarTurbulenceModelling = FactTurbulence('f'),
),
# il faut une validation de coherence entre l existence de tous les turbulencesModelling
+ ) # fin PhysicalDescription
)# fin bloc_FluideMacro
JdC = JDC_CATA (