Skip to content

Commit

Permalink
Print T, M_phi in main_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreehari Perumanath committed Apr 9, 2024
1 parent ba1898e commit c2b19be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exec/multispec/main_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ void main_driver(const char* argv)
/***/
MultiFab phi_new (ba, dmap, nspecies, ng_s);
MultiFab phitot_new (ba, dmap, 1 , ng_s);
amrex::Print() << "===============================\n";
amrex::Print() << "Temperature:\t" << T_init[0] <<" K\n";
amrex::Print() << "M_phi:\t\t" << M_phi <<" cm^2/(dyne.s)\n";
amrex::Print() << "===============================\n";

//MultiFab local_MobScale (ba, dmap, 1 , 0);
//local_MobScale.setVal(1.0); // Change this near to wall BC
/////////////////////////////////////////
Expand Down

0 comments on commit c2b19be

Please sign in to comment.