Skip to content

Commit 1672e89

Browse files
committed
Add missing review changes supposed to be part of #223
1 parent 4085a8e commit 1672e89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

partitioned-heat-conduction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Running this tutorial with OpenFOAM is a bit of a challenge and requires some sp
3535

3636
* First of all, OpenFOAM does not provide a Laplace solver with a non-zero right-hand side. Therefore, we provide a modified Laplace solver together with the tutorial, which needs to be compiled before running the tutorial. The solver can be compiled by executing `wmake` in the solver directory `./openfoam-solver/`. The generated executable will be stored in the `FOAM_USER_APPBIN` by default. Afterwards, the custom solver `heatTransfer` can be started from the respective OpenFOAM case directory, as usual.
3737

38-
* The second challenge is given by the time- and space-dependent Dirichlet boundary conditions required for domain boundaries not belonging to the interface. For this purpose, a valid installation of `groovyBC` (part of `swak4Foam`) is required.
38+
* The second challenge is given by the time- and space-dependent Dirichlet boundary conditions required for domain boundaries not belonging to the interface. For this purpose, a valid installation of `groovyBC` (part of [`swak4Foam`](https://openfoamwiki.net/index.php/Contrib/swak4Foam)) is required.
3939

4040
* The third challenge is given by the space-dependent initial conditions. We use `funkySetFields` (installed with OpenFOAM) to evaluate the initial condition. You can directly execute the `./run.sh` script, which calls the `setInitialField.sh` in order to evaluate the required initial condition and store it in the `0` directory. Note that `run.sh` deletes the `0` time directory and copies it again from `0.orig`. If you start modifying the initial or boundary conditions, make sure you modify the files located in the `0.orig` directory in combination with the default `run.sh` scripts.
4141

partitioned-heat-conduction/openfoam-dirichlet/clean.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ set -e -u
44
. ../../tools/cleaning-tools.sh
55

66
clean_openfoam .
7+
rm -rfv 0

partitioned-heat-conduction/openfoam-neumann/clean.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ set -e -u
44
. ../../tools/cleaning-tools.sh
55

66
clean_openfoam .
7+
rm -rfv 0

0 commit comments

Comments
 (0)