Skip to content

Commit

Permalink
vf missing in tke
Browse files Browse the repository at this point in the history
  • Loading branch information
hgopalan committed Jan 5, 2025
1 parent afeede7 commit b4cb542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/equation_systems/tke/source_terms/KransAxell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void KransAxell::operator()(
1.0 / dt * (tke_arr(i, j, k) - ref_tke);
src_term(i, j, k) +=
drag_arr(i, j, k) * terrainforcing +
blank_arr(i, j, k) * dragforcing -
blank_arr(i, j, k) * vf_arr(i,j,k) dragforcing -
static_cast<int>(has_terrain) * sponge_forcing;
;
});
Expand Down

0 comments on commit b4cb542

Please sign in to comment.