Skip to content

Commit 4649a89

Browse files
committed
Update comments regarding renaming openfoam-solver to solver-openfoam
Leftovers from #459
1 parent a688fa7 commit 4649a89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

partitioned-heat-conduction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can either couple a solver with itself or different solvers with each other.
2929

3030
* Nutils. Install [Nutils](https://nutils.org/install-nutils.html).
3131

32-
* 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).
32+
* 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/solver-openfoam/heatTransfer.C) solver (find it in `solver-openfoam` and build with `wmake`). Read more details in the [OpenFOAM adapter](https://precice.org/adapter-openfoam-overview.html).
3333

3434
## Running the simulation
3535

partitioned-heat-conduction/dirichlet-openfoam/system/controlDict

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FoamFile
77
}
88

99
// Make sure you build the solver located
10-
// in ../../openfoam-solver/ before running
10+
// in ../../solver-openfoam/ before running
1111
// the case
1212
application heatTransfer;
1313

partitioned-heat-conduction/neumann-openfoam/system/controlDict

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FoamFile
77
}
88

99
// Make sure you build the solver located
10-
// in ../../openfoam-solver/ before running
10+
// in ../../solver-openfoam/ before running
1111
// the case
1212
application heatTransfer;
1313

0 commit comments

Comments
 (0)