wigging / chemics

A Python package for chemical engineering
https://chemics.readthedocs.io
MIT License
169 stars 15 forks source link

Fix particle diameter for Archimedes number documentation #16

Closed wigging closed 3 years ago

wigging commented 3 years ago

In the Chemics documentation, the particle diameter (dp) in the equation for the Archimedes number needs to use a subscript for p. It is currently dp but needs to be documented as d_p in the equation. Here's the documentation page: https://chemics.readthedocs.io/en/latest/dimensionless_numbers.html.

wigging commented 3 years ago

This was fixed in the v21.4 release.