FUNCTION
pressure_drop
Calculates the pressure drop due to friction down a pipe
You're viewing an older version of this page (#592). View the current version.
Interface
#include <codecogs/engineering/pipeflow/pressure_drop.h>
using namespace Engineering::Pipeflow;
As a fluid moves down a pipe, friction with the pipe generates heat and sound and leads a loss of energy within the fluid. Due to Bernoulli law, if there is a loss of energy yet constant flow, then there must be a reduction in pressure.
This function computes this pressure drop for a 100ft length of pipe. To compute the pressure drop for a shorter or longer pipe length, scale the number as appropriate.
[More documentation needed]
Parameters
diameter
diameter of the pipe in [inches]
flow
the rate of flow through the pipe [US gpm]
Returns
the reduction in pressure [psi]
Interactive Calculator
diameter
flow
Result
Computing…
Set a range above first to export a graph.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.