Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 673 Bytes

File metadata and controls

11 lines (8 loc) · 673 Bytes

Description

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.

Prerequisites

  • Tests have been performed using python 3.
  • f2py is necessary to build the python module.

Building and running

  • Generate python module using "make"
  • Load the module in python scripts and use the subroutines inside. See eos_test.py.