This repo has helmholtz and timmes EOS obtained from Frank Timmes coccocubed website, along with a simple EOS having ideal gas and radiation contribution. f2py has been used to construct a python wrapper for above mentioned EOS.
- Tests have been performed using python 3.
- f2py is necessary to build the python module.
- Generate python module using "make"
- Load the module in python scripts and use the subroutines inside. See eos_test.py.