Commit c612429
Fix GRCBC subsonic inflow using wrong L index
In the GRCBC subsonic inflow loop (do i = 2, momxb), L(2) was
hardcoded instead of L(i), causing only the second wave amplitude
to be updated rather than each wave amplitude in the loop.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b001f0d commit c612429
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| |||
0 commit comments