Zephyr Scientific Library (zscilib)
|
Go to the documentation of this file.
22 #ifndef ZEPHYR_INCLUDE_ZSL_GASES_H_
23 #define ZEPHYR_INCLUDE_ZSL_GASES_H_
int zsl_phy_gas_press(zsl_real_t v, zsl_real_t n, zsl_real_t t, zsl_real_t *p)
Calculates the pressure of an ideal gas based on the number of moles, the temperature and the volume ...
int zsl_phy_gas_av_vel(zsl_real_t m, zsl_real_t n, zsl_real_t t, zsl_real_t *v)
Calculates the average velocity of a gas molecule based on the mass of gas (m), its temperature (t) a...
int zsl_phy_gas_charles_lussac(zsl_real_t ti, zsl_real_t vi, zsl_real_t tf, zsl_real_t *vf)
Given the initial and final temperature, and the initial volume of an ideal gas, this function calcul...
int zsl_phy_gas_boyle(zsl_real_t pi, zsl_real_t vi, zsl_real_t pf, zsl_real_t *vf)
Given the initial and final pressure, and the initial volume of an ideal gas, this function calculate...
API header file for zscilib.