-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path2dboxmultR.rea
178 lines (178 loc) · 9.42 KB
/
2dboxmultR.rea
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
****** PARAMETERS *****
2.610000 NEKTON VERSION
2 DIMENSIONAL RUN
118 PARAMETERS FOLLOW
0.299792E+18 1: x CSPEED The speed of light, in m/s.
0.885420E-20 2: x PERMIT Vacuum permittivity (\epsilon_0)
0.125660E-14 3: x PERMEA Vacuum permeability (\mu_0)
1 4: x IFTE (1), IFTM (2)
30 5: x IFMAXWELL=0,1,2,...;IFSCHROD=10,11,...; IFDRIFT=20,21,....,29(DG); IFDRIFT=30(w/o exciton),31(w/ exciton),39(SEM);
1 6: x source turn on(1); turn off(0)
1 7: x inhomogeneous boundary turn on (1)
3 8: x # of field (default=0)
0 9: ---
1e20 10: x FINTIME: Final Time
10 11: x NSTEPS: Total # of timesteps
-0.01 12: x DT: Timestep Size with (-), eg. -0.05; CFL number with (+), eg, CFL=0.2,0.3,0.4
100000 13: x IOCOMM : Print statement at every IOCOMM step
0.000000E+00 14: x OPTIONS: number of periods (nano)
1000000 15: x IOSTEP : Produce outputs at every IOSTEP
1 16: x IFSOL: 1 (solution assgined), 0 (if not)
-1 17: x Timestep: 10(EIG),0 or 45(RK45),44(rk44),33(rk33),22(rk22), 1(EXP), -1(BDF1), -2(BDF2)
0 18: x Filter: 0 (no filter), 1 (turn on filter), Dealias: -1 (turn on dealias)
0 19: x FLUXES: 0 (upwind flux), 1 (central flux)
5.00000 20: x ORDER (MESH): positive value
3 21: x define poisson solver --> GMRES(1), CG(2), GMRES-SEMG(3); negative sign w/ projection GMRES(-1), CG(-2), GMRES-SEMG(-3)
1.E-12 22: x tolerance : (GMRES, CG, GMRES-SEMG)
1 23: x preconditioner : FDM for CG(1)
2 24: x define unsteady time dependent solver --> GMRES(1), CG(2); negative sign w/ projection GMRES(-1), CG(-2)
0 25: x drift-diffusion GFDM (global fast diagonalization): GFDMDD (1)
0 26: ---
3.00000 27: x TORDER
0.000000E+00 28: x TMESH
0.000000E+00 29: ---
0.000000E+00 30: ---
0.000000E+00 31: ---
0.000000E+00 32: ---
0 33: ---
0 34: ---
0 35: ---
0 36: ---
0 37: ---
0.000000E+00 38: ---
0.000000E+00 39: ---
0.000000E+00 40: ---
0.000000E+00 41: ---
0.000000E+00 42: ---
0 43: ---
0.000000E+00 44: ---
0.000000E+00 45: ---
0.000000E+00 46: ---
0.000000E+00 47: ---
0.000000E+00 48: ---
0.140000 49: ---
0.000000E+00 50: ---
0.000000E+00 51: ---
0.000000E+00 52: ---
0.000000E+00 53: ---
0.000000E+00 54: ---
0.000000E+00 55: ---
0.000000E+00 56: ---
0 57: ---
0 58: ---
0 59: ---
0 60: ---
0 61: ---
0 62: ---
0 63: ---
0 64: ---
0 65: ---
0 66: ---
0 67: ---
0 68: ---
0 69: ---
0 70: ---
0 71: ---
0 72: ---
0 73: ---
0 74: ---
0 75: ---
0 76: ---
1.000000E+00 77: x PMLTHICK : thickness of the PML in levels
2.000000E+00 78: x PMLORDER : polynomial order of the grading of the PML parameter sigma
1.000000E-05 79: x PMLREFERR : PML reflection error
4 80: x I/O: total (exact) number of output fields: currently default=4
4 81: x I/O: 0 (no output), 1 (fld),2 (posix ascii),3 (posix binary), 4,5, (coIO), 6,-6,8 (rbIO)
1 82: x I/O: the number of outputfiles per timestep
0 83: x I/O: frequency of restart output files, 0 (no restart output), #nn (iostep*nn)
0 84: x RESTART (should be 0 for non-mpi run): invoked with dump_number from the name of the restarting output file
0 85: x computation trace active if positive number
0 86: x io trace active if positive number
0 87: x I/O: "1" on BGP ;if >0, write/read restart files in float; if 0 (=default), double
0 88: ---
0 89: ---
0 90: ---
0 91: ---
0 92: ---
0 93: x ifdielec 0: false 1: true
0 94: x ific 0: false 1: true
0 95: x ifpoisson 0: false 1: true
0 96: ---
0 97: --- x ifarpack 0: false 1: true
0 98: ---
0 99: ---
0 100: x 0: default, 1: ifscat, 2: ifsftf
0 101: x ifdrude 0: false 1: true
0 102: ---
0 103: ---
0 104: ???
0 105: ???
0 106: ???
0 107: ???
0 108: ???
0 109: ???
0 110: ???
0 111: ???
0 112: ???
0 113: ???
0 114: ???
0 115: ???
8 116: ???
8 117: ???
8 118: ???
4 Lines of passive scalar data follows2 CONDUCT; 2RHOCP
1.00000 1.00000 1.00000 1.00000 1.00000
1.00000 1.00000 1.00000 1.00000
1.00000 1.00000 1.00000 1.00000 1.00000
1.00000 1.00000 1.00000 1.00000
13 LOGICAL SWITCHES FOLLOW
F 1: IFFLOW
T 2: IFHEAT
T 3: IFTRAN
F 4: IFSRC
T 5: IFCENTRAL
F 6: IFUPWIND
F 7: IFTM (2D only)
T 8: IFTE (2D only)
F 9: IFDEALIAS
F 10: IFRK4
T 11: IFEXP
F 12: IFEIG
F 13: IFNM
9.23077 9.23077 -4.38462 -5.30769 XFAC,YFAC,XZERO,YZERO
**MESH DATA** 1st line is X of corner 1,2,3,4. 2nd line is Y.
9 -2 9 NEL,NDIM,NELV
2dboxmultR.box
0 PRESOLVE/RESTART OPTIONS *****
7 INITIAL CONDITIONS *****
C Default
C Default
C Default
C Default
C Default
C Default
C Default
***** DRIVE FORCE DATA ***** BODY FORCE, FLOW, Q
4 Lines of Drive force data follow
C
C
C
C
***** Variable Property Data ***** Overrrides Parameter data.
1 Lines follow.
0 PACKETS OF DATA FOLLOW
***** HISTORY AND INTEGRAL DATA *****
0 POINTS. Hcode, I,J,H,IEL
***** OUTPUT FIELD SPECIFICATION *****
6 SPECIFICATIONS FOLLOW
F COORDINATES
F VELOCITY
F PRESSURE
T TEMPERATURE
F TEMPERATURE GRADIENT
0 PASSIVE SCALARS
***** OBJECT SPECIFICATION *****
0 Surface Objects
0 Volume Objects
0 Edge Objects
0 Point Objects