Skip to main content

Python library to model, project and analyse piping and pumping systems

Project description

Conduit Forge

This project is destinated to offer a flexible structure to model piping systems in Python. This library uses classes to represent some common piping components, such as: Pipes, joints, elbows, connectors and etc.

Scope/Limitations of the Project

This library is limited to model the piping systems under the conditions bellow:

* Non-compressible flow;
* Single phase flow;
* Single Chemical Species;
* Isotermic flow;
* Adiabatic flow;

Documentation

Main Classes and Piping systems Objects

Port Class

This class, is the responsible for storing the size, shape and position of the extremities of some piping component. In the example of the inlet Port of a Pipe:

import conduitforge as cf

pipe_1 = cf.Pipe(internal_diam = 3, length = 12)

print(f'\n{type(pipe.component_input_port[0]) = }')
print(f'\n{pipe_1.component_input_port[0].geometry = }') #
print(f'\n{pipe_1.component_input_port[0].characteristic_length = }')

>>>type(pipe_1.component_input_port[0]) = <class__Port__>
>>>pipe_1.component_input_port[0].geometry = 'cilyndrical
>>>pipe_1.component_input_port[0].characteristic_length = 3

Component Class

This class is where all the basic propperties (and behaviour) of all the components of a piping/pumping system are declared. It isn't meant to be used directly by the user, for it was created to increase modularity and further maintenance of the code.

  • Pipe: A child-class of Component, represents a cilyndrical Pipe.
  • Duct: A child-class of Pipe, used for square or rectangular ducts.
  • Custom_Connector: A child-class of Component, allows the user to create Custom connectors.

Current Class

This class stores the hidraulic and thermodynamic properties of some stream of fluid, such as mass flow, chemical composition, pressure, temperature, density viscosity and etc.

Mosaic Class

This class maintains a list of joints made between currents, components and other objects.

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

conduit_forge-0.0.13.tar.gz (118.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

conduit_forge-0.0.13-py3-none-any.whl (126.6 kB view details)

Uploaded Python 3

File details

Details for the file conduit_forge-0.0.13.tar.gz.

File metadata

  • Download URL: conduit_forge-0.0.13.tar.gz
  • Upload date:
  • Size: 118.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for conduit_forge-0.0.13.tar.gz
Algorithm Hash digest
SHA256 5b519b9cbe8be4c15295a4ea9bea3b0543979beb485a8bfb4326517fd094a02e
MD5 67d6d60c1b494ca86fe237243aef082e
BLAKE2b-256 f0ef5fc0f38ce02a5dd35a4731e1d1b6a9aefa3a9a448257c0378c182a3fc7ae

See more details on using hashes here.

File details

Details for the file conduit_forge-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: conduit_forge-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 126.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for conduit_forge-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 3bd5b5c6badb8687b3b6210da9c30dedcf5dbe0e2ce0ce5b57a7107d08b94ae9
MD5 9973ff0cf776559c6c4368d25a400f94
BLAKE2b-256 a688b1c525cc66a6ed2d5954fe4cbc3089858abbac06398a01a38f711d584ae4

See more details on using hashes here.

Supported by

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