Skip to content

Commit d03b7ab

Browse files
authored
Merge pull request #524 from gerlero/readme
Update README.md
2 parents 544a1f6 + 38ef21a commit d03b7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Parsing a `volVectorField` with 200k cells.<sup>[1](#benchmark)</sup>
2929

3030
**foamlib** is a Python package designed to simplify and streamline OpenFOAM workflows. It provides:
3131

32-
- **🗄️ Intuitive file handling**: Read and write OpenFOAM configuration and field files as if they were Python dictionaries
32+
- **🗄️ Intuitive file handling**: Read and write OpenFOAM configuration and field files as if they were Python objects
3333
- **⚡ High performance**: Standalone parser supporting both ASCII and binary formats with or without compression
34-
- **🔄 Async operations**: Run multiple cases concurrently with full [`asyncio`](https://docs.python.org/3/library/asyncio.html) support
34+
- **🔄 Async operations**: Run multiple cases in parallel with full [`asyncio`](https://docs.python.org/3/library/asyncio.html) support
3535
- **🎯 Type safety**: A fully typed API for validation and a better development experience
3636
- **⚙️ Workflow automation**: Reduce boilerplate code for pre/post-processing and simulation management
3737
- **🧩 Fully compatible**: Works with OpenFOAM from both [openfoam.com](https://www.openfoam.com/) and [openfoam.org](https://www.openfoam.org/)

0 commit comments

Comments
 (0)