Compressibility Factor Calculator (exact)

This is a compressibility factor calculating algorithm using Kapuno's algorithm.
ダウンロード: 408
更新 2016/10/19

ライセンスの表示

Calculates compressibility factor (Z) of gas at a given temperature and pressure. Calculated by Van der Waals equation of state, using the algorithm given in Programming for Chemical Engineers Using C, C++, and MATLAB® By R. Kapuno
Example: Find the compressibility factor of methane at 280 K and 20 bar:
Z = compressibility2('methane',280,'K',20,'bar')
Z = 0.951140928234726

The above example shows that methane at 280 K and 20 bar deviates from the ideal gas law by approximately 4.9%.

引用

Bilal Siddiqui (2024). Compressibility Factor Calculator (exact) (https://www.mathworks.com/matlabcentral/fileexchange/59803-compressibility-factor-calculator-exact), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersThermal Analysis についてさらに検索
謝辞

ヒントを得たファイル: Compressibility Factor Calculator

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Updated cover picture