Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Linear Orifice Flow Meter Entrance Code Documentation and Drill size Determination

Intro

Research is being done to determine the optimal process for determining the diameter of the orifices on the LOFM. The drill size was previously determined using the assumption of 5 holes in the first row of orifices and then applying that drill size to the rest of the LFOM. the new method will calculate the optimal drill size based on the flow rates through the upper holes, currently all of the upper rows are being evaluated to determine the critical row.

...

Currently we are looking at integrating over a height of two centimeters the row spacing starting at the top of the LFOM and working our way down. this to determine the hole diameter that best approximates the row area. This will allow us to make sure that the height is appropriate at the most critical area, the top of the LFOM where normally only 1 hole is needed. By integrating over different heights and comparing the errors associated with each option we will be able to see which row of holes is the most critical (aka causes the least amount of error).

Model Optimization

I am currently working on evaluating the optimal way to determine diameter using a mathcad code. The Entrance Tank Code is available through the SourceForge repository, a storage system. To access the code follow these folders: design repository -> Automated Design -> Design -> EntranceTank. The code does not come with references at the top of the code, in order to run the file you need to add the following references: User Inputs, Math Functions, Pipe Database, Minor Loss Coefficients, Fluids Functions, Design Assumptions. All the references are available in the same folder as the Entrance Tank Code.

Model Optimization Code Documentation:

...

Step 8: Calculate the diameter of the orifices for each row based on the area of the orifices calculated above.

Step 9: Create the height arrays. The H_flowloc is an array of the height at which the flow rate is calculated (this is equal to 1/2*the row spacing above the row being evaluated). H_orificeloc is an array of the heights at which orifices will be made. The ramp funtion called herer is available in the math functions file.

Step 10: This creates the array of target flow rates based on the heights given by the H_flowloc array and assuming a perfectly linear realtionship.

...