File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments