source: trunk/yao/src/analyzers/testANTLR/71shallowshald.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.4 KB
Line 
1#==========================================================
2#                         fichier de DESCRIPTION
3#==========================================================
4
5#DEFVAL pour definir des trucs ----------------------DEFVAL
6defval SZX   80 | 100
7defval SZY   80 | 100
8defval SZU    1
9defval SZT  200 | 400
10defval SZA  201 | 401
11#exec disp_defval
12
13#NAME ---------------------------------------------HAT_NAME
14hat_name shald
15
16#OPTION ---------------------------------------------OPTION
17option  O_GRADTEST
18option  O_M1QN3
19option  O_REAL float
20
21#TRAJECTOIRES -----------------------------------------TRAJ
22traj  Toce M  SZU  SZT  | (en secondes)
23
24#ESPACE ----------------------------------------------SPACE
25#space Soce M  SZX  SZX Toce ????
26space  Soce M  SZX  SZY Toce
27
28#MODULES -------------------------------------------MODULES
29modul  Hfas   space Soce input  3 output 1 tempo target cout
30modul  Ufas   space Soce clonof Hfas
31modul  Vfas   space Soce clonof Hfas
32modul  Hdyn   space Soce input  5 output 1 tempo
33modul  Udyn   space Soce input  7 output 1 tempo
34modul  Vdyn   space Soce input  7 output 1 tempo
35exec disp_modul
36
37#CONNECTIONS -----------Maillage 1 -----------------CTIN-M
38ctin  Vdyn 1    from Vfas  1 i    j    t-1
39ctin  Vdyn 2..3 from Hdyn  1 i    j%-1 t-1
40ctin  Vdyn 4..7 from Udyn  1 i%-1 j%-1 t-1
41
42ctin  Udyn 1    from Ufas  1 i    j    t-1
43ctin  Udyn 2..3 from Hdyn  1 i%+1 j    t-1
44ctin  Udyn 4..7 from Vdyn  1 i%+1 j%+1 t-1
45
46ctin  Hdyn 1    from Hfas  1 i    j    t-1
47ctin  Hdyn 2..3 from Udyn  1 i%-1 j    t-1
48ctin  Hdyn 4..5 from Vdyn  1 i    j%+1 t-1
49
50ctin  Vfas 1    from Vfas  1 i    j    t-1
51ctin  Vfas 2..3 from Vdyn  1 i    j    t%-1
52
53ctin  Hfas 1    from Hfas  1 i    j    t-1
54ctin  Hfas 2..3 from Hdyn  1 i    j    t%-1
55
56ctin  Ufas 1    from Ufas  1 i    j    t-1
57ctin  Ufas 2..3 from Udyn  1 i    j    t%-1
58
59exec disp_ct_in
60
61#ORDER -----------------------------------------------ORDER
62order modinspace Soce
63   order YA1 YA2
64           Vdyn Hdyn Udyn
65           Vfas Hfas Ufas
66   forder
67forder
68#
69order spaceintraj Toce
70    Soce
71forder
72#
73
74
75#USER FUNCTIONS ---------------------------------------UFCT
76insert_fct     xdisplay
77insert_fct arg xset_f_cor
78insert_fct arg xset_grav
79insert_fct arg xset_dissip
80insert_fct arg xset_hmoy
81insert_fct arg xset_alpha
82insert_fct arg xgauss
83insert_fct     xinit_run
84insert_fct arg xvitinit
85insert_fct arg xset_delta
86#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.