معرفی شرکت ها


ddr-cantera-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Package to calculate air properties using cantera
ویژگی مقدار
سیستم عامل -
نام فایل ddr-cantera-0.0.3
نام ddr-cantera
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Darshan Rathod
ایمیل نویسنده darshan.rathod1994@gmail.com
آدرس صفحه اصلی https://github.com/ddrathod121294/ddr_davis_data
آدرس اینترنتی https://pypi.org/project/ddr-cantera/
مجوز -
# ddr_cantera To use this project Cantera should be installed in the environment otherwise *module not found error* will arise. Cantera is not installed by uinstalling this package. This project includes some basic functionalities with cantera. Most of them includes density calculations using cantera but not all. Most functions calculates properties of air unless otherwise specified. ```py import ddr_cantera ``` ### Air properties calculation ```py density = ddr_cantera.get_density(pressure=10, temperature=120) ``` returns air density at 10 bars(~ atm) pressure and 120 degree celcius temperature. ```py mdot = ddr_cantera.LPM_to_kg_per_sec(LPM=100, pressure=10, temperature=120) ``` returns mass flow rate of air in kg/s from LPM. ```py mdot = ddr_cantera.SLPM_to_kg_per_sec(SLPM=100) ``` returns mass flow rate of air in kg/s from SLPM. standard temperature is taken as 25 degree celcius and standard pressure is 1 atmosphere. ```py a = ddr_cantera.sound_speed(pressure=2, temperature=25) ``` returns speed of sound in air. the sound speed is calculated by $\sqrt{\frac{\partial P}{\partial \rho}}$. wherein the gas is first equilibrium at initial TP and then pressure is perturbed and gas is again taken to another equilibrium at constant entropy. Hence from these two states $\partial P$ and $\partial \rho$ can be calculated. This code is built upon the code from official cantera tutorials.


نیازمندی

مقدار نام
- numpy
- cantera


زبان مورد نیاز

مقدار نام
>=3.6, <4 Python


نحوه نصب


نصب پکیج whl ddr-cantera-0.0.3:

    pip install ddr-cantera-0.0.3.whl


نصب پکیج tar.gz ddr-cantera-0.0.3:

    pip install ddr-cantera-0.0.3.tar.gz