The    Piston Pump Manufacturers   states that the operation of any piston pump is based on the relative motion between the piston and the cylinder. It follows that if the plunger is stationary and the barrel moves, the same pumping action is achieved in the rod pump. The moving barrel rod pump operates according to this principle and the plunger remains in place as the barrel moves through the rod. The position of the anchor or the compression member is always at the bottom of the pump assembly.

  

The mobile cartridge pump is versatile and can be used for normal, sandy and corrosive wells. The plunger is connected to the bottom compression tube through a short hollow pull tube through which the well fluid enters the pump. The size of the upright valve at the top of the plunger is less than the size of the travel valve. The thin wall pump is designated RWT with a flexible package plunger RST.

  

When sand production is a problem, mobile bucket pumps are widely used; their main advantages are as follows.

  

The moving barrel keeps the fluid moving around the hold down device, preventing sand or other solids from settling between the seat joint and the hold down device. Therefore, the pulling of the pump assembly is generally trouble free.

  

It is recommended that the pump be used for intermittent pumping of manholes because sand cannot enter between the plunger and the barrel during shutdown.

  

The connection between the pole and the moving cylinder is stronger than the connection between the stem and the pole in the fixed cylinder pump.

  

It is rugged and has fewer parts than a fixed barrel pump and is less expensive.

  

The disadvantages of walking pumps are:

  

The size of the vertical valve is limited because it must be loaded into the barrel. This relatively small valve provides high resistance to fluid flow, allowing gas to separate from the solution, resulting in poor pump operation in the gas well.

  

In deep wells, the high hydrostatic pressure acting on the upright valve during the downstroke may cause the pull tube to bend and excessive wear between the plunger and the barrel. This limits the length of the bucket that can be used in deep wells.

  

Pumping high viscosity fluids is not recommended as small standing valves can cause excessive pump inlet pressure.

https://www.xjetl.com

  

Piston Pump Manufacturers - Mobile Cartridge Piston Pump: Advantages的更多相关文章

  1. Vickers Vane Pump - How To Choose Vane Pump Parameter Specifications?

    1 rated pressure selection. The rated pressure of the vane pump products is 7MPa, 1OMPa, 16MPa, 2lMP ...

  2. [转] Transitions: Going from Shots to the Insulin Pump

    Part three of our article series on the common phases of type 2 diabetes management By Lance Porter ...

  3. Gear Pump: Why Install A Pressure Reducing Valve?

    When the     Gear Pump Manufacturers    prompts to install a gear pump, the following points should ...

  4. What Is A Airless Pump Bottle?

    What is an airless pump bottle?Unlike conventional dispensers that use a tube or suction tube to dra ...

  5. Plastic Sprayers Manufacturer - Ingenious Design Of Spray Plastic Bottle

    Plastic bottles are now an indispensable container in life. Plastic bottles will appear in all aspec ...

  6. Plastic Sprayer Manufacturer - How Does The Sprayer Work?

    The Plastic Sprayers Manufacturer   stated that the sprayer is a very useful type of machine and a g ...

  7. Disposable microfluidic devices: fabrication, function, and application Gina S. Fiorini and Daniel T

    Disposable microfluidic devices: fabrication, function, and application Gina S. Fiorini and Daniel T ...

  8. Intel graphics processing units

    http://en.wikipedia.org/wiki/Comparison_of_Intel_graphics_processing_units Comparison of Intel graph ...

  9. 转 Oracle Transportable TableSpace(TTS) 传输表空间 说明

    ############1   迁移数据库的集中方法 三.相关技术 迁移方式 优势 不足1 Export and import • 对数据库版本,以及系统平台没有要求 • 不支持并发,速度慢• 停机时 ...

随机推荐

  1. git只clone仓库中指定子目录

    基于sparse clone变通方法 [root@vm_test backup]# mkdir devops[root@vm_test backup]# cd devops/[root@vm_test ...

  2. docker容器管理基础

    1.命令: docker info #查看服务器上docker详细信息 docker search #搜索镜像 docker image pull nginx:1.14-alpine #下载一个镜像 ...

  3. 035--MySQL基本操作

    一.数据库的定义及相关名词解释  数据库(Database)是按照数据结构来组织.存储和管理数据的仓库, 每个数据库都有一个或多个不同的API用于创建,访问,管理,搜索和复制所保存的数据. 我们也可以 ...

  4. node-- express()模块

    1.代码分析 var express = require('express'); var app = express(); app.get('/', function(req, res){ res.s ...

  5. SCUT - 249 - A piece of Cake - 组合数学

    https://scut.online/contest/25/I 由结论:d维物体切n刀分成的部分=sum(C(n,0)~C(n,d)),直接算就行了.

  6. Java面试必刷常见真题200+ ,让你“过五关,斩六将”,轻松入大厂

    这份面试清单是我从 2015 年做 TeamLeader 之后开始收集的,一方面是给公司招聘用,另一方面是想用它来挖掘我在 Java 技术栈中的技术盲点,然后修复和完善它,以此来提高自己的技术水平.虽 ...

  7. mycat启动报错UnknownHostException(Temporary failure in name resolution)解决方法

    重启命令 ./mycat restart 查看日志 cd logs tail -f wrapper.log 报错信息 INFO | jvm 2 | 2018/05/09 11:28:28 | Erro ...

  8. 改变UITabbar顶部分割线颜色

    项目中是使用UITabbarController 因此改变UITabbar的分割线代码如下 由于美术没提供图片,所以自己创建了个图片 //改变tabbar 线条颜色 CGRect rect = CGR ...

  9. Nginx的location配置概述【转】

    语法规则: location [=|~|~*|^~] /uri/ { … } = 开头表示精确匹配^~ 开头表示uri以某个常规字符串开头,理解为匹配url路径即可.nginx不对url做编码,因此请 ...

  10. Caffe实战一(环境准备及CPU模式下编译)

    经过前几天的折腾,终于把Ubuntu16.04开发环境给搭建了起来,包括win10+Ubuntu双系统的安装.系统安装后的优化等等. 详见之前的文章:Ubuntu16.04.2 LTS 64bit系统 ...