This repository attempts to find a solution to advection diffusion problem
with for and on a surface of the sphere and denoting Peclet number. Final determined value is Sherwood number defined as
Where is diffusion constant and is flux falling onto the sphere.
We use two approaches: (a) pychastic to generate and trace trajcetories of single particles and estimate the probability of hitting, which allows to calculate sherwood number. This however is expenive in time, so for spaller we used (b) scikit-fem package to handle solving which requires rewriting equations in weak form.
Usage as module
Basic usage
python3-mpypesh--peclet1000--ball_radius0.9
Sample output:
Sherwood for given parameters is 12.033892568100546
Copyright (C) 2024 Radost Waszkiewicz and Jan Turczynowicz.
This repository is published under GPL3.0 license.
Bibliography
Bubbles, Drops and Particles; R. Clift, J. Grace, M. Weber (1978)
Electrochemical measurements of mass transfer between a sphere and liquid in motion at high Peclet numbers; S. Kutateladze, V. Nakoryakov, M. Iskakov (1982)
Mass and heat transfer from fluid spheres at low Reynolds numbers; Z. Feng, E. Michaelides (2000)
Heat transfer from spheres to flowing media; H. Kramers (1946)