Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pbfhr/mark1/reflector/cht/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fluid.re2 filter=lfs diff=lfs merge=lfs -text
1 change: 0 additions & 1 deletion pbfhr/mark1/reflector/cht/fluid.re2

This file was deleted.

3 changes: 3 additions & 0 deletions pbfhr/mark1/reflector/cht/fluid.re2
Git LFS file not shown
10 changes: 0 additions & 10 deletions pbfhr/mark1/reflector/cht/tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,4 @@
"MOOSE main application."
executable_pattern = 'cardinal*'
[]
[nek_syntax]
type = RunApp
input = nek.i
check_input = true
requirement = "The pbfhr reflector fluid flow input shall not deprecate syntax from the "
"MOOSE main application."
executable_pattern = 'cardinal*'
min_parallel = 16
group = 'large_memory'
[]
[]
1 change: 1 addition & 0 deletions pbfhr/mark1/reflector/conduction/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fluid.re2 filter=lfs diff=lfs merge=lfs -text
1 change: 0 additions & 1 deletion pbfhr/mark1/reflector/conduction/fluid.re2

This file was deleted.

3 changes: 3 additions & 0 deletions pbfhr/mark1/reflector/conduction/fluid.re2
Git LFS file not shown
10 changes: 0 additions & 10 deletions pbfhr/mark1/reflector/conduction/tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,4 @@
"MOOSE main application."
executable_pattern = 'cardinal*'
[]
[nek_syntax]
type = RunApp
input = nek.i
check_input = true
requirement = "The pbfhr reflector fluid flow input shall not deprecate syntax from the "
"MOOSE main application."
executable_pattern = 'cardinal*'
min_parallel = 16
group = 'large_memory'
[]
[]
25 changes: 25 additions & 0 deletions pbfhr/mark1/reflector/hpc_tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[Tests]
[nek]
type = RunApp
working_directory = 'cht'
input = solid.i
cli_args = 'Executioner/num_steps=10'
check_input = true
requirement = "The system shall be able to run a simulation of the reflector of flow in the PBFHR reflector."
executable_pattern = 'cardinal*'
min_parallel = 240
max_time = 3600
[]
[nek_syntax]
type = RunApp
working_directory = 'conduction'
input = solid.i
cli_args = 'Executioner/num_steps=10'
check_input = true
executable_pattern = 'cardinal*'
min_parallel = 240
max_time = 3600
hpc_mem_per_cpu = 6G
requirement = "The system shall be able to run a simulation of the reflector of heat conduction in the PBFHR reflector."
[]
[]