Skip to content

A script to calculate optimal wastewater treatment column diameter based on client specifications.

Notifications You must be signed in to change notification settings

emmachalupka/Column-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Column-Design

The following Python script implements an iterative method using Numpy and Scipy libraries to determine the optimal column diamter to treat wastewater per client specifications.

The following equation is used for terminal velocity based on a force balance on a single particle in a fluidized bed:

image

Along with the following equation for the Reynolds number of a fluidized particle:

image

The drag coefficient was determined using the following literature correlations:

image

Once the terminal velocity is determined, the actual particle velocity can be optimized using an iterative process and the equations above to determine the optimal column diameter using the Richardson-Zaki equation:

image

About

A script to calculate optimal wastewater treatment column diameter based on client specifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages