Revised Enskog solutions
Project description
KineticGas
Implementation of Enskog solutions for diffusion, thermal diffusion and conductivity. The file theory.pdf contains an excerpt of the project report this package was created to produce, that outlines the theory used in the package and some notable results regarding the stability of the solutions. See the documentation for SAFT-VR-Mie at ThermoPack for more details on mixing rules.
Dependencies
C++ module uses the pybind11 package to expose itself to the Python wrapper, removing this dependency does not ammount to more than deleting the final lines in KineticGas.cpp and removing the appropriate include
statements.
The Python extension requires the ThermoPack python module (pyctp) and associated dependencies. The ThermoPack module is only used as a database for Mie-parameters. Removing the appropriate import statements and associated function calls will not break the code, but require that Mie-parameters are explicitly supplied.
Setup
The package that can be installed with pip
comes with a pre-compiled file KineticGas.so
, compiled on MacOS 10.14.6.
Build for mac by running bash cpp/build_mac.sh
from the top-level directory. The same script works for Linux, possibly with minor modifications. For Windows, may God be with you.
Install with pip
by running pip install pykingas/
from the top-level directory after activating your python-installation of choice.
Usage
Initialize a KineticGas object with the desired components, compute diffusion coefficients, thermal diffusion coefficients and thermal conductivity with the respective functions in py_KineticGas.py
Acknowledgments and sources
This implementation of the Enskog solutions presented by Chapman and Cowling (The mathematical theory of non-uniform gases 2nd ed. Cambridge University Press, 1964) utilises the explicit summational expressions for the required bracket integrals published by Tompson, Tipton and Loyalka in Chapman–Enskog solutions to arbitrary order in Sonine polynomials IV: Summational expressions for the diffusion- and thermal conductivity-related bracket integrals, European Journal of Mechanics - B/Fluids, 28, 6, pp. 695 - 721, 2009.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pykingas-1.1.1.tar.gz
.
File metadata
- Download URL: pykingas-1.1.1.tar.gz
- Upload date:
- Size: 112.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7732d5d168a99415f8a3e7f793abdf04547eca535c52a1da1c6b4b95bbba287d |
|
MD5 | c6f4b7b399344299218b66d1a782cf83 |
|
BLAKE2b-256 | 7f4a1363bb5e903d014bb7af6b211584c0858d0da45e60dccea3a8bef92e3bf7 |
File details
Details for the file pykingas-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: pykingas-1.1.1-py3-none-any.whl
- Upload date:
- Size: 112.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6dc1175c56f241cc083a4cadd421f91749b37038d59cac65226a98d0e7b0009 |
|
MD5 | 0a1e5e1ae3d555efc74af08cb36410f0 |
|
BLAKE2b-256 | 280ea944e1df1db3e1c4250c9b71db2967d1b49f119d6012b79440d6fea4016f |