From 4b76ce3508e4e84ce63da4184d1464f068fc53cb Mon Sep 17 00:00:00 2001 From: Eric F Date: Tue, 16 Mar 2021 11:16:14 +0100 Subject: [PATCH] Modification du catalogue Vimmp --- Vimmp/cata_Vimmp.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Vimmp/cata_Vimmp.py b/Vimmp/cata_Vimmp.py index acdeeff7..852c3fd3 100644 --- a/Vimmp/cata_Vimmp.py +++ b/Vimmp/cata_Vimmp.py @@ -118,8 +118,8 @@ CDM = OPER(nom = 'CDM', sd_prod = CDM_SD, #Surface=SIMP( statut='o', typ='TXM',max='**', siValide=creeSurfaceElementaire), #Surface=FACT( statut='o', max='**', - #SurfaceName=SIMP( statut='o',typ=( ElementarySurface, 'createObject'),), - Surface=SIMP( statut='o',typ='TXM',max='**'), + SurfaceName=SIMP( statut='o',typ=( Elementary_Surface, 'createObject'),max='**'), + #Surface=SIMP( statut='o',typ='TXM',max='**'), #), ), # fin Geometric_Domain @@ -302,8 +302,8 @@ CDM = OPER(nom = 'CDM', sd_prod = CDM_SD, Non_Equilibrium_Driving_Force = SIMP( statut='o', typ='TXM', into=[ 'Temperature',],), Imposed_non_isothermal = FACT ( statut = 'o', min=2, max="**", Imposed_Temperature = SIMP( statut='o', typ='R'), - #Applied_On_Surface = SIMP( statut='o', typ= Elementary_Surface), - Applied_On_Surface = SIMP( statut='o', typ= 'TXM'), + Applied_On_Surface = SIMP( statut='o', typ= Elementary_Surface), + #Applied_On_Surface = SIMP( statut='o', typ= 'TXM'), ), ), # b_Physique_statstique_equilibre -- 2.39.2