EPANET能做什么,不能做什么
What Epanet cand and cannot do
Good news!Epanet can do most of the calculations you may need for your project,and
those that Epanet cannot do are actually pretty easy to do on a piece fo paper,You will
use Epanet mainly for:
》Determining what pipes with which diameters should be used.
》Determining what improvements and /or extensions the network needs.
》Determining where to install the tanks,valves and pumps.
》Studying chlorine's behavior and the necessity to establish secondary
chlorination points.
Although you can also use Epanet to make the following calculations,in my opinion,it
is safer and much quicker and less prone to error to make them by hand:
》Dimensioning tanks.
》Pump selection for simple pumping systems(it can calculate complicated
ones).
》Estimation of energy consumption.
》Simulation of the behavior of different elements,such as pressure reducing
valves or pressure sustaining valves.Even though these valves are quite
useful,they are difficult to find in many contexts.
Epanet's benefits are described in detail in the Epanet Users Manual.
What Epanet CANNOT do
Epanet assumes the quasi_equilibrium condition,that is,it assumes there are no
abrupt changes in the network.This is true up to a certain point.Long pipes(many
kilometers long),are very resistant to change,and beneficiaries do not behave like a
sardine shoal,opening and closing taps in unison.However,it leaves out some real
and quick phenomena such as pipe bursting,water hammer(which is caused by a
mass of water which weighs several tones and is stopped in just a few seconds after
closing a valve),sudden shutting of non-return valves,starting a pump or stopping it,
etc.
Some of the things Epanet CANNOT do:
1.Calculate water hammer.
2.Simulate pipe bursting.
3.Model the real behavior of non-return valves.
4.Evaluate the consequences of the presence of air inside the network.
To sum up,it does not allow you to model abrupt changes that do happen in real life
and some of which can be destructive.
----From Book 《Epanet and Development. How to Calculate Water Networks by Computer》
[ Santiago Arnalich, Maxim Fortin, Amelia Jimenez]
EPANET能做什么,不能做什么的更多相关文章
- 游戏引擎网络开发者的64做与不做(二A):协议与API
[编者按]在这个系列之前的文章"游戏引擎网络开发者的64做与不做(一):客户端方面"中,Sergey介绍了游戏引擎添加网络支持时在客户端方面的注意点.本文,Sergey则将结合实战 ...
- 游戏引擎网络开发者的 64 做与不做 | Part 1 | 客户端方面
摘要:纵观过去 10 年的游戏领域,单机向网络发展已成为一个非常大的趋势.然而,为游戏添加网络支持的过程中往往存在着大量挑战,这里将为大家揭示游戏引擎网络开发者的 64 个做与不做. [编者按]时下, ...
- 产品相关 做产品VS做项目
做产品VS做项目 by:授客 QQ:1033553122 相关定义 根据GB/T19000—2008<质量管理体系基础和术语>,有以下定义 过程process 一组将输入转化为输出的相互关 ...
- 子查询 做where条件 做 from的临时表 ,做select的一个字段 等
子查询 做where条件 做 from的临时表 ,做select的一个字段 等
- 现在创业做App,先做 Android 还是 iOS?
随着互联网+的高速发展,现在创业大部分都是在布局移动端,初期往往摆在面前最大的难题是,如何分配有限的成本,在最快的速度内占领市场?这个大难题会影响创始人在团队和产品建设方方面面的决定.缩小至移动App ...
- 在Linux用户空间做内核空间做的事情
导读 我相信,Linux 最好也是最坏的事情,就是内核空间(kernel space)和用户空间(user space)之间的巨大差别.如果没有这个区别,Linux 可能也不会成为世界上影响力最大的操 ...
- 【转】做产品VS做项目
相关定义 根据GB/T19000—2008<质量管理体系基础和术语>,有以下定义 过程process 一组将输入转化为输出的相互关联或相互作用的活动 注:一个过程的输入通常是其他过程的输出 ...
- springMVC能做什么,做j2ee时候要考虑什么
转载: http://jinnianshilongnian.iteye.com/category/231099 [置顶] 跟我学SpringMVC目录汇总贴.PDF下载.源码下载 博客分类: 跟开涛学 ...
- shiro能做什么,做j2ee时候要考虑什么
转载: http://jinnianshilongnian.iteye.com/blog/2018398, 感谢原作者 <跟我学Shiro>PDF完结版下载 博客分类: 跟 ...
- BAT线下战争:巨额投资或培养出自己最大对手(包括美团、58、饿了么在内的公司都在计划推出自己的支付工具和金融产品,腾讯只做2不做O)
BAT线下战争:巨额投资或培养出自己最大对手 2015年10月12日09:49 <财经>杂志 我有话说(18人参与) 收藏本文 BAT大举投资线下公司,看似咄咄逼人 ...
随机推荐
- [3].jekyll的基础
一.创建新项目 以下是一个获取最简单 Jekyll 模板并生成静态页面的方法.: Administrator@FANGPENG /e $ jekyll new myblog # 创建名为 myblog ...
- Android带多选功能的PhotoPicker
最近利用闲碎的一些时间开发了一个Android库PhotoPicker,前面一篇文章也介绍了,Android高仿微信图片选择功能的PhotoPicker,之前没有加入选择多张图片的功能,现在加上之后一 ...
- gpg的一些常用操作
(1)列出keys # gpg --list-keys /root/.gnupg/pubring.gpg ------------------------ pub 2048R/98681A63 2 ...
- 【Vegas原创】SVN的搭建及安装使用
中文手册:http://tortoisesvn.net/docs/nightly/TortoiseSVN_zh_CN/index.html 所需程序: 1,TortoiseSVN http://so ...
- db2 ha create dependency failed 解决
db2diag.log 2014-10-16-23.27.55.009490-240 E31979E444 LEVEL: ErrorPID : 6651 TID : 140508206864160 P ...
- Django 源码小剖: 应用程序入口 WSGIHandler
WSGI 有三个部分, 分别为服务器(server), 应用程序(application) 和中间件(middleware). 已经知道, 服务器方面会调用应用程序来处理请求, 在应用程序中有真正的处 ...
- android 电量分析工具
.参考文章:https://developer.android.com/studio/profile/battery-historian.html 这篇文章讲的是如果dump 电量日子文件batter ...
- Linux下配置ip地址四种方法
linux系统安装完,以后通过命令模式配置网卡IP.配置文件通常是/etc/sysconfig/network-scripts/ifcfg-interface-nameifconfig后显示的内容,l ...
- 开启MSDTC
DOS方式以运行中输入cmd 然后输入下面命令: 停止MSDTC: net stop msdtc 开启MSDTC: net start msdtc 卸载MSDTC: msdtc -uninstall ...
- Android手机的 storage
老外的一段解释 -------------------------------------------------------------------------------------------- ...