Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Feb 18, 2025
1 parent 59325aa commit d8460be
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 @@ -821,6 +821,9 @@ void main_driver(const char* argv)
surfCov_has_multiple_cells = 0;
}
} else {
// for full 3D simulations if n_cells=1 in both of the non-ads_wall_dir directions
// the surface coverage is only a single cell
// so don't take structure factors
if (n_cells[(ads_wall_dir+1)%3] == 1 && n_cells[(ads_wall_dir+2)%3] == 1) {
surfCov_has_multiple_cells = 0;
}
Expand Down

0 comments on commit d8460be

Please sign in to comment.