Skip to main content

Food Process Design

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

processoptim-0.1.2-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file processoptim-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: processoptim-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for processoptim-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a5ec86f11b6cb4b522ee4709c24306627566b3515adb003ab2e557a68131bdf8
MD5 29d406e99c184aa132f3690156be8a9f
BLAKE2b-256 275a348b475e1a26e50f4af306e615beb5e5149d638f9679142fc06811adb212

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page