epyt-flow 0.14.1__py3-none-any.whl → 0.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. epyt_flow/VERSION +1 -1
  2. epyt_flow/__init__.py +0 -37
  3. epyt_flow/data/benchmarks/battledim.py +2 -2
  4. epyt_flow/data/benchmarks/leakdb.py +12 -9
  5. epyt_flow/gym/scenario_control_env.py +32 -33
  6. epyt_flow/simulation/events/actuator_events.py +24 -18
  7. epyt_flow/simulation/events/leakages.py +59 -57
  8. epyt_flow/simulation/events/quality_events.py +21 -30
  9. epyt_flow/simulation/events/system_event.py +3 -3
  10. epyt_flow/simulation/scada/complex_control.py +14 -12
  11. epyt_flow/simulation/scada/custom_control.py +22 -21
  12. epyt_flow/simulation/scada/scada_data.py +108 -105
  13. epyt_flow/simulation/scada/simple_control.py +38 -31
  14. epyt_flow/simulation/scenario_simulator.py +368 -395
  15. epyt_flow/simulation/sensor_config.py +31 -32
  16. epyt_flow/topology.py +11 -10
  17. epyt_flow/uncertainty/model_uncertainty.py +146 -122
  18. epyt_flow/utils.py +66 -0
  19. epyt_flow/visualization/visualization_utils.py +4 -2
  20. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/METADATA +14 -19
  21. epyt_flow-0.15.0.dist-info/RECORD +65 -0
  22. epyt_flow/EPANET/EPANET/SRC_engines/AUTHORS +0 -60
  23. epyt_flow/EPANET/EPANET/SRC_engines/LICENSE +0 -21
  24. epyt_flow/EPANET/EPANET/SRC_engines/enumstxt.h +0 -151
  25. epyt_flow/EPANET/EPANET/SRC_engines/epanet.c +0 -5930
  26. epyt_flow/EPANET/EPANET/SRC_engines/epanet2.c +0 -961
  27. epyt_flow/EPANET/EPANET/SRC_engines/errors.dat +0 -79
  28. epyt_flow/EPANET/EPANET/SRC_engines/flowbalance.c +0 -186
  29. epyt_flow/EPANET/EPANET/SRC_engines/funcs.h +0 -219
  30. epyt_flow/EPANET/EPANET/SRC_engines/genmmd.c +0 -1000
  31. epyt_flow/EPANET/EPANET/SRC_engines/hash.c +0 -177
  32. epyt_flow/EPANET/EPANET/SRC_engines/hash.h +0 -28
  33. epyt_flow/EPANET/EPANET/SRC_engines/hydcoeffs.c +0 -1303
  34. epyt_flow/EPANET/EPANET/SRC_engines/hydraul.c +0 -1172
  35. epyt_flow/EPANET/EPANET/SRC_engines/hydsolver.c +0 -781
  36. epyt_flow/EPANET/EPANET/SRC_engines/hydstatus.c +0 -442
  37. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2.h +0 -464
  38. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_2.h +0 -1960
  39. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_enums.h +0 -518
  40. epyt_flow/EPANET/EPANET/SRC_engines/inpfile.c +0 -884
  41. epyt_flow/EPANET/EPANET/SRC_engines/input1.c +0 -672
  42. epyt_flow/EPANET/EPANET/SRC_engines/input2.c +0 -735
  43. epyt_flow/EPANET/EPANET/SRC_engines/input3.c +0 -2265
  44. epyt_flow/EPANET/EPANET/SRC_engines/leakage.c +0 -527
  45. epyt_flow/EPANET/EPANET/SRC_engines/mempool.c +0 -146
  46. epyt_flow/EPANET/EPANET/SRC_engines/mempool.h +0 -24
  47. epyt_flow/EPANET/EPANET/SRC_engines/output.c +0 -853
  48. epyt_flow/EPANET/EPANET/SRC_engines/project.c +0 -1691
  49. epyt_flow/EPANET/EPANET/SRC_engines/quality.c +0 -695
  50. epyt_flow/EPANET/EPANET/SRC_engines/qualreact.c +0 -800
  51. epyt_flow/EPANET/EPANET/SRC_engines/qualroute.c +0 -696
  52. epyt_flow/EPANET/EPANET/SRC_engines/report.c +0 -1557
  53. epyt_flow/EPANET/EPANET/SRC_engines/rules.c +0 -1500
  54. epyt_flow/EPANET/EPANET/SRC_engines/smatrix.c +0 -871
  55. epyt_flow/EPANET/EPANET/SRC_engines/text.h +0 -508
  56. epyt_flow/EPANET/EPANET/SRC_engines/types.h +0 -928
  57. epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.c +0 -59
  58. epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.h +0 -38
  59. epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.c +0 -92
  60. epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.h +0 -39
  61. epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.c +0 -212
  62. epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.h +0 -81
  63. epyt_flow/EPANET/EPANET/SRC_engines/validate.c +0 -408
  64. epyt_flow/EPANET/EPANET-MSX/MSX_Updates.txt +0 -53
  65. epyt_flow/EPANET/EPANET-MSX/Src/dispersion.h +0 -27
  66. epyt_flow/EPANET/EPANET-MSX/Src/hash.c +0 -107
  67. epyt_flow/EPANET/EPANET-MSX/Src/hash.h +0 -28
  68. epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx.h +0 -102
  69. epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx_export.h +0 -42
  70. epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.c +0 -937
  71. epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.h +0 -39
  72. epyt_flow/EPANET/EPANET-MSX/Src/mempool.c +0 -204
  73. epyt_flow/EPANET/EPANET-MSX/Src/mempool.h +0 -24
  74. epyt_flow/EPANET/EPANET-MSX/Src/msxchem.c +0 -1285
  75. epyt_flow/EPANET/EPANET-MSX/Src/msxcompiler.c +0 -368
  76. epyt_flow/EPANET/EPANET-MSX/Src/msxdict.h +0 -42
  77. epyt_flow/EPANET/EPANET-MSX/Src/msxdispersion.c +0 -586
  78. epyt_flow/EPANET/EPANET-MSX/Src/msxerr.c +0 -116
  79. epyt_flow/EPANET/EPANET-MSX/Src/msxfile.c +0 -260
  80. epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.c +0 -175
  81. epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.h +0 -35
  82. epyt_flow/EPANET/EPANET-MSX/Src/msxinp.c +0 -1504
  83. epyt_flow/EPANET/EPANET-MSX/Src/msxout.c +0 -401
  84. epyt_flow/EPANET/EPANET-MSX/Src/msxproj.c +0 -791
  85. epyt_flow/EPANET/EPANET-MSX/Src/msxqual.c +0 -2010
  86. epyt_flow/EPANET/EPANET-MSX/Src/msxrpt.c +0 -400
  87. epyt_flow/EPANET/EPANET-MSX/Src/msxtank.c +0 -422
  88. epyt_flow/EPANET/EPANET-MSX/Src/msxtoolkit.c +0 -1164
  89. epyt_flow/EPANET/EPANET-MSX/Src/msxtypes.h +0 -551
  90. epyt_flow/EPANET/EPANET-MSX/Src/msxutils.c +0 -524
  91. epyt_flow/EPANET/EPANET-MSX/Src/msxutils.h +0 -56
  92. epyt_flow/EPANET/EPANET-MSX/Src/newton.c +0 -158
  93. epyt_flow/EPANET/EPANET-MSX/Src/newton.h +0 -34
  94. epyt_flow/EPANET/EPANET-MSX/Src/rk5.c +0 -287
  95. epyt_flow/EPANET/EPANET-MSX/Src/rk5.h +0 -39
  96. epyt_flow/EPANET/EPANET-MSX/Src/ros2.c +0 -293
  97. epyt_flow/EPANET/EPANET-MSX/Src/ros2.h +0 -35
  98. epyt_flow/EPANET/EPANET-MSX/Src/smatrix.c +0 -816
  99. epyt_flow/EPANET/EPANET-MSX/Src/smatrix.h +0 -29
  100. epyt_flow/EPANET/EPANET-MSX/readme.txt +0 -14
  101. epyt_flow/EPANET/compile_linux.sh +0 -4
  102. epyt_flow/EPANET/compile_macos.sh +0 -4
  103. epyt_flow/simulation/backend/__init__.py +0 -1
  104. epyt_flow/simulation/backend/my_epyt.py +0 -1101
  105. epyt_flow-0.14.1.dist-info/RECORD +0 -148
  106. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/WHEEL +0 -0
  107. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/licenses/LICENSE +0 -0
  108. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/top_level.txt +0 -0
@@ -1,368 +0,0 @@
1
- /*******************************************************************************
2
- ** MODULE: MSXCOMPILER.C
3
- ** PROJECT: EPANET-MSX
4
- ** DESCRIPTION: compiles chemistry functions to a dynamic library file.
5
- ** COPYRIGHT: Copyright (C) 2006 Feng Shang, Lewis Rossman, and James Uber.
6
- ** All Rights Reserved. See license information in LICENSE.TXT.
7
- ** AUTHORS: L. Rossman, US EPA - NRMRL
8
- ** VERSION: 2.0.00
9
- ** LAST UPDATE: 04/14/2021
10
- *******************************************************************************/
11
-
12
- #include <stdlib.h>
13
- #include <stdio.h>
14
- #include <string.h>
15
-
16
- #include "msxtypes.h"
17
- #include "msxutils.h"
18
- #include "msxfuncs.h"
19
-
20
- // --- define WINDOWS
21
-
22
- #undef WINDOWS
23
- #ifdef _WIN32
24
- #define WINDOWS
25
- #endif
26
- #ifdef __WIN32__
27
- #define WINDOWS
28
- #endif
29
- #ifdef WIN32
30
- #define WINDOWS
31
- #endif
32
-
33
- // Local variables
34
- //-----------------
35
- char *Fname; // Prefix used for all file names
36
- char TempName[L_tmpnam];
37
- char srcFile[MAXFNAME]; // Name of source code file
38
- char objFile[MAXFNAME]; // Name of object file
39
- char libFile[MAXFNAME]; // Name of library file
40
- int Compiled; // Flag for compilation step
41
-
42
- // External variables
43
- //--------------------
44
- extern MSXproject MSX; // MSX project data
45
-
46
- // Imported functions
47
- //--------------------
48
- char * MSXchem_getVariableStr(int i, char *s);
49
- //void MSXrpt_writeLine(char *line);
50
-
51
- // Exported functions
52
- //--------------------
53
- int MSXcompiler_open(void);
54
- void MSXcompiler_close(void);
55
-
56
- // Local functions
57
- //-----------------
58
- static void writeSrcFile(FILE* f);
59
-
60
- //=============================================================================
61
-
62
- int MSXcompiler_open()
63
- /*
64
- ** Purpose:
65
- ** compiles MSX chemistry functions into a dynamic link library
66
- ** and loads the functions into the running application
67
- **
68
- ** Input:
69
- ** none
70
- **
71
- ** Returns:
72
- ** an error code (0 if no error).
73
- */
74
- {
75
- char cmd[256];
76
- char arch[100];
77
- FILE* f;
78
- int err;
79
-
80
- // --- initialize
81
-
82
- Fname = NULL;
83
- Compiled = FALSE;
84
-
85
- // --- get the name of a temporary file with directory path stripped from it
86
- // and replace any '.' characters in it (for the Borland compiler to work)
87
-
88
- Fname = MSXutils_getTempName(TempName) ;
89
-
90
- // --- assign names to source code and compiled files
91
-
92
- strcpy(srcFile, Fname);
93
- strcat(srcFile, ".c");
94
- strcpy(objFile, Fname);
95
- strcat(objFile, ".o");
96
- #ifdef WINDOWS
97
- strcpy(libFile, Fname);
98
- strcat(libFile, ".dll");
99
- #else
100
- strcpy(libFile, "lib");
101
- strcat(libFile, Fname);
102
- strcat(libFile, ".so");
103
- #endif
104
-
105
- // --- write the chemistry functions to the source code file
106
-
107
- f = fopen(srcFile, "wt");
108
- if ( f == NULL ) return ERR_COMPILE_FAILED;
109
- writeSrcFile(f);
110
- fclose(f);
111
-
112
- // --- compile the source code file to a dynamic link library file
113
-
114
- #ifdef WINDOWS
115
- #ifdef _WIN64
116
- strcpy(arch, "x64");
117
- #else
118
- strcpy(arch, "x86");
119
- #endif
120
- if ( MSX.Compiler == VC )
121
- {
122
- sprintf(cmd, "runvc.bat %s %s", srcFile, arch);
123
- err = MSXfuncs_run(cmd);
124
- }
125
-
126
- else if ( MSX.Compiler == GC )
127
- {
128
- sprintf(cmd, "gcc -c -O3 %s", srcFile);
129
- err = MSXfuncs_run(cmd);
130
- sprintf(cmd, "gcc -lm -shared -o %s %s", libFile, objFile);
131
- err = MSXfuncs_run(cmd);
132
- }
133
- else return ERR_COMPILE_FAILED;
134
- #else
135
- if ( MSX.Compiler == GC )
136
- {
137
- sprintf(cmd, "gcc -c -fPIC -O3 %s", srcFile);
138
- err = system(cmd);
139
- sprintf(cmd, "gcc -lm -shared -o %s %s", libFile, objFile);
140
- err = system(cmd);
141
- }
142
- else return ERR_COMPILE_FAILED;
143
- #endif
144
- Compiled = (err == 0); // ttaxon - 9/7/10
145
-
146
- // --- load the compiled chemistry functions from the library file
147
-
148
- if(Compiled)
149
- {
150
- err = MSXfuncs_load(libFile);
151
- if ( err == 1 ) return ERR_COMPILE_FAILED;
152
- if ( err == 2 ) return ERR_COMPILED_LOAD;
153
- }
154
- else
155
- {
156
- MSXcompiler_close();
157
- return ERR_COMPILE_FAILED;
158
- }
159
- return 0;
160
- }
161
-
162
- //=============================================================================
163
-
164
- void MSXcompiler_close()
165
- /*
166
- ** Purpose:
167
- ** frees resources used to load chemistry functions from the shared
168
- ** library and deletes all files used to compile and link the library.
169
- **
170
- ** Input:
171
- ** none
172
- **
173
- ** Returns:
174
- ** none.
175
- */
176
- {
177
- char cmd[256];
178
- if ( Compiled ) MSXfuncs_free();
179
- if ( Fname )
180
- {
181
- #ifdef WINDOWS
182
- // --- delete all files created from compilation
183
- // (VC++ creates more than just an obj and dll file)
184
- sprintf(cmd, "cmd /c del %s.*", Fname);
185
- MSXfuncs_run(cmd);
186
- #else
187
- remove(TempName);
188
- remove(srcFile);
189
- remove(objFile);
190
- remove(libFile);
191
- #endif
192
- }
193
- }
194
- //=============================================================================
195
-
196
- void writeSrcFile(FILE* f)
197
- /*
198
- ** Purpose:
199
- ** writes C statements to the chemistry function source code file
200
- **
201
- ** Input:
202
- ** f = pointer to the source code file
203
- **
204
- ** Returns:
205
- ** none.
206
- **
207
- ** Note: this function uses mathexpr_getStr() from mathexpr.c to
208
- ** reconstruct math expressions that were previously parsed
209
- ** into a stack of atomic terms by mathexpr_create(). The
210
- ** mathexpr_getStr function calls MSXchem_getVariableStr (in
211
- ** msxchem.c) to return a symbol for a particular variable that
212
- ** is used in the reconstucted expression in place of the
213
- ** variable's original name. For example, if NH3 were the name
214
- ** of the 2nd chemical species, then in the source code written
215
- ** here it would be denoted as c[2]; the third hydraulic variable,
216
- ** Velocity, would appear as h[3]. Similar notation is used for
217
- ** constants (k[]) and parameters (p[]).
218
- */
219
- {
220
- int i;
221
- char e[1024];
222
- char headers[] =
223
-
224
- " /* Machine Generated EPANET-MSX File - Do Not Edit */ \n\n"
225
- " #include <math.h> \n"
226
- " \n"
227
- " #undef WINDOWS \n"
228
- " #ifdef _WIN32 \n"
229
- " #define WINDOWS \n"
230
- " #endif \n"
231
- " #ifdef __WIN32__ \n"
232
- " #define WINDOWS \n"
233
- " #endif \n"
234
- " #ifdef WIN32 \n"
235
- " #define WINDOWS \n"
236
- " #endif \n"
237
- " \n"
238
- " #ifdef WINDOWS \n"
239
- " #define DLLEXPORT __declspec(dllexport) \n"
240
- " #else \n"
241
- " #define DLLEXPORT \n"
242
- " #endif \n"
243
- " \n"
244
- " void DLLEXPORT MSXgetPipeRates(double *, double *, double *, double *, double *); \n"
245
- " void DLLEXPORT MSXgetTankRates(double *, double *, double *, double *, double *); \n"
246
- " void DLLEXPORT MSXgetPipeEquil(double *, double *, double *, double *, double *); \n"
247
- " void DLLEXPORT MSXgetTankEquil(double *, double *, double *, double *, double *); \n"
248
- " void DLLEXPORT MSXgetPipeFormulas(double *, double *, double *, double *); \n"
249
- " void DLLEXPORT MSXgetTankFormulas(double *, double *, double *, double *); \n"
250
- " double term(int, double *, double *, double *, double *); \n";
251
-
252
- char mathFuncs[] =
253
-
254
- " double coth(double); \n"
255
- " double cot(double); \n"
256
- " double acot(double); \n"
257
- " double step(double); \n"
258
- " double sgn(double); \n"
259
- " \n"
260
- " double coth(double x) { \n"
261
- " return (exp(x) + exp(-x)) / (exp(x) - exp(-x)); } \n"
262
- " double cot(double x) { \n"
263
- " return 1.0 / tan(x); } \n"
264
- " double acot(double x) { \n"
265
- " return 1.57079632679489661923 - atan(x); } \n"
266
- " double step(double x) { \n"
267
- " if (x <= 0.0) return 0.0; \n"
268
- " return 1.0; } \n"
269
- " double sgn(double x) { \n"
270
- " if (x < 0.0) return -1.0; \n"
271
- " if (x > 0.0) return 1.0; \n"
272
- " return 0.0; } \n";
273
-
274
-
275
- // --- write headers & non-intrinsic math functions to file
276
-
277
- fprintf(f, "%s", headers);
278
- fprintf(f, "%s", mathFuncs);
279
-
280
- // --- write term functions
281
-
282
- fprintf(f,
283
- "\n double term(int i, double c[], double k[], double p[], double h[])\n { \n");
284
- if ( MSX.Nobjects[TERM] > 0 )
285
- {
286
- fprintf(f, " switch(i) { \n");
287
- for (i=1; i<=MSX.Nobjects[TERM]; i++)
288
- {
289
- fprintf(f, " case %d: return %s; \n",
290
- i, mathexpr_getStr(MSX.Term[i].expr, e, MSXchem_getVariableStr));
291
- }
292
- fprintf(f, " } \n");
293
- }
294
- fprintf(f, " return 0.0; \n }\n");
295
-
296
- // --- write pipe rate functions
297
-
298
- fprintf(f,
299
- "\n void DLLEXPORT MSXgetPipeRates(double c[], double k[], double p[], double h[], double f[])\n { \n");
300
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
301
- {
302
- if ( MSX.Species[i].pipeExprType == RATE )
303
- fprintf(f, " f[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].pipeExpr, e,
304
- MSXchem_getVariableStr));
305
- }
306
- fprintf(f, " }\n");
307
-
308
- // --- write tank rate functions
309
-
310
- fprintf(f,
311
- "\n void DLLEXPORT MSXgetTankRates(double c[], double k[], double p[], double h[], double f[])\n { \n");
312
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
313
- {
314
- if ( MSX.Species[i].tankExprType == RATE )
315
- fprintf(f, " f[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].tankExpr, e,
316
- MSXchem_getVariableStr));
317
- }
318
- fprintf(f, " }\n");
319
-
320
- // --- write pipe equilibrium functions
321
-
322
- fprintf(f,
323
- "\n void DLLEXPORT MSXgetPipeEquil(double c[], double k[], double p[], double h[], double f[])\n { \n");
324
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
325
- {
326
- if ( MSX.Species[i].pipeExprType == EQUIL )
327
- fprintf(f, " f[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].pipeExpr, e,
328
- MSXchem_getVariableStr));
329
- }
330
- fprintf(f, " }\n");
331
-
332
- // --- write tank equilibrium functions
333
-
334
- fprintf(f,
335
- "\n void DLLEXPORT MSXgetTankEquil(double c[], double k[], double p[], double h[], double f[])\n { \n");
336
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
337
- {
338
- if ( MSX.Species[i].tankExprType == EQUIL )
339
- fprintf(f, " f[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].tankExpr, e,
340
- MSXchem_getVariableStr));
341
- }
342
- fprintf(f, " }\n");
343
-
344
- // --- write pipe formula functions
345
-
346
- fprintf(f,
347
- "\n void DLLEXPORT MSXgetPipeFormulas(double c[], double k[], double p[], double h[])\n { \n");
348
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
349
- {
350
- if ( MSX.Species[i].pipeExprType == FORMULA )
351
- fprintf(f, " c[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].pipeExpr, e,
352
- MSXchem_getVariableStr));
353
- }
354
- fprintf(f, " }\n");
355
-
356
- // --- write tank formula functions
357
-
358
- fprintf(f,
359
- "\n void DLLEXPORT MSXgetTankFormulas(double c[], double k[], double p[], double h[])\n { \n");
360
- for (i=1; i<=MSX.Nobjects[SPECIES]; i++)
361
- {
362
- if ( MSX.Species[i].tankExprType == FORMULA )
363
- fprintf(f, " c[%d] = %s; \n", i, mathexpr_getStr(MSX.Species[i].tankExpr, e,
364
- MSXchem_getVariableStr));
365
- }
366
- fprintf(f, " }\n");
367
- fprintf(f, "\n");
368
- }
@@ -1,42 +0,0 @@
1
- /************************************************************************
2
- ** MODULE: MSXDICT.H
3
- ** PROJECT: EPANET-MSX
4
- ** DESCRIPTION: Dictionary of key words used by the
5
- ** EPANET Multi-Species Extension toolkit.
6
- ** AUTHORS: see AUTHORS
7
- ** Copyright: see AUTHORS
8
- ** License: see LICENSE
9
- ** VERSION: 2.0.00
10
- ** LAST UPDATE: 09/29/08
11
- ***********************************************************************/
12
-
13
- #ifndef MSXDICT_H
14
- #define MSXDICT_H
15
-
16
-
17
- // NOTE: the entries in MsxsectWords must match the entries in the enumeration
18
- // variable SectionType defined in msxtypes.h.
19
- static char *MsxSectWords[] = {"[TITLE", "[SPECIE", "[COEFF", "[TERM",
20
- "[PIPE", "[TANK", "[SOURCE", "[QUALITY",
21
- "[PARAM", "[PATTERN", "[OPTION",
22
- "[REPORT", "[DIFFU", NULL};
23
- static char *ReportWords[] = {"NODE", "LINK", "SPECIE", "FILE", "PAGESIZE", NULL};
24
- static char *OptionTypeWords[] = {"AREA_UNITS", "RATE_UNITS", "SOLVER", "COUPLING",
25
- "TIMESTEP", "RTOL", "ATOL", "COMPILER", "SEGMENTS","PECLET",NULL};
26
- static char *CompilerWords[] = {"NONE", "VC", "GC", NULL};
27
- static char *SourceTypeWords[] = {"CONC", "MASS", "SETPOINT", "FLOW", NULL};
28
- static char *MixingTypeWords[] = {"MIXED", "2COMP", "FIFO", "LIFO", NULL};
29
- static char *MassUnitsWords[] = {"MG", "UG", "MOLE", "MMOL", NULL};
30
- static char *AreaUnitsWords[] = {"FT2", "M2", "CM2", NULL};
31
- static char *TimeUnitsWords[] = {"SEC", "MIN", "HR", "DAY", NULL};
32
- static char *SolverTypeWords[] = {"EUL", "RK5", "ROS2", NULL};
33
- static char *CouplingWords[] = {"NONE", "FULL", NULL};
34
- static char *ExprTypeWords[] = {"", "RATE", "FORMULA", "EQUIL", NULL};
35
- static char *HydVarWords[] = {"", "D", "Q", "U", "Re",
36
- "Us", "Ff", "Av", "Kc", "Len", NULL}; /*Len added Feng Shang 01/27/2023*/
37
- static char YES[] = "YES";
38
- static char NO[] = "NO";
39
- static char ALL[] = "ALL";
40
- static char NONE[] = "NONE";
41
-
42
- #endif