A simple script to plot pressure vs temperature vs volume for an ideal gas.
Just clone or download this repo. This is not a package (yet, maybe someday :-))
You can run a sample via command line from the project folder after cloning this repo:
python ideal_gases.py
An animation like the one in this readme will be generated.
See the tutorial file for more usage examples.
This project relies mainly on SciPy, Matplotlib and numpy.
All contributions are welcome.
Issues
Feel free to submit issues regarding:
- recommendations
- more examples for the tutorial
- enhancement requests and new useful features
- code bugs
Pull requests
- before starting to work on your pull request, please submit an issue first
- fork the repo
- clone the project to your own machine
- commit changes to your own branch
- push your work back up to your fork
- submit a pull request so that your changes can be reviewed
MIT, see LICENSE
If you use this project in a scientific publication or in classes, please consider citing as
F. L. S. Bustamante, Ideal gas - Plotting PVT surfaces, 2020 - Available at: https://github.com/chicolucio/ideal_gases