An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ideal gas 3D plot

A simple script to plot pressure *vs* temperature *vs* volume for an ideal gas.

![Animation gif](animation.gif)

## 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