Skip to main content

Centrifugal Compressor Performance calculation.

Project description

drawing Centrifugal Compressor Performance

PyPI Version License code style black

ccp is a python library for calculation of centrifugal compressor performance. It is based on the book of [Ludtke04] and uses CoolProp REFPROP for the gas properties calculations.

Online documentation is available at here.

import ccp

# ccp uses pint to handle units. Q_ is a pint quantity.
# If a pint quantity is not provided, SI units are assumed.
Q_ = ccp.Q_
ps = Q_(3, 'bar')
Ts = 300

# Define the fluid as a dictionary:
fluid = {
    "CarbonDioxide": 0.8,
    "Nitrogen": 0.2,
}

# Define suction and discharge states:

suc0 = ccp.State.define(fluid=fluid, p=ps, T=Ts)
disch0 = ccp.State.define(fluid=fluid, p=Q_(7.255, 'bar'), T=391.1)

# Create performance point(s):

point0 = ccp.Point(
    suc=suc0,
    disch=disch0,
    speed=Q_(7941, 'RPM'),
    flow_m=Q_(34203.6, 'kg/hr'),
    b=0.0285,
    D=0.365
)
point1...

# Create an impeller with those points:

imp = Impeller([point0, point1, ...])

Project details


Download files

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

Source Distribution

ccp-performance-0.1.18rc1.tar.gz (314.1 kB view details)

Uploaded Source

Built Distribution

ccp_performance-0.1.18rc1-py3-none-any.whl (324.3 kB view details)

Uploaded Python 3

File details

Details for the file ccp-performance-0.1.18rc1.tar.gz.

File metadata

  • Download URL: ccp-performance-0.1.18rc1.tar.gz
  • Upload date:
  • Size: 314.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ccp-performance-0.1.18rc1.tar.gz
Algorithm Hash digest
SHA256 0a2423e5b829870b0404e08dade5ccb16ae702b0712fa7c2adea467d4f81a3d4
MD5 536dd31dae3399da88710196d48d2f06
BLAKE2b-256 b9c06033fd84bf5ea68b930ca028d7b0ea0551cb8d017e4f22735748405ee930

See more details on using hashes here.

File details

Details for the file ccp_performance-0.1.18rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for ccp_performance-0.1.18rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 a5890ef2767d2ffbbac3743e3b62f486f312cbcc203f00e41383a59f0be07d8e
MD5 d80008a3a3e1b0263ceada50d91d8d03
BLAKE2b-256 960f2108df8a683b7afe6c8dbc2cbf19221575157d3415a6e7657a91a2a1ab25

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