Hi,
I'm trying to solve start-up flow in a hollow cylinder with matlab and finite difference method. I'm still new in matlab and I have this code:
clear;clc;
h = 1;
Dr = 0.01; Dt = 0.01;
nmax = 4000; epsilon = 0.0001;
r = [0:Dr:h];
t = [0:Dt:h];
beta=0.1;
n1 = fix(h/Dr)+1;
m1 =...
Hi,
We have a desal pilot plant in place. It has a UF train and a RO train. We're having trouble preparing a well defined test plan. Neither me nor my boss has a lot piloting experience. Can you recommend me a good source of information, preferably a book, regarding preparing this test plan...
We have a filter plant which has three 300 gpm pureflow filter vessels and trying to treat groundwater which has Fe Mg and As. Our influent pH is 7 however effluent pH is 10.
The only chemical we add to the influent is NaOCl.Initially I thought it is because of the filter media. It is brand new...