1 Star 0 Fork 4

limeng/供水管网运行安全评价

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
set_time.m 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
jing-2020 提交于 2021-05-08 22:56 . 添加程序文件
function set_time( duration,duration_hy_step,duration_ql_step,start_time )
% 设置模型的开始时间
% duration——模拟周期,几个小时,例如:3(表示模拟3个小时);
% duration_hy_step——模拟的水力步长,单位秒;
% duration_ql_step——模拟的水质步长,单位秒;
% start_time——模拟的时刻,整点;例如:9点;
[error]=calllib('epanet2','ENsettimeparam',0,duration*3600);
[error]=calllib('epanet2','ENsettimeparam',1,duration_hy_step);
[error]=calllib('epanet2','ENsettimeparam',2,duration_ql_step);
[error]=calllib('epanet2','ENsettimeparam',4,start_time*3600);
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tczhilian/Safety-WDN.git
git@gitee.com:tczhilian/Safety-WDN.git
tczhilian
Safety-WDN
供水管网运行安全评价
master

搜索帮助