Salome HOME
legere difference ds VARIABLES_TO_BE...
[tools/eficas.git] / ts / test_cata.py
1 from Accas import *
2 import types
3
4 JdC = JDC_CATA (code = 'MAP',
5                 execmodul = None,
6                 )
7 # ======================================================================
8 # Catalog entry for the MAP function : c_pre_interfaceBody_mesh
9 # ======================================================================
10 INITIALIZATION=PROC(nom="INITIALIZATION",op=None,
11 Control_Of_Limits = SIMP( statut='o',typ='bool',
12     defaut=False ,
13     fr = 'UTILISER AVEC LE MOT-CLE : VALEURS LIMITES, LE PROGRAMME SARRETE SI LES LIMITES SUR U,V,H OU T SONT DEPASSEES',
14     ang= 'USE WITH THE KEY-WORD : LIMIT VALUES, THE PROGRAM IS STOPPED IF THE LIMITS ON U,V,H, OR T ARE TRESPASSED',
15      ),
16
17 Limit_Values = SIMP( statut='o',typ='R',
18     defaut=(-1000.0, 9000.0, -1000.0, 1000.0, -1000.0, 1000.0, -1000.0, 1000.0) ,
19     max=8 ,
20     fr = 'Utilise avec le mot-cle CONTROLE DES LIMITES  valeurs mini et maxi acceptables pour H,U,V et T dans lordre suivant : min(H) max(H) min(U) max(U) min(V) max(V) min(T) max(T)',
21     ang= 'To be used with the key-word CONTROL OF LIMITS min and max acceptable values for H,U,V et T in the following order   : min(H) max(H) min(U) max(U) min(V) max(V) min(T) max(T)',
22      ) )