Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The fluids functions design program calculates parameters needed for the design of various parts of the plant. The program contains necessary equations used in different design programs, and does not use any user inputs directly. The functions found in this program are referenced in other programs.

Algorithm

Reynolds Number
The Reynolds Number is used as an input and constraint for different design programs. This characterizes the flow and determines what equations can be used for different elements of the plant design.
The Reynolds Number can be calculated based on different known variables. The pipe transition used for plant design is 2100, which is the point flow goes from laminar to turbulent. The different equations were calculated based on the fundamental equation, as follows:

Include Page
AGUACLARA:Re
AGUACLARA:Re

Friction Coefficient
The friction coefficient is used to determine losses associated with the tube. Two equations are used to depending on whether the fluid is turbulent or laminar (greater than the transition flow or less than).
For turbulent flow:

...

Include Page
AGUACLARA:f.laminar
AGUACLARA:f.laminar

Head Loss
Head loss is calculated for major losses and minor losses.
Major losses are calculated based on the flow rate and the pipe dimensions. The major losses are caused primarily by shear in the pipes.

...