Vertical roller mill from SBM
Vertical roller mill has many different forms, but it works basically the same. All of these forms of machine comes with roller (or
the equivalent of roller grinding parts), and roller along the track of the disc at the level of circular movement imposed by
external grinding roller in the vertical pressure on the disc on the material being the joint action of compression and shear, and
to crush.
Operation
Material grinding process motor through reducer rotating drive disc, the material falls from the mill under the central entrance
and exit, under the action of centrifugal force to the disc edge by the roller to move and the crushing, grinding out lap after the
material was speed up the flow to and vertical mill with one of the separator, after the meal by the separator back to the mill,
the re-grinding; powder while grinding out with air, dust collection equipment in the system to collect down, that is, products .
Established through the mill in the pneumatic conveying of materials, a larger air flow rate, which can use waste heat of gas, at
the same time dry grinding operations.
Vertical Roller Mill Principle
Used in cement grinding production grinding parts of its various forms, there is a cylinder, cone type, ball type, etc., and roller
surface is also flat, curved, convex round noodles. Applied to the grinding roller to roller grinding along the track bed in close
contact with the material strength of a spring pressure, hydraulic, etc..
How Vertical Roller Mill Works
It has two pairs of grinding rollers, each pair of roller composed of two narrow rollers, mounted on the same axis and can rotate
at different speeds. There are two circular disc slot, and roller to the tire shape, work pressure in the tank. Disc roller and the
relative sliding velocity between small and roller can swing, even if the roller sleeve and the disc after the liner wear can
guarantee a good abrasive, will not affect the grinding effect. Roller symmetrical structure, one side can be upside down after use
and wear. Material grinding process: hydraulic pneumatic roller device through the pressure applied to the material on the crushing
of materials, the materials have been moved to crush the edge of disc, from the disc around the nozzle from the exhaust air to
improve these materials to Separator.Meal to separate returns after a concentrated mill, fine powder was collected in the
precipitator unloading. In the gas flow is small, the meal can not be increased to enhance air flow, they would fall through the
nozzle discharged outside the mill, bucket elevator to be transported to the feeder of vertical roller mill, and was re-grinding
mill feed people. This cycle features of the way there:
ring by adjusting the air valve, can change the product fineness can Shide mill bed load material uniformity and stability,
improving the grinding efficiency;
coarse particles in the external circulation, helps reduce Fan power consumption and overall system power.
Vertical roller mill from SBM的更多相关文章
- Vertical Menu ver4
以前一直使div来创建Vertical菜单,也曾有过3个版本.http://www.cnblogs.com/insus/archive/2011/10/19/2217314.html 现今Insus. ...
- [LeetCode] Binary Tree Vertical Order Traversal 二叉树的竖直遍历
Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bott ...
- LeetCode Binary Tree Vertical Order Traversal
原题链接在这里:https://leetcode.com/problems/binary-tree-vertical-order-traversal/ 题目: Given a binary tree, ...
- Binary Tree Vertical Order Traversal
Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bott ...
- [Latex]生成Vertical Timeline
Vertical TimeLine 用Latex生成一个竖直的VerticalTimeline的想法来源于今天翻看王老师的教师寄语,有感于学院走过的操作系统实验的艰辛之路,遂产生了写一个"小 ...
- SBM is Not Sale And Run Company
data = """ Well,We will bet you dollars to donuts,there are so many crusher provider ...
- Like ruby of SBM Crusher zip to dict
how to use the zip to bulid a dict in python? data = """A dynamic, interpreted, open ...
- vertical sync
these days, I am compelting vertical sync https://msdn.microsoft.com/zh-cn/library/windows/desktop/b ...
- 314. Binary Tree Vertical Order Traversal
题目: Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to ...
随机推荐
- protocol 和 delegate
步骤 1.发出协议(在发协议者.h文件 下@interface-@end 上边) @protocol hireOneMaid <NSObject> @required//必须要实现的方法( ...
- HDOJ5044(最近公共祖先)
#include<cstdio> #include<cstring> using namespace std; ; struct Edge{ int v,id,next; }e ...
- c++对象导出到lua
转自:http://www.cnblogs.com/ringofthec/archive/2010/10/26/luabindobj.html 虽然有tolua++, luabind等等, 不过自己手 ...
- 使用python对文件夹里面所有代码行数进行统计。
统计目录下所有的代码个数和总行数. # -*- coding: utf-8 -*- # @Author : ydf import json import os from pathlib import ...
- USACO-Greedy Gift Givers(贪婪的送礼者)-Section1.2<2>
[英文原题] Greedy Gift Givers A group of NP (2 ≤ NP ≤ 10) uniquely named friends has decided to exchange ...
- ssh的两种连接方法(包括无密码访问)
一.正常连接方法:ssh root@10.0.0.20 二.无密码连接方法(有两台机器:此处我把被连接的称为服务器,另一台则称为客户端): 1.先在服务器添加目录 .ssh: mkdir .ssh ...
- Material使用05 MdListModule模块 MdButtonToggleModule模块
1 在共享模块中导入MdListModule模块 import { NgModule } from '@angular/core'; import { CommonModule } from '@an ...
- Servlet的一些细节
由于客户端是通过URL地址访问web服务器的中的资源的,所以Servlet程序若想被外界访问,必须把servlet程序映射到一个URL地址上,这个工作在web.xml文件中使用<servlet& ...
- javascript函数自执行里的this为什么指向window
当你要确定“函数中的this是什么”的时候,永远不要到函数定义的地方去找答案!而是要到函数被调用的地方找答案! 具体说:函数里面的this的含义,是由它被调用的方式决定的. 换句话说,当你看到下面的代 ...
- C#中的?问号用法总结
在C#中有个较为重要,而常被一些人忽视的符号——问号(?).在这里整理一下它在C#的几种情况: 可空类型修饰符“T?”:可空类型的基础类型可以是任何非可空值类型或任何具有struct约束的类型参数,但 ...