From b92852cfe9ee89be35678f8602fd3f931de89200 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 11 Feb 2022 09:56:19 +0100 Subject: [PATCH] Partitioned heat conduction docs: Add OpenFOAM (#263) --- partitioned-heat-conduction/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/partitioned-heat-conduction/README.md b/partitioned-heat-conduction/README.md index e350fdf4a..118cfa4f6 100644 --- a/partitioned-heat-conduction/README.md +++ b/partitioned-heat-conduction/README.md @@ -29,6 +29,8 @@ You can either couple a solver with itself or different solvers with each other. * Nutils. Install [Nutils](http://www.nutils.org/en/latest/). +* OpenFOAM. This case also requires [funkySetFields](https://openfoamwiki.net/index.php/Contrib/funkySetFields) (part of [swak4Foam](https://openfoamwiki.net/index.php/Contrib/swak4Foam)) and uses the custom [heatTransfer](https://github.com/precice/tutorials/blob/master/partitioned-heat-conduction/openfoam-solver/heatTransfer.C) solver (find it in `openfoam-solver` and build with `wmake`). Read more details in the [OpenFOAM adapter](https://precice.org/adapter-openfoam-overview.html). + ## Running the simulation This tutorial is for FEniCS and Nutils. You can find the corresponding `run.sh` script in the folders `fenics` and `nutils`.