Skip to content

Commit

Permalink
Update comments regarding renaming openfoam-solver to solver-openfoam
Browse files Browse the repository at this point in the history
Leftovers from #459
  • Loading branch information
MakisH committed Mar 25, 2024
1 parent a688fa7 commit 4649a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion partitioned-heat-conduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can either couple a solver with itself or different solvers with each other.

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

* 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).
* 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).

## Running the simulation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FoamFile
}

// Make sure you build the solver located
// in ../../openfoam-solver/ before running
// in ../../solver-openfoam/ before running
// the case
application heatTransfer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FoamFile
}

// Make sure you build the solver located
// in ../../openfoam-solver/ before running
// in ../../solver-openfoam/ before running
// the case
application heatTransfer;

Expand Down

0 comments on commit 4649a89

Please sign in to comment.