Fluid density profile
Pre-release
Pre-release
- Added a
get_fluid_density
method to thefluid.Fluid
class - calculate the temperature and compression effects on a column of fluid using the method described in SPE 11118. - Added a unit test for the above method to ensure that it returns the same value as calculated in the SPE 11118 example.
- Added
numba
as a dependency to speed up the above method if many points are being calculated. - Bump the minor version number.