Skip to content

chicolucio/ideal_gases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideal gas 3D plot

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

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:

python ideal_gases.py

An animation like the one in this readme will be generated.

See the tutorial file 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

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