OML currents and IV characteristics for spherical and cylindrical probes
Project description
OML Tool for probe currents and IV characteristics
This package is a simple tool to calculate the Orbital Motion Limited (OML) currents to spheres and cylinders.
We first calculate $\chi$ where
$$ \begin{equation} \chi = \frac{-q \varphi}{k_b T} \end{equation} $$ Here, $q$ is the species particle charge, $\varphi$ is the probe potential, $T$ is the species temperature and $k_b$ is the Boltzmann constant.
Next, we find the thermal currents to a neutral probe $I_0$, for spheres and cylinders respectively
$$ \begin{align} \begin{split} I_{0,s} &= A n_{\infty} q \sqrt{\frac{k_b T}{2 \pi m}} \ I_{0,c} &= \frac{2}{\sqrt{\pi}} A n_{\infty} q \sqrt{\frac{k_b T}{2 \pi m}} \end{split} \end{align} $$ Here $A$ is the probe area, $n_\infty$ is the background density and $m$ is the species particle mass. Next we find the currents to a spherical $I_s$ and cylindrical $I_c$ probe
$$ \begin{equation} I_s = \begin{cases} I_{0,s} \exp(\chi), & q\varphi > 0, \ \ I_{0,s} (1 + \chi), & q\varphi \leq 0
\end{cases}
\end{equation} $$
$$ \begin{equation} I_c = \begin{cases} I_{0,c} \exp(\chi), & q\varphi > 0, \ \ I_{0,c} \sqrt{(1 - \chi)}, & q\varphi \leq 0
\end{cases}
\end{equation} $$
example.py demonstrates how to use the OML tool to calculate and plot the IV characteristics for both spherical and cylindrical probes. You can run the script to generate the plot shown above. The script sets up the necessary parameters, computes the currents using the formulas described, and visualizes the results.
For more details, see example.py.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oml_tool-0.1.0.tar.gz.
File metadata
- Download URL: oml_tool-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcde5faef069c4fc149c11d0c9f87aadd71e22e9422ea00c6f4bad0878664ffd
|
|
| MD5 |
63938d921b03d33775e276423257fc0a
|
|
| BLAKE2b-256 |
a53e6ecd6cf872cce78ff23d35caebfa51a346585a914467877360816dab6cd7
|
File details
Details for the file oml_tool-0.1.0-py3-none-any.whl.
File metadata
- Download URL: oml_tool-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e01b2903ec4e33a26ee12f536345130c3055740156774db26436d3b8b96122
|
|
| MD5 |
4810214e24efd49ccf2cf142eec9a6e8
|
|
| BLAKE2b-256 |
b4c546d9b6b97bbc5e67e4130fe5e9a8b38563b38e67271a4c27ea5d11a0f35a
|