Skip to content

Commit

Permalink
recompute transport coeff. when restarting for turbulent FFTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Srivastava committed Nov 3, 2023
1 parent 124e761 commit 37bd3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src_compressible_stag/main_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,9 @@ void main_driver(const char* argv)
RK3stepStag(cu, cumom, prim, vel, source, eta, zeta, kappa, chi, D,
faceflux, edgeflux_x, edgeflux_y, edgeflux_z, cenflux, ranchem, geom, dt, step, turbforce);
}
else {
calculateTransportCoeffs(prim, eta, zeta, kappa, chi, D);
}

// update surface chemistry (via either surfchem_mui or MFsurfchem)
#if defined(MUI) || defined(USE_AMREX_MPMD)
Expand Down

0 comments on commit 37bd3c3

Please sign in to comment.