Skip to content

Commit

Permalink
Fix some outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Apr 15, 2024
1 parent 0145fc2 commit b1c00f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/incflo_apply_predictor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ using namespace amrex;
// else
// conv_u = - del dot (rho u u)
// conv_r = - div( u rho )
// conv_t = - div( u trac )
// if (m_iconserv_tracer) then
// conv_t = - div( u trac )
// else
// conv_t = - u dot grad trac
// eta_old = visosity at m_cur_time
// if (m_diff_type == DiffusionType::Explicit)
// divtau _old = div( eta ( (grad u) + (grad u)^T ) ) / rho^n
Expand Down Expand Up @@ -168,7 +171,6 @@ void incflo::ApplyPredictor (bool incremental_projection)
// Compute the explicit advective terms R_u^(n+1/2), R_s^(n+1/2) and R_t^(n+1/2)
// if (advection_type == "MOL" )
// Compute the explicit advective terms R_u^n , R_s^n and R_t^n
// Note that "get_conv_tracer_old" returns div(rho u tracer)
// *************************************************************************************
compute_convective_term(get_conv_velocity_old(), get_conv_density_old(), get_conv_tracer_old(),
get_velocity_old_const(), get_density_old_const(), get_tracer_old_const(),
Expand Down

0 comments on commit b1c00f7

Please sign in to comment.