<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Contact</title>
	<atom:link href="http://www.water-simulation.com/wsp/contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.water-simulation.com/wsp</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 07:46:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Hamid</title>
		<link>http://www.water-simulation.com/wsp/contact/comment-page-1/#comment-110114</link>
		<dc:creator>Hamid</dc:creator>
		<pubDate>Sun, 26 Oct 2008 07:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/contact/#comment-110114</guid>
		<description>%MATLAB CODE
%load epanet2.dll and .h
loadlibrary(&#039;epanet2&#039;, &#039;epanet2&#039;)

%display library&#039;s functions 
libfunctions epanet2 -full

%open network file, set output file eg. net1.inp
calllib(&#039;epanet2&#039;, &#039;ENopen&#039;, &#039;net1.inp&#039;,&#039;net1.txt&#039;,&#039;&#039;);

%run hydraulic simulation and save in output file
calllib(&#039;epanet2&#039;,&#039;ENsolveH&#039;);

%run quality simulations and save in output file (after ENsolveH)
calllib(&#039;epanet2&#039;,&#039;ENsolveQ&#039;);

%for methods with pointers (returning values in arguments)
%setup a pointer with this command, see matlab ref for more information.
%the pointer reference is initiated with zero in this case
nnodes = libpointer(&#039;int32Ptr&#039;,0);
%calls the method
calllib(&#039;epanet2&#039;,&#039;ENgetcount&#039;, 0 , nnodes);
%returns the values stored in the pointer
get(nnodes,&#039;Value&#039;);
%write a formated text report in output file
calllib(&#039;epanet2&#039;,&#039;ENreport&#039;);

%close toolkit
calllib(&#039;epanet2&#039;, &#039;ENclose&#039;);
%unload library
unloadlibrary epanet2
----------------------------------
Hello
at what time after time 0 we can find the real chlorine quantity ?

how can I determine global balk coefficent ?

how can I show and run an inline chlorinator in EPANET ?

this means how I can modelling chlorine injection in a junction?

abot this programs:

My main quastion is to find new point to inject chlorine in order to solve the problem of dead points,I think the solution is to inject chlorine in some junctions
and this junctions should be fond via genetic algorithm method, there for I should link EPANET with MATLAB for this purpose.
this program work correctly !
but I dont know thatג€™ outputs !!!
Plaese help me.
thanks in advance</description>
		<content:encoded><![CDATA[<p>%MATLAB CODE<br />
%load epanet2.dll and .h<br />
loadlibrary(&#8216;epanet2&#8242;, &#8216;epanet2&#8242;)</p>
<p>%display library&#8217;s functions<br />
libfunctions epanet2 -full</p>
<p>%open network file, set output file eg. net1.inp<br />
calllib(&#8216;epanet2&#8242;, &#8216;ENopen&#8217;, &#8216;net1.inp&#8217;,'net1.txt&#8217;,&#8221;);</p>
<p>%run hydraulic simulation and save in output file<br />
calllib(&#8216;epanet2&#8242;,&#8217;ENsolveH&#8217;);</p>
<p>%run quality simulations and save in output file (after ENsolveH)<br />
calllib(&#8216;epanet2&#8242;,&#8217;ENsolveQ&#8217;);</p>
<p>%for methods with pointers (returning values in arguments)<br />
%setup a pointer with this command, see matlab ref for more information.<br />
%the pointer reference is initiated with zero in this case<br />
nnodes = libpointer(&#8216;int32Ptr&#8217;,0);<br />
%calls the method<br />
calllib(&#8216;epanet2&#8242;,&#8217;ENgetcount&#8217;, 0 , nnodes);<br />
%returns the values stored in the pointer<br />
get(nnodes,&#8217;Value&#8217;);<br />
%write a formated text report in output file<br />
calllib(&#8216;epanet2&#8242;,&#8217;ENreport&#8217;);</p>
<p>%close toolkit<br />
calllib(&#8216;epanet2&#8242;, &#8216;ENclose&#8217;);<br />
%unload library<br />
unloadlibrary epanet2<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Hello<br />
at what time after time 0 we can find the real chlorine quantity ?</p>
<p>how can I determine global balk coefficent ?</p>
<p>how can I show and run an inline chlorinator in EPANET ?</p>
<p>this means how I can modelling chlorine injection in a junction?</p>
<p>abot this programs:</p>
<p>My main quastion is to find new point to inject chlorine in order to solve the problem of dead points,I think the solution is to inject chlorine in some junctions<br />
and this junctions should be fond via genetic algorithm method, there for I should link EPANET with MATLAB for this purpose.<br />
this program work correctly !<br />
but I dont know thatג€™ outputs !!!<br />
Plaese help me.<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elad Salomons</title>
		<link>http://www.water-simulation.com/wsp/contact/comment-page-1/#comment-19604</link>
		<dc:creator>Elad Salomons</dc:creator>
		<pubDate>Thu, 12 Jul 2007 18:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/contact/#comment-19604</guid>
		<description>Please try again.</description>
		<content:encoded><![CDATA[<p>Please try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.water-simulation.com/wsp/contact/comment-page-1/#comment-19560</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 12 Jul 2007 10:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/contact/#comment-19560</guid>
		<description>I am unable to post any new threads in the EPANET forum. I cant find any link for posting new threads. Can you help.</description>
		<content:encoded><![CDATA[<p>I am unable to post any new threads in the EPANET forum. I cant find any link for posting new threads. Can you help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

