Astroecology
The Hardy Cross method is an iterative method for determining the flow in pipe network systems where the inputs and outputs are known, but the flow inside the network is unknown.[1] The method was first published in November 1936 by its namesake, Hardy Cross, a structural engineering professor at the University of Illinois at Urbana–Champaign.[2] The Hardy Cross method is an adaptation of the Moment distribution method, which was also developed by Hardy Cross as a way to determine the moments in indeterminate structures.
The introduction of the Hardy Cross method for analyzing pipe flow networks revolutionized municipal water supply design. Before the method was introduced, solving complex pipe systems for distribution was extremely difficult due to the nonlinear relationship between head loss and flow. The method was later made obsolete by computer solving algorithms employ the Newton-Raphson method or other solving methods that prevent the need to solve nonlinear systems of equations by hand.
History
In 1930, Hardy Cross published a paper called "Analysis of Continuous Frames by Distributing Fixed-End Moments" in which he described the moment distribution method, which would change the way engineers in the field performed structural analysis.[3] The moment distribution method was used to determine the moment distributions in indeterminant concrete structures and allowed for engineers to safely design structures from concrete from the 1930s to 1960.[3] In November 1936, Cross applied the same geometric method to solving pipe network flow distribution problems, and published a paper called "Analysis of flow in networks of conduits or conductors."[1]
Derivation
The Hardy Cross method is an application of continuity of flow and continuity of potential to iteratively solve for flows in a pipe network.[1] In the case of pipe flow, conservation of flow means that the flow in is equal to the flow out at each junction in the pipe. Conservation of potential means that the total directional head loss along any loop in the system is zero (assuming that a head loss counted against the flow is actually a head gain).
Hardy Cross developed two methods for solving flow networks. Each method starts by maintaining either continuity of flow or potential, and then iteratively solves for the other.
Assumptions
The Hardy Cross method assumes that the flow going in and out of the system is known and that the pipe length, diameter, roughness and other key characteristics are also known or can be assumed.[1] The method also assumes that the relation between flow rate and head loss is known, but the method does not require any particular relation to be used.[1]
In the case of water flow through pipes, a number of methods have been developed to determine the relationship between head loss and flow. The Hardy Cross method allows for any of these relationships to be used.
The general relationship between head loss and flow is:
where r is the head loss per unit flow and n is the flow exponent. In most design situations the values that make up r, such as pipe length, diameter, and roughness, are taken to be known or assumed and the value of r can be determined for each pipe in the network. The values that make up r and the value of n change depending on the relation used to determine head loss. However, all relations are compatible with the Hardy Cross method.[4]
| Head Loss Equation | Relation | r | n |
|---|---|---|---|
| Hazen-Williams equation | 1.85 | ||
| Darcy-Weisbach equation | 2 |
It is also worth noting that the Hardy Cross method can be used to solve simple circuits and other flow like situations. In the case of simple circuits,
is equivalent to
By setting the coefficient r to R, the flow rate Q to I and the exponent n to 1, the Hardy Cross method can be used to solve a simple circuit. However, because the relation between the voltage drop and current is linear, the Hardy Cross method is not necessary and the circuit can be solved using non-iterative methods.
Method of balancing heads
The method of balancing heads uses an initial guess that satisfies continuity of flow at each junction and then balances the flows until continuity of potential is also achieved over each loop in the system.[1]
Proof
The following proof is taken from Hardy Cross's paper, “Analysis of flow in networks of conduits or conductors.”,[1] and can be verified by National Programme on Technology Enhanced Learning Water and Wastewater Engineering page,[4] and Fundamentals of Hydraulic Engineering Systems by Robert J. Houghtalen.[5]
If the initial guess of flow rates in each pipe is correct, the change in head over a loop in the system, would be equal to zero. However, if the initial guess is not correct, then the change in head will be non-zero and a change in flow, must be applied. The new flow rate, is the sum of the old flow rate and some change in flow rate such that the changed in head over the loop is zero. The sum of the change in head over the new loop will then be .
The value of can be approximated using the Taylor expansion.
For a small compared to the additional terms vanish, leaving:
The change in flow that will balance the head over the loop is approximated by . However, this is only an approximation due to the terms that were ignored from the Taylor expansion. The change in head over the loop may not be zero, but it will be smaller than the initial guess. Multiple iterations of finding a new will approximate to the correct solution.[1]
Process
The method is as follows:
- Guess the flows in each pipe, making sure that the total in flow is equal to the total out flow at each junction. (The guess doesn't have to be good, but a good guess will reduce the time it takes to find the solution.)
- Determine each closed loop in the system
- For each loop, determine the clockwise head losses and counter-clockwise head losses. Head loss in each pipe are calculated using . Clockwise head losses are from flows in the clockwise direction and likewise for counter-clockwise.
- Determine the total head loss in the loop, , by subtracting the counter-clockwise head loss from the clockwise head loss.
- For each loop, find without reference to direction (all values should be positive).
- The change in flow is equal to .
- If the change in flow is positive, apply it to all pipes of the loop in the counter-clockwise direction. If the change in flow is negative, apply it to all pipes of the loop in the clockwise direction.
- Continue from step 3 until the change in flow is within a satisfactory range.
Method of balancing flows (section incomplete)
The method of balancing flows uses an initial guess that satisfies continuity of potential over each loop and then balances the flows until continuity of flow is also achieved at each junction.
Process
Advantages of the Hardy Cross method
Simple math
The Hardy Cross method is useful because it relies on only simple math, circumventing the need to solve a system of equations. Without the Hardy Cross methods, engineers would have to solve complex systems of equations with variable exponents that cannot easily be solved by hand.
Self correcting
The Hardy Cross method iteratively corrects for the mistakes in the initial guess used to solve the problem.[1] Subsequent mistakes in calculation are also iteratively corrected. If the method is followed correctly, the proper flow in each pipe can still be found if small mathematical errors are consistently made in the process. As long as the last few iterations are done with attention to detail, the solution will still be correct. In fact, it is possible to intentionally leave off decimals in the early iterations of the method to run the calculations faster.
Example
The Hardy Cross method can be used to calculate the flow distribution in a pipe network. Consider the example of a simple pipe flow network shown at the right. For this example, the in and out flows will be 10 liters per second. We will consider n to be 2, and the head loss per unit flow r, and initial flow guess for each pipe as follows:
| Pipe | Q12 | Q13 | Q23 | Q24 | Q34 |
|---|---|---|---|---|---|
| r | 1 | 5 | 1 | 5 | 1 |
| Q guess (L/s) | 5 | 5 | 0 | 5 | 5 |
We solve the network by method of balancing heads, following the steps outlined in method process above.
1. The initial guesses are set up so that continuity of flow is maintained at each junction in the network.
2. The loops of the system are identified as loop 1-2-3 and loop 2-3-4.
3. The head losses in each pipe are determined.
| Loop 1-2-3 | Q12 | Q13 | Q23 |
|---|---|---|---|
| Head loss = | 25 | 125 | 0 |
| Direction | Clockwise | Counter-clockwise | Clockwise |
For loop 1-2-3, the sum of the clockwise head losses is 25 and the sum of the counter-clockwise head losses is 125.
| Loop 2-3-4 | Q23 | Q24 | Q34 |
|---|---|---|---|
| Head loss = | 0 | 125 | 25 |
| Direction | Counter-clockwise | Clockwise | Counter-clockwise |
For loop 2-3-4, the sum of the clockwise head losses is 125 and the sum of the counter-clockwise head losses is 25.
4. The total clockwise head loss in loop 1-2-3 is . The total clockwise head loss in loop 2-3-4 is .
5. The value of is determined for each loop. It is found to be 60 in both loops (due to symmetry), as shown in the figure.
6. The change in flow is found for each loop using the equation . For loop 1-2-3, the change in flow is equal to and for loop 2-3-4 the change in flow is equal to .
7. The change in flow is applied across the loops. For loop 1-2-3, the change in flow is negative so its absolute value is applied in the clockwise direction. For loop 2-3-4, the change in flow is positive so its absolute value is applied in the counter-clockwise direction. For pipe 2-4, which is in both loops, the changes in flow are cumulative.
| Pipe | Q12 | Q13 | Q23 | Q24 | Q34 |
|---|---|---|---|---|---|
| Q (L/s) | 6.66 | 3.33 | 3.33 | 3.33 | 6.66 |
The process then repeats from step 3 until the change in flow becomes sufficiently small or goes to zero.
3. The total lead loss in Loop 1-2-3 is
| Loop 1-2-3 | Q12 | Q13 | Q23 |
|---|---|---|---|
| Head loss = | 44.4 | 55.5 | 11.1 |
| Direction | Clockwise | Counter-clockwise | Clockwise |
Notice that the clockwise head loss is equal to the counter-clockwise head loss. This means that the flow in this loop is balanced and the flow rates are correct. The total head loss in loop 2-3-4 will also be balanced (again due to symmetry).
| Loop 2-3-4 | Q23 | Q24 | Q34 |
|---|---|---|---|
| Head loss = | 11.1 | 55.5 | 44.4 |
| Direction | Counter-clockwise | Clockwise | Counter-clockwise |
In this case, the method found the correct solution in one iteration. For other networks, it may take multiple iterations until the flows in the pipes are correct or approximately correct.
See also
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
- ↑ 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - ↑ Template:Cite web
- ↑ 3.0 3.1 Template:Cite web
- ↑ 4.0 4.1 Template:Cite web
- ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534