Create test for shell and tube heat exchanger problem#55
Create test for shell and tube heat exchanger problem#55mattfalcone1997 merged 16 commits intoaurora-multiphysics:mainfrom
Conversation
2ce5aa9 to
93054ee
Compare
b71908b to
3588d42
Compare
09a7505 to
c9229c9
Compare
|
For the moment, I have made the test run in serial. There seems to be some non-deterministic behaviour meaning it fails in parallel. I have opened a new issue for that #61 and recommend merging this as is. Once the non-determinism is resolved, we can update the tests. |
|
Do you know why there are changes in |
I just wanted the parallel and serial test to be the exact same, other than running in serial and parallel. I do not believe it makes any significant difference to the results. |
k-collie
left a comment
There was a problem hiding this comment.
Still checking but these are the things we just discussed
...ems/foam_problem/copies_values_from_openfoam_boundary/buoyantFoam_serial/buoyantCavity/0/nut
Show resolved
Hide resolved
|
I've updated the test to use an end time of 10 and simplified the |
k-collie
left a comment
There was a problem hiding this comment.
Some more comments, still going
test/tests/multiapps/shell_tube_heat_exchanger/fluid_inner/clean.sh
Outdated
Show resolved
Hide resolved
test/tests/multiapps/shell_tube_heat_exchanger/fluid_inner/run.sh
Outdated
Show resolved
Hide resolved
test/tests/multiapps/shell_tube_heat_exchanger/fluid_outer/clean.sh
Outdated
Show resolved
Hide resolved
test/tests/multiapps/shell_tube_heat_exchanger/fluid_outer/run.sh
Outdated
Show resolved
Hide resolved
...s/foam_problem/copies_values_from_openfoam_boundary/buoyantFoam_serial/buoyantCavity/0/p_rgh
Show resolved
Hide resolved
test/tests/multiapps/shell_tube_heat_exchanger/fluid_outer/Allclean
Outdated
Show resolved
Hide resolved
k-collie
left a comment
There was a problem hiding this comment.
Great job getting this working. Thanks for putting up with my review 😆
|
Your feedback made it better! |
Summary
Creates regression test and example for shell and tube heat exchanger problem. The simulation lasts 500 seconds, but for the regression test this is reduced to 10 seconds.
Related Issue
Resolves #25
Checklist