Code Monkey home page Code Monkey logo

cubiceosdatabase.jl's Introduction

CubicEoSDatabase.jl

documetation here Code Style: Blue

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.

cubiceosdatabase.jl's People

Contributors

stepanzh avatar vvpisarev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cubiceosdatabase.jl's Issues

Wrong show method

julia> db = CubicEoSDatabase.Data.brusilovsky_mix()
typename(MixtureDatabase)("/Users/stepanzh/.julia/packages/CubicEoSDatabase/tARqf/data/eos/mix/brusilovsky.csv")

julia> typeof(db)
MixtureDatabase{String, NTuple{5, Symbol}, Matrix{Any}}

typename(MixtureDatabase) - weird guy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.