Skip to content

Commit 1e74a60

Browse files
authored
Body Forces Bug Fix (#920)
1 parent 6f58eec commit 1e74a60

File tree

17 files changed

+272
-273
lines changed

17 files changed

+272
-273
lines changed

examples/2D_rayleigh_taylor/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Rayleigh-Taylor Instability (2D)
22

33
## Final Condition and Linear Theory
4-
<img src='final_condition.png' height='MAX_HEIGHT'/>
5-
<img src='linear_theory.png' height='MAX_HEIGHT'/>
4+
<img src='result.png' height='MAX_HEIGHT'/>
-74.1 KB
Binary file not shown.
-41 KB
Binary file not shown.
37.6 KB
Loading

src/simulation/m_body_forces.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ contains
9898
!! so the system can be advanced in time
9999
!! @param q_cons_vf Conservative variables
100100
!! @param q_prim_vf Primitive variables
101-
subroutine s_compute_body_forces_rhs(q_cons_vf, q_prim_vf, rhs_vf)
101+
subroutine s_compute_body_forces_rhs(q_prim_vf, q_cons_vf, rhs_vf)
102102

103103
type(scalar_field), dimension(sys_size), intent(in) :: q_prim_vf
104104
type(scalar_field), dimension(sys_size), intent(in) :: q_cons_vf

tests/10041BB7/golden-metadata.txt

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/10041BB7/golden.txt

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/121D4ECA/golden-metadata.txt

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/121D4ECA/golden.txt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)