Skip to content

Commit 1cafd2e

Browse files
committed
Minor updates to the README.md
1 parent 5ad5fec commit 1cafd2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
### What is this? ###
44

5-
This section contains OpenFOAM code and tutorials that show how to use Python interpreters to interact with OpenFOAM via pythonPal. pythonPal offers Python support and interoperability between the C++/Python data based on the pybind11 library [1]. The code in this repository is based on OpenFOAM-9, however, as noted below, the procedures are expected to compile with similar versions and forks of OpenFOAM.
5+
This repository contains OpenFOAM code and tutorials that show how to use Python interpreters to interact with OpenFOAM via pythonPal. pythonPal offers Python support and interoperability between the C++/Python data based on the pybind11 library [1]. The code in this repository is based on OpenFOAM-9, however, as noted below, the procedures are expected to compile with similar versions and forks of OpenFOAM.
66

7-
### [Manual approach] How do I get set up? ###
7+
### How do I get set up? ###
88

99
In addition to an installation of OpenFOAM-9, a Python installation is required. The following libraries are required to run the tutorials:
1010

@@ -33,13 +33,13 @@ Once those environment variables have been defined, the OpenFOAM code included i
3333

3434
./Allwmake
3535

36-
If the Allwmake script gives the error “libpython or lpython not found” then please manually update the LD_LIBRARY_PATH environment variable with "export LD_LIBRARY_PATH=$PYBIND11_LIB_DIR:$LD_LIBRARY_PATH” and run the “./Allwmake” command again.
36+
If the Allwmake script gives the error “libpython or lpython not found”, then please manually update the LD_LIBRARY_PATH environment variable with "export LD_LIBRARY_PATH=$PYBIND11_LIB_DIR:$LD_LIBRARY_PATH” and run the “./Allwmake” command again.
3737

3838
This will install:
3939

4040
**./applications/solvers/**:
4141

42-
* pythonPalIcoFoam: This is a version of icoFoam that, once the simulation has converged, passes the velocity field to Python where the specific kinetic energy (k) is calculated. Then, OpenFOAM prints the k field.
42+
* pythonPalIcoFoam: This is a version of icoFoam that, once the simulation has converged, passes the velocity field to Python, where the specific kinetic energy (k) is calculated. Then, OpenFOAM prints the k field.
4343

4444
### How do I run the cases? ###
4545

@@ -66,7 +66,7 @@ If desired, the user can make the small changes required to get the cases to wor
6666
Simon Rodriguez
6767
simon.rodriguezluzardo@ucdconnect.ie
6868
https://www.linkedin.com/in/simonrodriguezl/
69-
69+
7070
Philip Cardiff
7171
philip.cardiff@ucd.ie
7272
https://www.linkedin.com/in/philipcardiff/

0 commit comments

Comments
 (0)