Skip to content

Commit

Permalink
Mobility scale array
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreehari Perumanath committed Mar 21, 2024
1 parent d2fc679 commit d2721f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src_multispec/InitialProjection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ void InitialProjection(std::array< MultiFab, AMREX_SPACEDIM >& umac,
if (variance_coef_mass != 0. && algorithm_type != 6) {
sMassFlux.fillMassStochastic();
}


if (use_ice_nucleation ==0) {
ComputeMassFluxdiv(rho,rhotot,Temp,diff_mass_fluxdiv,stoch_mass_fluxdiv,
diff_mass_flux,stoch_mass_flux,sMassFlux,dt_eff,time,geom,weights,
charge_old,grad_Epot_old,Epot,permittivity);

}
// assumble total fluxes to be used in reservoirs
//
//
Expand Down

0 comments on commit d2721f8

Please sign in to comment.