Skip to content

Commit

Permalink
Compile successful physics test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad authored and cticenhour committed Sep 28, 2019
1 parent 201c7ec commit f6836b7
Show file tree
Hide file tree
Showing 9 changed files with 1,014 additions and 0 deletions.
501 changes: 501 additions & 0 deletions test/tests/physics/cold-twice-around-no-surface-tension.i

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
499 changes: 499 additions & 0 deletions test/tests/physics/hot-once-around-no-surface-tension.i

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions test/tests/physics/tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Tests]
[cold]
type = Exodiff
input = 'cold-twice-around-no-surface-tension.i'
exodiff = 'cold-twice-around-no-surface-tension_exodus.e cold-twice-around-no-surface-tension_exodus.e-s002 cold-twice-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Executioner/num_steps=3'
[]
[hot]
type = Exodiff
input = 'hot-once-around-no-surface-tension.i'
exodiff = 'hot-once-around-no-surface-tension_exodus.e hot-once-around-no-surface-tension_exodus.e-s002 hot-once-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Mesh/nx=4 Mesh/ny=4 Mesh/nz=4 Executioner/num_steps=3'
[]
[]

0 comments on commit f6836b7

Please sign in to comment.