File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ std::string get_filename_from_type(std::string type_output) {
41
41
if (type_output == " therm" )
42
42
filename = " 3DTH" ;
43
43
44
+ if (type_output == " test" )
45
+ filename = " 3DTE" ;
46
+
44
47
return filename;
45
48
46
49
}
@@ -153,7 +156,6 @@ bool output(const Neutrals &neutrals,
153
156
store_variable (" density_" + neutrals.species [iSpecies].cName ,
154
157
neutrals.density_unit ,
155
158
neutrals.species [iSpecies].density_scgc );
156
-
157
159
// Neutral Temperature:
158
160
if (type_output == " neutrals" ||
159
161
type_output == " states" )
@@ -322,6 +324,13 @@ bool output(const Neutrals &neutrals,
322
324
grid.cent_acc_vcgc [2 ]);
323
325
}
324
326
327
+ // Neutral Temperature:
328
+ if (type_output == " test" )
329
+ AllOutputContainers[iOutput].
330
+ store_variable (" test_grid" ,
331
+ " none" ,
332
+ grid.test_scgc );
333
+
325
334
// ------------------------------------------------------------
326
335
// Set output file names
327
336
You can’t perform that action at this time.
0 commit comments