AdH Kraken
0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
vars.h
Go to the documentation of this file.
1
#ifndef H_VARS_
2
#define H_VARS_
3
4
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
5
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
10
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
11
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
12
13
// ++++++++++++++++++++++++++++++++++
14
// INDEPENDENT VARIABLES
15
// ++++++++++++++++++++++++++++++++++
16
#define N_IVARS 10
17
#define N_IVARS_TRNS 10
18
#define N_IVARS_TOTAL 20
19
#define _H 0
20
#define _U 1
21
#define _V 2
22
#define _W 3
23
#define _UDA 4
24
#define _VDA 5
25
#define _DPL 6
26
#define _PRS 7
27
#define _HEAT 8
28
#define _SAL 9
29
#define _CON1 10
30
#define _CON2 11
31
#define _CON3 12
32
#define _CON4 13
33
#define _CON5 14
34
#define _CON6 15
35
#define _CON7 16
36
#define _CON8 17
37
#define _CON9 18
38
#define _CON10 19
39
40
static
const
char
*
const
IVAR_NAME[] = {
41
"DEPTH"
,
42
"VELOCITY"
,
43
"VELOCITY"
,
44
"VELOCITY"
,
45
"DA_VELOCITY"
,
46
"DA_VELOCITY"
,
47
"DISPLACEMENT"
,
48
"PRESSURE"
,
49
"HEAT"
,
50
"SALINITY"
,
51
"CON1"
,
52
"CON2"
,
53
"CON3"
,
54
"CON4"
,
55
"CON5"
,
56
"CON6"
,
57
"CON7"
,
58
"CON8"
,
59
"CON9"
,
60
"CON10"
61
};
62
63
static
const
int
IVAR_DIM[] = {
64
1,
65
3,
66
3,
67
3,
68
2,
69
2,
70
1,
71
1,
72
1,
73
1,
74
1,
75
1,
76
1,
77
1,
78
1,
79
1,
80
1,
81
1,
82
1,
83
1
84
};
85
86
// ++++++++++++++++++++++++++++++++++
87
// INDEPENDENT VARIABLES
88
// ++++++++++++++++++++++++++++++++++
89
#define N_DVARS 19
90
#define _WIND_SX 0
91
#define _WIND_SY 1
92
#define _WAVE_SX 2
93
#define _WAVE_SY 3
94
#define _WAVE_XX 4
95
#define _WAVE_XY 5
96
#define _WAVE_YX 6
97
#define _WAVE_YY 7
98
#define _DENSITY 8
99
#define _BED_DPL 9
100
#define _BED_ELE 10
101
#define _GS 11
102
#define _GS_OLD 12
103
#define _DPRS 13
104
#define _DPRS_PLUS 14
105
#define _DPRS_MINUS 15
106
#define _VNODE_FLUX 16
107
#define _WDFLAG 17
108
#define _ERROR 18
109
110
static
const
char
*
const
DVAR_NAME[] = {
111
"WIND_STRESS"
,
112
"WIND_STRESS"
,
113
"WAVE_STRESS"
,
114
"WAVE_STRESS"
,
115
"WAVE_RADS"
,
116
"WAVE_RADS"
,
117
"WAVE_RADS"
,
118
"WAVE_RADS"
,
119
"DENSITY"
,
120
"BED_DISPLACEMENT"
,
121
"BED_ELEVATION"
,
122
"GRID_SPEED"
,
123
"GRID_SPEED_OLD"
,
124
"PRESSURE"
,
125
"PRS_PLUS"
,
126
"PRS_MINUS"
,
127
"VERTICLE_NODE_FLUX"
,
128
"WET_DRY_FLAG"
,
129
"ERROR"
,
130
};
131
132
static
const
int
DVAR_DIM[] = {
133
2,
134
2,
135
4,
136
1,
137
1,
138
1,
139
1,
140
1,
141
1,
142
1,
143
1,
144
1,
145
1,
146
1,
147
1,
148
1,
149
1,
150
1,
151
1,
152
};
153
154
#endif
include
vars.h
Generated on Thu Apr 3 2025 22:45:55 for AdH Kraken by
1.9.5