Skip to content

Commit

Permalink
Delete print fh_kappa
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreehari Perumanath committed Apr 5, 2024
1 parent 39793bb commit ba1898e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exec/multispec/AdvanceTimestepBousq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,6 @@ if (use_ice_nucleation ==0){
ComputeDivFHReversibleStress(div_reversible_stress,phitot_new,phi_new,geom);

MultiFab::Copy(phi_old,phi_new,0,0,nspecies,0);
amrex::Print() << "fh_kappa " << fh_kappa(0,0)*rhobar[0]*k_B*T_init[0]/monomer_mass<<"\n";
amrex::Print() << "fh_kappa " << fh_kappa(1,0)*rhobar[0]*k_B*T_init[0]/monomer_mass<<"\n";
amrex::Print() << "fh_kappa " << fh_kappa(0,1)*rhobar[0]*k_B*T_init[0]/monomer_mass<<"\n";
amrex::Print() << "fh_kappa " << fh_kappa(1,1)*rhobar[0]*k_B*T_init[0]/monomer_mass<<"\n";

amrex::Print() << "Advanced phi (phi1_avg = " << phi_new.sum(0)/(n_cells[0]*n_cells[1]
#if (AMREX_SPACEDIM == 3)
Expand Down

0 comments on commit ba1898e

Please sign in to comment.