You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ _Loading a_ volVectorField _with one million cells_<sup>[1](#benchmark)</sup>
33
33
**foamlib** is a Python package designed to simplify and streamline OpenFOAM workflows. It provides:
34
34
35
35
-**🗄️ Effortless file handling**: Read and write OpenFOAM configuration and field files via intuitive `dict`-like Python classes
36
-
-**⚡ High performance**: Powered by our _FoamFile_ parser with seamless support for both ASCII and binary formats with or without compression
36
+
-**⚡ High performance**: Powered by our custom parser with seamless support for both ASCII and binary formats with or without compression
37
37
-**🔄 Async support**: Run exactly as many cases in parallel as your hardware can handle with **foamlib**'s [`asyncio`](https://docs.python.org/3/library/asyncio.html) integration
38
38
-**🎯 Type safety**: A rigorously typed API for the best coding experience
39
39
-**⚙️ Workflow automation**: Reduce boilerplate code for pre/post-processing and simulation management
0 commit comments