{"id":15105018,"url":"https://github.com/alejo1630/pipe_loss","last_synced_at":"2026-01-20T02:25:45.246Z","repository":{"id":222363939,"uuid":"700151296","full_name":"alejo1630/pipe_loss","owner":"alejo1630","description":"This is a Python App built with Kivy Library which computes the head loss of a fluid moving along a pipe system taking into account Major and minor losses.","archived":false,"fork":false,"pushed_at":"2024-02-13T20:06:59.000Z","size":609,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T23:54:20.583Z","etag":null,"topics":["app","fluid-mechanics","kivy","python"],"latest_commit_sha":null,"homepage":"","language":"kvlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alejo1630.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-04T03:36:48.000Z","updated_at":"2024-02-13T20:04:13.000Z","dependencies_parsed_at":"2024-02-13T20:27:52.126Z","dependency_job_id":"bad68fe2-676d-430c-9567-ca8291ae690a","html_url":"https://github.com/alejo1630/pipe_loss","commit_stats":null,"previous_names":["alejo1630/pipe_loss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejo1630%2Fpipe_loss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejo1630%2Fpipe_loss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejo1630%2Fpipe_loss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejo1630%2Fpipe_loss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejo1630","download_url":"https://codeload.github.com/alejo1630/pipe_loss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339133,"owners_count":20923009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","fluid-mechanics","kivy","python"],"created_at":"2024-09-25T20:20:21.337Z","updated_at":"2026-01-20T02:25:45.206Z","avatar_url":"https://github.com/alejo1630.png","language":"kvlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipe Loss App\n\nThis is a Python App built with Kivy Library which computes the head loss of a fluid moving along a pipeline system taking into account Major and minor losses. \n\n\n\n## 🔰 How does it work?\n\nThis app is based in Kivy builder. It has several windows where an user could input the data to compute the head losses of a fluid into a pipe system with accesories.\n\n## Main Window\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/1.png\" width = \"500\"\u003e\n\nThere are 3 windows where an user could input the data:\n* Fluid Properties\n* Pipe Characteristics\n* Accesories\n\nAnd there is a button to compute the head loss.\n\n\n## Fluid Properties\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/2.png\" width = \"500\"\u003e\n\nIn this window an user must input the flow rate in $\\frac{m^3}{s}$, and select the fluid in order to load its density $(\\frac{kg}{m^3})$ and dynamic viscosity $(Pa-s)$. By default, an user could select any of the following fluids:\n* Water\n* Air\n* Glycerine\n* Oil\n* Gasoline\n\nBut there is an *Other* option which open another window where the user could input data such as:\n* Name of the fluid\n* Density\n* Dynamic Viscosity\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/3.png\" width = \"500\"\u003e\n\n\n## Pipe Characteristics\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/4.png\" width = \"500\"\u003e\n\nIn this window an user must input the length of the pipe $(m)$. After that, it's necessary to set the *Material Roughness* and the *Geometry Section*\n\n### Material Roughness\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/5.png\" width = \"500\"\u003e\n\nThere is a list of default materials with its roughness $(m)$. But the user could select *Other Material* option in order to input the data for a specific pipe material.\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/6.png\" width = \"500\"\u003e\n\n### Geometry Section\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/7.png\" width = \"500\"\u003e\n\nIn this window there are 4 option of cross section for the pipe:\n* Circular\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/G1.JPG\" width = \"100\"\u003e\n\n* Annular Circular\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/G2.JPG\" width = \"100\"\u003e\n\n* Rectangular\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/G3.JPG\" width = \"100\"\u003e\n\n* Annular Rectangular\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/G4.JPG\" width = \"100\"\u003e\n\nIf the user selects any of the geometries a new window appears where is possible input the geometry data.\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/8.png\" width = \"500\"\u003e\n\n\n## Accessories\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/9.png\" width = \"500\"\u003e\n\n\nIn this window the user must select the type of inlet (connection with a tank)\n* No inlet\n* Inward-projecting\n* Sqaure-edged\n* Chamfered\n\nAlso it's necessary to define whether there is an outlet or not using the switch\n\nFinally, the *Accessories Button* shows a window with a list a common accessories in pipeline systems such as valves, elbows etc. An user just need to enter the number of each accesory in the pipeline system. By default, all accessories have a value of 0.\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/10.png\" width = \"500\"\u003e\n\n## Example\nThis is the solution of the problem 11.7 from the book *Applied Fluid Mechanics, 7th by Mott R. and Untener J.*\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/11.png\" width = \"500\"\u003e\n\n\u003cimg src = \"https://raw.githubusercontent.com/alejo1630/pipe_loss/main/Images/App/12.png\" width = \"500\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejo1630%2Fpipe_loss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejo1630%2Fpipe_loss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejo1630%2Fpipe_loss/lists"}