Skip to content

Fluid density profile

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonnymaserati jonnymaserati released this 18 Apr 11:34
· 298 commits to main since this release
54c4eee
  • Added a get_fluid_density method to the fluid.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.