-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathglossaries.tex
460 lines (374 loc) · 10.6 KB
/
glossaries.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
%Ein eigenes Symbolverzeichnis erstellen
\newglossary[slg]{symbolslist}{syi}{syg}{List of symbols}
%Den Punkt am Ende jeder Beschreibung deaktivieren
\renewcommand*{\glspostdescription}{}
\glsaddkey{unit}{\glsentrytext{\glslabel}}{\glsentryunit}{\GLsentryunit}{\glsunit}{\Glsunit}{\GLSunit}
\makeglossaries
\newglossaryentry{symb:mu}{
name=$\mu$,
description={dynamic viscosity},
unit={$\si{\kg\per\metre\per\second}$},
sort=GREEKmu,
type=symbolslist
}
\newglossaryentry{symb:mu_t}{
name=$\mu_t$,
description={turbulent dynamic viscosity},
unit={$\si{\kg\per\metre\per\second}$},
sort=GREEKmut,
type=symbolslist
}
\newglossaryentry{symb:nu}{
name=\ensuremath{\nu},
description={kinematic viscosity},
unit={$\si{\square\metre\per\second}$},
sort=GREEKnu,
type=symbolslist
}
\newglossaryentry{symb:nut}{
name=\ensuremath{\nu_t},
description={turbulent eddy viscosity},
unit={$\si{\square\metre\per\second}$},
sort=GREEKnut,
type=symbolslist
}
\newglossaryentry{symb:height}{
name=\ensuremath{H},
description={height of arbitrary geometries},
unit={\si{m}},
sort=LATINh,
type=symbolslist
}
\newglossaryentry{symb:order_of_convergence}{
name=\ensuremath{p},
description={order of convergence},
unit={\si{-}},
sort=LATINp,
type=symbolslist
}
\newglossaryentry{symb:grid_spacing}{
name=\ensuremath{h},
description={normalized grid spacing},
unit={\si{-}},
sort=LATINh,
type=symbolslist
}
\newglossaryentry{symb:grid_refinement_ratio}{
name=\ensuremath{r},
description={grid refinement ratio},
unit={\si{-}},
sort=LATINr,
type=symbolslist
}
\newglossaryentry{symb:length}{
name=\ensuremath{L},
description={length of arbitrary geometries},
unit={$\si{m}$},
sort=LATINl,
type=symbolslist
}
\newglossaryentry{symb:k}{
name=$k$,
description={turbulent kinetic energy},
unit={\si{\square\metre\per\square\second}},
sort=LATINk,
type=symbolslist
}
\newglossaryentry{symb:epsilon}{
name=$\varepsilon$,
description={turbulence dissipation rate},
unit={\si{\metre\squared\per\cubic\second}},
sort=GREEKepsilon,
type=symbolslist
}
\newglossaryentry{symb:omega}{
name=$\omega$,
description={specific dissipation rate},
unit={$\si{\per\second}$},
sort=GREEKomega,
type=symbolslist
}
\newglossaryentry{symb:z_0}{
name=$z_0$,
description={aerodynamic roughness length},
unit={$\si{\metre}$},
sort=LATINz,
type=symbolslist
}
% \newglossaryentry{symb:Pi}{name=\ensuremath{\pi},
% description={Geometrical value},
% unit={},
% type=symbolslist
%}
\newglossaryentry{symb:rho}{
name=\ensuremath{\rho},
description={fuid density},
unit={\si{\kilo\gram\per\cubic\metre}},
sort=GREEKrho,
type=symbolslist
}
\newglossaryentry{symb:kappa}{
name=\ensuremath{\kappa},
description={von Karman constant},
unit={-},
sort=GREEKkappa,
type=symbolslist
}
% \newglossaryentry{energyconsump}{name=\ensuremath{P},
% description={Energy consumption},
% unit={\si{kW}},
% type=symbolslist
%}
\newglossaryentry{symb:c_p}{
name=\ensuremath{c_P},
description={pressure coefficient},
unit={\si{-}},
sort=LATINcp,
type=symbolslist
}
% \newglossaryentry{symb:c_oc}{name=\ensuremath{c_{oc}},
% description={Mean concentration in occupied zone},
% unit={\si{\kilo\gram\per\cubic\metre}},
% type=symbolslist
% }
% \newglossaryentry{symb:c_r}{name=\ensuremath{c_r},
% description={Exit concentration},
% unit={\si{\kilo\gram\per\cubic\metre}},
% type=symbolslist
% }
\newglossaryentry{concentration_of_pollutants}{
name=\ensuremath{\bar{c}},
description={concentration of pollutant},
unit={\si{\kilo\gram\per\cubic\metre}},
sort=LATINcpol,
type=symbolslist
}
\newglossaryentry{symb:u*}{
name=\ensuremath{u^*},
description={friction velocity},
unit={\si{\metre\per\second}},
sort=LATINuf,
type=symbolslist
}
\newglossaryentry{symb:u_ref}{
name=\ensuremath{u_{ref}},
description={reference velocity},
unit={\si{\metre\per\second}},
sort=LATINuref,
type=symbolslist
}
\newglossaryentry{symb:u}{
name=\ensuremath{u},
description={velocity},
unit={\si{\metre\per\second}},
sort=LATINu,
type=symbolslist
}
\newglossaryentry{symb:p}{
name=\ensuremath{p},
description={pressure},
unit={\si{\kilogram\per\metre\square\second}},
sort=LATINp,
type=symbolslist
}
\newglossaryentry{symb:h_ref}{
name=\ensuremath{h_{ref}},
description={reference height},
unit={\si{\metre}},
sort=LATINhref,
type=symbolslist
}
\newglossaryentry{symb:yplus}{
name=\ensuremath{y^+},
description={dimensionless wall distance},
unit={\si{-}},
sort=LATINyplus,
type=symbolslist
}
\newglossaryentry{symb:uplus}{
name=\ensuremath{U^+},
description={dimensionless velocity},
unit={\si{-}},
sort=LATINuplus,
type=symbolslist
}
\newglossaryentry{symb:z_ground}{
name=\ensuremath{z_{Ground}},
description={minimum coordinate value in z-direction},
unit={\si{\metre}},
sort=LATINzground,
type=symbolslist
}
\newglossaryentry{symb:q_ref}{
name=\ensuremath{Q_{ref}},
description={reference ventilation rate},
unit={\si{\cubic\metre\per\second}},
sort=LATINqref,
type=symbolslist
}
\newglossaryentry{symb:reynoldsn}{
name=\ensuremath{Re},
description={Reynolds number},
unit={\si{-}},
sort=LATINre_b,
type=symbolslist
}
\newglossaryentry{symb:rey_b}{
name=\ensuremath{Re_b},
description={Reynolds number around a bluff body},
unit={\si{-}},
sort=LATINreb,
type=symbolslist
}
\newglossaryentry{symb:rey_w}{
name=\ensuremath{Re_w},
description={Reynolds number at an opening},
unit={\si{-}},
sort=LATINre,
type=symbolslist
}
\newglossaryentry{Cartesian_coordinates}{
name=\ensuremath{x, y, z},
description={Cartesian coordinates},
unit={\si{\metre}},
sort=LATINxyz,
type=symbolslist
}
\newglossaryentry{symb:acr}{
name=\ensuremath{ACR},
description={air change rate},
unit={\si{\per\hour}},
sort=LATINacr,
type=symbolslist
}
\newglossaryentry{symb:alpha}{
name=\ensuremath{\alpha},
description={wind shear exponent},
unit={-},
sort=GREEKalpha,
type=symbolslist
}
\newglossaryentry{symb:epsrel}{
name=\ensuremath{\varepsilon_{rel}},
description={relative error},
unit={-},
sort=GREEKeps,
type=symbolslist
}
\newglossaryentry{symb:E}{
name=\ensuremath{E},
description={estimated fractional error},
unit={-},
sort=LATINe,
type=symbolslist
}
\newglossaryentry{symb:f(h)}{
name=\ensuremath{f_{h = 1,2,3}},
description={solution functional for different grid sizes},
unit={\si{\cubic\metre\per\second}},
sort=LATINf,
type=symbolslist
}
\newglossaryentry{symb:C_mu}{
name=\ensuremath{C_{\mu}},
description={constant},
unit={\si{-}},
sort=GREEKcmu,
type=symbolslist
}
\newglossaryentry{symb:grid_convergence_index}{
name=\ensuremath{CGI},
description={Grid convergence index},
unit={\%},
sort=LATINcgi,
type=symbolslist
}
\newglossaryentry{symb:eddy_visc_ratio}{
name=\ensuremath{\frac{\mu_t}{\mu}},
description={eddy viscosity ratio},
unit={-},
sort=GREEKmu,
type=symbolslist
}
\newglossaryentry{symb:turbulence_intensity}{
name=\ensuremath{T_i},
description={turbulence intensity},
sort=LATINt,
unit={\%},
type=symbolslist
}
\newglossaryentry{symb:phi}{
name=\ensuremath{\phi},
description={mass flow through the cell faces},
unit={\si{\kilogram\per\second}},
sort=GREEKphi,
type=symbolslist
}
\newglossaryentry{symb:uprime}{
name=\ensuremath{u^\prime},
description={fluctuating part of velocity},
unit={\si{\metre\per\second}},
sort=LATINuprime,
type=symbolslist
}
\newglossaryentry{symb:ubar}{
name=\ensuremath{\bar{u}},
description={mean velocity},
unit={\si{\metre\per\second}},
sort=LATINubar,
type=symbolslist
}
%Befehle für Abkürzungen
\newacronym{DES}{DES} {detached eddy simulation}
\newacronym{DNS}{DNS} {direct numerical simulation}
\newacronym{RANS}{RANS} {Reynolds-averaged Navier-Stokes}
\newacronym{URANS}{URANS} {Unsteady Reynolds-averaged Navier-Stokes}
\newacronym{ABL}{ABL} {atmospheric boundary layer}
\newacronym{NVP}{NVP} {natural ventilation potential}
%\newacronym{NV}{NV} {natural ventilation}
%\newacronym{PCP}{PCP} {passive cooling potential}
\newacronym{IAQ}{IAQ} {indoor air quality}
\newacronym{LES}{LES} {large eddy simulation}
\newacronym[plural=BCs, firstplural = boundary conditions (BCs)]{BC}{BC} {boundary condition}
\newacronym{CFD}{CFD} {computational fluid dynamics}
\newacronym{CAD}{CAD} {Computer-aided design}
\newacronym{STL}{STL} {Surface Tesselation Language}
\newacronym{OpenFOAM}{OpenFOAM} {Open source Field Operation And Manipulation}
\newacronym{SIMPLE}{SIMPLE} {Semi-Implicit Method for Pressure-Linked Equations}
\newacronym{SST}{SST} {Shear Stress Transport}
\newacronym{PDE}{PDE} {partial differential equations}
\newacronym{GCI}{GCI} {grid convergence index}
\newacronym{COST}{COST} {European Cooperation on Science and Technology}
\newacronym[plural=ACRs, firstplural = air change rates (ACRs)]{ACR}{ACR} {air change rate}
\newacronym{R}{$R^2$} {coefficient of determination}
\newacronym{ppm}{ppm} {parts per million}
\newacronym{RNG}{RNG} {Renormalization Group Theory}
\newacronym[plural=NSEs, firstplural = Navier–Stokes equations (NSEs)]{NSE}{NSE} {Navier–Stokes equation}
\newacronym{DIN}{DIN} {Deutsche Industrie Norm}
\newacronym{RE}{RE} {Richardson Extrapolation}
\newacronym[plural=CRs, firstplural = classrooms (CRs)]{CR}{CR} {classroom}
\newacronym{WT}{WT} {wind tunnel}
\newacronym{EES}{EES} {Engineering Equation Solver}
\newacronym{BRAC}{BRAC} {Bangladesh Rural Advancement Committee}
\newacronym{SWERA}{SWERA} {Solar and Wind Energy Resource Assessment}
\newacronym{COMIS}{COMIS} {Conjunction of Multizone Infiltration Specialists}
\newacronym{CONTAM}{CONTAM} {Multizone Airflow and Contaminant Transport Analysis Software}
\newacronym{GAMG}{GAMG} {generalised geometric-algebraic multi-grid}
\newacronym{LDA}{LDA} {laser Doppler anemometer}
\newacronym{MPI}{MPI} {Message Passing Interface}
\newacronym{GFA}{GFA} {gross floor area}
\newacronym{GUI}{GUI} {graphical user interface}
\newacronym{SD}{SD} {standard deviation}
\newacronym{FVM}{FVM} {Finite Volume Method}
\newacronym{LIC}{LIC} {Line Integral Convolution}
%ppm
%Eine Abkürzung mit Glossareintrag
%\newacronym{AD}{AD}{Active Directory\protect\glsadd{glos:AD}}
%%Befehle für Glossar
%\newglossaryentry{glos:AD}{
% name=Active Directory,
% description={Active Directory ist in einem Windows 2000/" "Windows
% Server 2003-Netzwerk}
%}
%\newglossaryentry{glos:AntwD}{name=Antwortdatei, description={Informationen zum
% Installieren einer Anwendung oder des Betriebssystems.}}