Python/Onshape Integration of the Flocculator
This release provides the ability to design an Onshape flocculator using the values calculated by our Python design code.
To design a flocculator, run the following in a Colab notebook:
!pip install aguaclara
import aguaclara as ac
from aguaclara.core.units import u
floc = ac.Flocculator()
floc.onshape_url_configured
The URL to the configured Onshape model with then appear, which you can navigate to and view. This early stage implementation does not provide the ability to resize the entrance tank in tandem with the flocculator, although, that functionality (as well as functionality for all other plant components) will come soon.