You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Fluids Functions Design Program

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:

Unable to find DVI conversion log file.

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:

Unable to find DVI conversion log file.

For laminar flow:

Unable to find DVI conversion log file.

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.

Unable to find DVI conversion log file.

Minor losses caused by flow expansions are calculated similarly as major losses, except length is not a factor and minor loss coefficient is used. The minor loss coefficient is entered in the User Inputs.

Unable to find DVI conversion log file.

Total head loss is used in some equations. It is simply the sum of major and minor losses, and is denoted as h.l.
Head loss is also calculated independent of the velocity head. This is used in the

[ | ]

program

Unable to find DVI conversion log file.
  • No labels