CubicEoSDatabase.jl

Loading parameters of cubic equations of state from plain text.

MIT License

Stars
2
Committers
2

CubicEoSDatabase.jl

Loading parameters of equations of state from plain text.

The package provides interface to separated-values files describing parameters for cubic equations of state. The package is free of third-party text parsers like CSV.jl.

Currently, the most described equation of state is Brusilovsky's (general) equation of state [Brusilovsky SPE Reservoir Engineering 1992], which is easily transformed into common-known Peng-Robinson or Soave-Redlich-Kwong equations. Originally, the package is aimed at modelling pure alkanes and its mixtures.

Package's documentation is available here.

The package comes with Out-of-box database of gas properties and eos parameters. For a quick preview of embedded substances see this. The database can be accessed from CubicEoSDatabase.Data submodule. See help?> CubicEoSDatabase.Data.

For minimal working examples see test/example.jl.

Installing

  1. Go to Julia REPL;
  2. Activate packager mode (press ]);
  3. Run (v1.6) pkg> add CubicEosDatabase.

After installing you can test package by (v1.6) pkg> test CubicEoSDatabase.

Package Rankings
Top 40.12% on Juliahub.com
Badges
Extracted from project README
documetation here Code Style: Blue
Related Projects