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. 父窗口与iFrame之间调用方法和元素

    父窗口与iFrame之间调用方法和元素 父窗口调用子窗口: 调用元素 js格式: var obj=document.getElementById("iframe的name").co ...

  2. UVaLive 7457 Discrete Logarithm Problem (暴力)

    题意:求一个x使得 a^x%p = b p为素数: 析:从1开始扫一下就好,扫到p-1就可以了,关键是这个题为什么要用文件尾结束,明明说是0,但是不写就WA... 代码如下: #pragma comm ...

  3. node-- express()模块

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

  4. string类的常用的几个小东西find,substr

    头文件: #include<iostream> #include<string> 定义: string ss; #include<iostream> #includ ...

  5. Codeforces Round #324 (Div. 2)C. Marina and Vasya

    A的万般无奈...后来跑了大牛的这份代码发现, 题意是求一个序列与给定的两个序列有t个不同. 只要保证...对应位置就行了.. 所以处理起来非常方便.............. 可是没有感觉是对应位置 ...

  6. hdoj1575【矩阵快速幂】

    题意:非常清晰! 直接搞吧. #include <iostream> #include <stdio.h> #include <string.h> #include ...

  7. 解决 CentOS 7 添加用户设置家目录出现 useradd cannot set SELinux context for home directory 问题

    问题描述 直接贴下代码吧~ [root@localhost ~]# useradd -d /tmp/heheda4 heheda4 useradd: cannot set SELinux contex ...

  8. 7天学完Java基础之7/7

    Object类的toString方法 类Object是类层次结构的根类 每个都使用Object作为超类 所有对象都实现这个类的方法 //这个是Object类的子类,实现了其所有方法 public cl ...

  9. hdu 4704 Sum【组合数学/费马小定理/大数取模】By cellur925

    首先,我们珂以抽象出S函数的模型:把n拆成k个正整数,有多少种方案? 答案是C(n-1,k-1). 然后发现我们要求的是一段连续的函数值,仔细思考,并根据组合数的性质,我们珂以发现实际上答案就是在让求 ...

  10. redis主从集群搭建

    一.安装redis 首先登陆官网下载压缩包,我安装的是最新版本5.X,下载地址http://download.redis.io/releases/redis-5.0.2.tar.gz. 进入文件所在目 ...