https://github.com/petebachant/foampy
A Python package for working with OpenFOAM.
https://github.com/petebachant/foampy
cfd openfoam
Last synced: about 1 year ago
JSON representation
A Python package for working with OpenFOAM.
- Host: GitHub
- URL: https://github.com/petebachant/foampy
- Owner: petebachant
- License: mit
- Created: 2014-07-04T15:58:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T01:24:52.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:07:40.026Z (about 1 year ago)
- Topics: cfd, openfoam
- Language: Python
- Homepage:
- Size: 1.73 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foamPy
A Python package for working with OpenFOAM--not to be confused
with PyFoam. Basically, this is a collection of useful functions and scripts
I have written and want to have available for the sake of reproducibility.
## Installation
### With `pip`
pip install foampy
### From source
Clone this repository, and in this directory run
python setup.py install
## Usage
### Assessing the progress of an OpenFOAM run
In a case directory, run
foampy-progress
For a PyQt GUI progress bar run
foampy-progress-gui
## Development
To run tests, execute
pytest