Food Process Design
processoptim is a Python library for food process design.
Installation
WaterOptim runs under Python 3.6+. To install it with pip, run the following:
pip install processoptim
To upgrade it with pip, run the following:
pip install --upgrade processoptim
Basic usage
from processoptim.properties.__properties__ import tomato_sauce
ts = tomato_sauce()
print("density 6% dry matter",ts.rho(0.6),"kg/m3")
print("enthalpy 6% dry matter at 60°C",ts.H(0.6,60),"kJ/kg")
#Tomato paste concentration
from processoptim.opu.__evapo__ import evapo
# n : number of effects
# x0 : initial concentration
# xt : target concentration
# L0 : feed flowrate kg/s
# Ts : steam temperature °C
# S : heat transfer area of each effect m2
# h : Overall heat transfer coeff of each effect W/m2/K
# liq : product to concente, inherit from tomato_sauce class
# N : number of tubes in each effect
# d : tube diameter m
# u : velocity in tubes m/s
# l : tube length m
x0 = 0.06
evapo(n=3,x0=.06,xt=.32,L0=5,Ts=120,S=80,h=2,liq=ts,N=100,d=2.5e-2,u=2,l=5)
Release files for processoptim 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| processoptim-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / processoptim-0.3.0-py3-none-any.whl
| Download URL | processoptim-0.3.0-py3-none-any.whl |
|---|---|
| Size | 9.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5b57569fa24a36dd0b7947432ec8ba97bbbedd266c8b94d4f24a6b6e01bce11
|
|
BLAKE2b-256 checksum How to use checksums |
5df7ba121b7ac8d08374a3296ac8f2f62c92b302a17bfc8683cea47eb982a043
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|