Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22085f979a8d685

Jump to content

Talk:Pipe network analysis

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 2 years ago by 93.108.178.201 in topic An easier method

Untitled

[edit]

On the subject of Colebrook equation was said: "Given an initial guess value, usually two or three iterations are enough to give a good approximation with the following expression." Is there a source or a proof for this? 194.100.107.130 (talk) 06:40, 11 December 2008 (UTC)Reply


I think the delta Q equation should have parenthesis in the denominator around the summations, i.e. 2(E+E).129.2.175.80 (talk) 19:19, 25 January 2010 (UTC)Reply

An easier method

[edit]

I found out this algorithm cumbersome, with having to find and track loops. It turns out that a simple algorithm with Navier-Stokes numerical calculation can solve arbitrary networks without assigning direction, structure or initial conditions, including pumps, free circulation (hot water has lower density, so gravity does the work), pipes with an open to atmosphere end, etc. Initialize all pressure and velocity to zero and it finds a highly precise solution in about 100 rounds. Initially conservation of mass or consistent head pressures are not present but the algorithm converges to such conditions. My solver is four lines of code in a loop, applying head pressures "by force" (between the ends of each component), doing a pressure correction step at nodes (pipe intersections), adjusting mass flows, and repeating the whole thing until done (Python Numpy). 93.108.178.201 (talk) 01:05, 2 December 2023 (UTC)Reply