From 3989f8deab383927834947ef70d9cda26458c728 Mon Sep 17 00:00:00 2001 From: Rajesh Singh Date: Sun, 28 Apr 2024 12:30:26 +0530 Subject: [PATCH] minor --- README.md | 14 ++++++-------- docs/changelogs.md | 4 ++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 286cb43..b4ab823 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ ## PyStokes: phoresis and Stokesian hydrodynamics in Python ![Installation](https://github.com/rajeshrinet/pystokes/workflows/CI/badge.svg) ![Notebooks](https://github.com/rajeshrinet/pystokes/workflows/notebooks/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pystokes/badge/?version=latest)](https://pystokes.readthedocs.io/en/latest/?badge=latest) [![DOI](https://joss.theoj.org/papers/10.21105/joss.02318/status.svg)](https://doi.org/10.21105/joss.02318) [![PyPI](https://img.shields.io/pypi/v/pystokes.svg)](https://pypi.python.org/pypi/pystokes) [![Python Version](https://img.shields.io/pypi/pyversions/pystokes)](https://pypi.org/project/pystokes) [![Downloads](https://pepy.tech/badge/pystokes)](https://pepy.tech/project/pystokes) [About](#about) -| [Blog](https://rajeshrinet.github.io/pystokes-blog/) -| [News](#news) | [Installation](#installation) | [Documentation](https://pystokes.readthedocs.io/en/latest/) | [Examples](#examples) @@ -151,12 +149,12 @@ pystokes.utils.plotContoursYZ(vv, rr, r, density=.8, offset=1e-16, title='l=0') ``` Other examples include -* [Irreducible Active flows](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex1-unboundedFlow.ipynb) -* [Effect of plane boundaries on active flows](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex2-flowPlaneSurface.ipynb) -* [Active Brownian Hydrodynamics near a plane wall](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex3-crystalNucleation.ipynb) -* [Flow-induced phase separation at a plane surface](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex4-crystallization.ipynb) -* [Irreducible autophoretic fields](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex5-phoreticField.ipynb) -* [Autophoretic arrest of flow-induced phase separation](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex6-arrestedCluster.ipynb) +* [Irreducible Active flows](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex01-unboundedFlow.ipynb) +* [Effect of plane boundaries on active flows](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex02-flowPlaneSurface.ipynb) +* [Active Brownian Hydrodynamics near a plane wall](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex03-crystalNucleation.ipynb) +* [Flow-induced phase separation at a plane surface](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex04-crystallization.ipynb) +* [Irreducible autophoretic fields](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex05-phoreticField.ipynb) +* [Autophoretic arrest of flow-induced phase separation](https://github.com/rajeshrinet/pystokes/blob/master/examples/ex06-arrestedCluster.ipynb) ## Publications diff --git a/docs/changelogs.md b/docs/changelogs.md index f2b0a02..0d4962a 100644 --- a/docs/changelogs.md +++ b/docs/changelogs.md @@ -1,5 +1,9 @@ # PyStokes changelogs +## 2.3.2 +* add modules to study power dissipation of active particles in unbounded and wallBounded geometries. +* See Eq.(18) in R.Singh and R.Adhikari J. Phys. Com. 2 025025 (2018). + ## 2.2.5 * add a function for MSD in 2D in utils