https://github.com/chicolucio/ideal_gases
A simple script to plot volume X temperature X pressure for ideal gases
https://github.com/chicolucio/ideal_gases
animation chemistry educational-project fisica gas ideal-gas matplotlib matplotlib-animation physical-chemistry quimica science
Last synced: 3 months ago
JSON representation
A simple script to plot volume X temperature X pressure for ideal gases
- Host: GitHub
- URL: https://github.com/chicolucio/ideal_gases
- Owner: chicolucio
- License: mit
- Created: 2020-01-13T00:33:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T00:51:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T17:41:25.428Z (9 months ago)
- Topics: animation, chemistry, educational-project, fisica, gas, ideal-gas, matplotlib, matplotlib-animation, physical-chemistry, quimica, science
- Language: Jupyter Notebook
- Size: 4.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ideal gas 3D plot
A simple script to plot pressure *vs* temperature *vs* volume for an ideal gas.

## Installation
Just clone or download this repo. This is not a package (yet, maybe someday :-))
## Usage
You can run a sample via command line from the project folder after cloning this repo:
```bash
python ideal_gases.py
```An animation like the one in this readme will be generated.
See the [tutorial file](tutorial.ipynb) for more usage examples.
## Under the hood - requirements
This project relies mainly on SciPy, Matplotlib and numpy.
## Contributing
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## License
MIT, see [LICENSE](LICENSE)
## Citing
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