← All articles
technologyplumbingengineeringsafetySeptember 17, 20263 min read

How Do You Stop Water Coming Back? A Door That Only Opens Forwards

By the BrainSnail editorial team. How these articles are written and checked, and how to tell us when one is wrong.

A valve that opens under flow in one direction and closes under flow in the other needs no power, no control and no attention. It is one of the few components that does its job by being pushed about.

How it works without being told

The device contains a movable element, a disc, a ball, a flap or a pair of hinged plates, held near a seat. Flow in the intended direction pushes that element off its seat and passes through the gap. Flow in the other direction pushes it onto the seat instead, where the pressure behind it holds it shut, and the harder the reverse pressure the tighter the seal. No external signal is involved and nothing decides anything, since the same pressure that would drive the unwanted flow is what closes the door against it. A light spring is often added to close it before reverse flow has properly started.

What it is protecting against

The jobs it does are mostly about preventing something going backwards:

  • Keeping a pump from being driven in reverse when it stops
  • Holding a column of water so a pump does not need repriming
  • Stopping contaminated water siphoning back into a clean supply
  • Preventing one branch of a system draining into another
  • Keeping gas cylinders from filling each other when connected
  • Holding pressure in a system while one part is isolated

The problem of slamming

The commonest failure mode is not leaking but closing violently, and it can destroy a pipeline. When a pump stops, the water in the pipe decelerates, reverses and then meets a valve that shuts, and stopping a moving column of water abruptly converts its momentum into a pressure spike that travels along the pipe as a shock wave, which is the familiar bang of water hammer at an enormously larger scale. Spikes of many times the working pressure are possible and have burst mains and wrecked fittings. The remedies all aim at closing before the reverse flow builds speed, using springs, counterweights or a design that closes in a short travel, and a well-chosen valve is quiet while a poorly chosen one is destructive.

The main types

Several arrangements exist and each suits different conditions. A swing type carries a disc hinged at the top, which is simple and offers little restriction to flow but has a long travel and is the type most prone to slamming. A lift or piston type moves a disc straight along the axis against a spring, closing quickly in a short travel. A ball type lets a ball roll into a tapered seat, which handles thick or dirty liquids well. A dual plate type carries two half-discs hinged on a central pin that fold together, which closes fast, weighs little and fits between flanges. A diaphragm type flexes a rubber sleeve, used where nothing may contaminate the contents.

Why some systems need two

Protecting drinking water from contamination is the application where the consequences of failure are severe, and a single valve is not considered adequate for it. Regulations in most countries require a more elaborate arrangement wherever a supply connects to anything that might contaminate it, typically two valves in series with a chamber between them that is held at lower pressure and drains to the open air, so that a failure of either valve vents to the ground rather than pushing contaminated water into the mains. These assemblies must be tested regularly by a certified person, and the testing regime exists because the components fail silently. Incidents where chemicals or waste entered drinking mains through an unprotected connection are the reason.

The takeaway

A movable element near a seat is pushed clear by forward flow and onto the seat by reverse flow, so the same pressure that would drive the unwanted flow is what seals against it, with no power or control involved. Closing on an already moving column of water produces destructive pressure spikes, which is why closing speed matters more than sealing. Drinking water connections require two in series with a vented chamber between them.

Practise this

Questions from The Web and How It's Built

Reading about something is not the same as being able to recall it. These are real questions from the The Web and How It's Built unit in our Technology track, answers and explanations included. The unit has 119 in total across 23 steps.

  • Odd one outLevel 2

    1. Which one is NOT usually controlled by CSS?

    • Saving data to a databasecorrect
    • Text color
    • Font size
    • Page layout

    Saving data to a database is a back-end job, not a styling job for CSS.

  • Multiple choiceLevel 1

    2. What does HTML give a web page?

    • Its structurecorrect
    • Its electricity
    • Its internet speed
    • Its battery power

    HTML builds the structure of a page, like its headings, paragraphs, and links.

  • Guess the numberLevel 4

    3. What is the HTTP status code that means 'OK', a successful response?

    Answer: 200

    A status code of 200 means the request succeeded and the response is OK.