Skip to content

Commit 5257140

Browse files
Create README.md for shell and tube heat exchanger problem
1 parent fefb8f9 commit 5257140

File tree

1 file changed

+13
-0
lines changed
  • test/tests/multiapps/shell_tube_heat_exchanger

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Shell and tube heat exchanger
2+
3+
Here we solve the preCICE [shell and tube heat exchanger](https://precice.org/tutorials-heat-exchanger.html) problem using Hippo.
4+
5+
![Shell and tube heat exchanger](https://precice.org/images/tutorials-heat-exchanger-visualization.png)
6+
7+
The fluid and solid meshes are copied from the tutorial with the solid mesh already converted to the Exodus II format for MOOSE. The case is run using FFTB (heat flux from fluid to solid, wall temperature from solid to fluid) coupling, meaning the solid is run transient. To speed up convergence, the $c_p$ is decreased initially.
8+
9+
`download-meshes.sh` shell script downloads and decompresses the OpenFOAM meshes, while `prep.sh` takes command line arguments to set the write interval and end time of the simulations.
10+
11+
There are two tests:
12+
- **Short test:** run for 10 seconds as part of normal CI pipeline
13+
- **Heavy test:** run for full 500 seconds and can be activated using the `--heavy` option for the `run_tests` executable.

0 commit comments

Comments
 (0)