File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -247,10 +247,14 @@ bool output(const Neutrals &neutrals,
247
247
" Heating from Chemistry" ,
248
248
" K/s" ,
249
249
neutrals.heating_chemical_scgc );
250
- AllOutputContainers[iOutput].store_variable (" Heating_Collisions " ,
251
- " Heating from Ion Neutral Collisions" ,
250
+ AllOutputContainers[iOutput].store_variable (" Heating_Transfer " ,
251
+ " Heating from Ti- Tn Ion Neutral Collisions" ,
252
252
" K/s" ,
253
- neutrals.heating_ion_collisions_scgc );
253
+ neutrals.heating_ion_heat_transfer_scgc );
254
+ AllOutputContainers[iOutput].store_variable (" Heating_Ion_Friction" ,
255
+ " Heating from Friction Ion Neutral Collisions" ,
256
+ " K/s" ,
257
+ neutrals.heating_ion_friction_scgc );
254
258
AllOutputContainers[iOutput].store_variable (" Conduction" ,
255
259
" Conduction" ,
256
260
" K/s" ,
@@ -297,9 +301,6 @@ bool output(const Neutrals &neutrals,
297
301
if (type_output == " bfield" )
298
302
filename = " 3DBFI_" ;
299
303
300
- if (type_output == " moment" )
301
- filename = " 3DMMT_" ;
302
-
303
304
if (type_output == " gravity" )
304
305
filename = " 3DGRA_" ;
305
306
You can’t perform that action at this time.
0 commit comments