source: trunk/yao/src/analyzers/testANTLR/81shallowshald.d @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 2.2 KB
Line 
1#==========================================================
2#                           fichier de DESCRIPTION
3#==========================================================
4
5#DEFVAL pour definir des valeurs --------------------DEFVAL
6defval SZX   50 | 80 | 100
7defval SZY   50 | 80 | 100
8defval SZU    1
9defval SZT  100 | 200 | 400
10defval SZA  101 | 201 | 401
11#exec disp_defval
12
13#NAME ---------------------------------------------HAT_NAME
14hat_name shald
15
16#OPTION ---------------------------------------------OPTION
17option   o_gradtest
18option   o_m1qn3
19
20#TRAJECTOIRES -----------------------------------------TRAJ
21traj  Toce M  SZU  SZT  | (en secondes)
22
23#ESPACE ----------------------------------------------SPACE
24space Soce M  SZX  SZY Toce
25
26#MODULES -------------------------------------------MODULES
27modul  Hfas   space Soce input  3 output 1 tempo target cout
28modul  Ufas   space Soce clonof Hfas
29modul  Vfas   space Soce clonof Hfas
30modul  Hdyn   space Soce input  5 output 1 tempo
31modul  Udyn   space Soce input  7 output 1 tempo
32modul  Vdyn   space Soce input  7 output 1 tempo
33exec disp_modul
34
35#CONNECTIONS -----------Maillage 1 -----------------CTIN-M
36ctin  Vdyn 1    from Vfas  1 i    j    t-1
37ctin  Vdyn 2..3 from Hdyn  1 i    j%-1 t-1
38ctin  Vdyn 4..7 from Udyn  1 i%-1 j%-1 t-1
39
40ctin  Udyn 1    from Ufas  1 i    j    t-1
41ctin  Udyn 2..3 from Hdyn  1 i%+1 j    t-1
42ctin  Udyn 4..7 from Vdyn  1 i%+1 j%+1 t-1
43
44ctin  Hdyn 1    from Hfas  1 i    j    t-1
45ctin  Hdyn 2..3 from Udyn  1 i%-1 j    t-1
46ctin  Hdyn 4..5 from Vdyn  1 i    j%+1 t-1
47
48ctin  Vfas 1    from Vfas  1 i    j    t-1
49ctin  Vfas 2..3 from Vdyn  1 i    j    t%-1
50
51ctin  Hfas 1    from Hfas  1 i    j    t-1
52ctin  Hfas 2..3 from Hdyn  1 i    j    t%-1
53
54ctin  Ufas 1    from Ufas  1 i    j    t-1
55ctin  Ufas 2..3 from Udyn  1 i    j    t%-1
56
57exec disp_ct_in
58
59#ORDER -----------------------------------------------ORDER
60order modinspace Soce
61   order YA1 YA2
62           Vdyn Hdyn Udyn
63           Vfas Hfas Ufas
64   forder
65forder
66#
67order spaceintraj Toce
68    Soce
69forder
70#
71
72#USER FUNCTIONS ---------------------------------------UFCT
73insert_fct     xdisplay
74insert_fct arg xivg | init variables globales (fcor, grav, ....)
75insert_fct arg xgauss
76insert_fct     xvitgeo
77insert_fct     xvitf2d
78#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.