Skip to content

Commit

Permalink
also test pressure and velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Sep 7, 2023
1 parent 5148230 commit 9542218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def test_cavity_2d(n_proc):
@pytest.mark.parametrize("n_proc", procs)
def test_ale_3d_pipe(n_proc):
folder = os.path.join("cases", "ale_3d_pipe")
field = ["Displacement"]
fields = ["Displacement", "Pressure", "Velocity"]
t_max = 5
name_inp = "svFSI.xml"
name_ref = "result_" + str(t_max).zfill(3) + ".vtu"
run_with_reference(folder, name_inp, name_ref, field, t_max, n_proc)
run_with_reference(folder, name_inp, name_ref, fields, t_max, n_proc)

0 comments on commit 9542218

Please sign in to comment.