pH Material Balance - Feasible?
pH Material Balance - Feasible?
(OP)
Hi everyone,
I'm working on a project to achieve pH control of our storm sewer sump. As you know many streams are the source of waste water, but we have identified the main ones. I'm attempting to demonstrate that if we properly neutralize the largest source of water, then any pH fluctuations of the other two main sources will be dampened.
What I'm doing is the following: I have three sources of water with known volumes and known pHs. I'm doing a component material balance based on the hydrogen ions concentration and the equation looks something like this:
(V1 + [H+]1) + (V2 + [H+]2) + (V3 + [H+]3) = VT + [H+]T
Where stream "T" is the total stream or the sump itself. The unknown would be the hydrogen ion concentration at "T." The pH can be easily found from there with a reverse log.
I did a spreadsheet and changed flows and pHs to predict final pHs and it seems to make sense. I just want to check with you guys and see what you think of this approach, whether it makes sense to you or not.
Again, I appreciate your help, thanks!
I'm working on a project to achieve pH control of our storm sewer sump. As you know many streams are the source of waste water, but we have identified the main ones. I'm attempting to demonstrate that if we properly neutralize the largest source of water, then any pH fluctuations of the other two main sources will be dampened.
What I'm doing is the following: I have three sources of water with known volumes and known pHs. I'm doing a component material balance based on the hydrogen ions concentration and the equation looks something like this:
(V1 + [H+]1) + (V2 + [H+]2) + (V3 + [H+]3) = VT + [H+]T
Where stream "T" is the total stream or the sump itself. The unknown would be the hydrogen ion concentration at "T." The pH can be easily found from there with a reverse log.
I did a spreadsheet and changed flows and pHs to predict final pHs and it seems to make sense. I just want to check with you guys and see what you think of this approach, whether it makes sense to you or not.
Again, I appreciate your help, thanks!





RE: pH Material Balance - Feasible?
Perhaps it's a typo, but I believe your equation uses a "+" where it should be "*".
Here's how I see it:
V1*[H1] + V2*[H2] + V3*[H3] = Total moles H+
Total [H+]= (Total Moles H+)/(V1+V2+V3)
From this you can predict the final pH.
On another note, if you have sensors in all three streams, you may be able to create a feedforward control loop, where the controller reads the pH from each stream, predicts the final pH, and then adjusts the pH of the main stream to account for the other two streams combined.
ChemE, M.E. EIT
"The only constant in life is change." -Bruce Lee
RE: pH Material Balance - Feasible?
ChemE, M.E. EIT
"The only constant in life is change." -Bruce Lee
RE: pH Material Balance - Feasible?
Thanks for the feedback! Yes, I'm sorry, it's a typo. I was trying to retype what I had in Word so I got confused.
Anyway... yes, you're right... The main stream we're trying to control it's about 500 gpm, while the other may be only about 10 gpm at normal conditions or I would say around 30 gpm max under upset conditions.
We already have a feedforward control at the storm sump and it has not worked well at all. Apparently, they have tried to tune it many times before I got here and it hasn't seemed to work. The pH is not constant at all in the other two low-flow streams. It fluctuates quite a bit from 12 to 2 in just a few minutes. In fact, if you look at the trend you could say that it neutralizes itself because of the peaks it has. Anyway... we are considering buffering pH at the other two streams. We are just starting by tackling the main stream, since it's so much larger than the other two.
I appreciate your help, thanks!
RE: pH Material Balance - Feasible?
if you have three streams
V1=V2=V3
stream 1 pure water
stream 2 strong acid 0.001 N
stream 3 strong nase 0.001 N
pH1=7 pH2=3 pH3=11
[H1]=1.e-7 [H2]=1.e-3 [H3]=1.e-11
(V1*H1+V2*H2+V3*H3)/(V1+V2+V3)=3.33 e-4
yieding pH=3.48 obviously wrong since stream 2 neutralizes stream 3 , PH should be almost 7.
besides, should you have one stream strongly buffered, and the others not, your equation will also fail.
RE: pH Material Balance - Feasible?
When two fully ionized solutions are mixed, and one is of a strong acid with concetration xA with pH=3, and the other is of a strong base with concetration xB with pH=11, the pH of the blend would be estimated from:
xA = [H+] = 10 -pH, for the acid
xB= [OH-] = 10 pH-14, for the base
In siretb's example xA = xB thus
10 pH-14 = 10 -pH resulting in pH=7.
When neutralizing weak acids having KA as dissociation constants,
When pH>>pKA we approach the previous equality.
When pH=pKA meaning the acid is half dissociated, and xB = 1/2 xA, we get pH=7.
Shinskey explains why although feedforward control may be helpful in reacting to flow upsets, it is not sufficient for the required precision needed in neutralizing acidities that can only be approximated with a well-mixed tank provided with a good measuring system on feedback control.
I'd recommend reading the corresponding paragraphs in
Process Control Systems by F.G. Shinskey (McGraw-Hill) where you'll find a thorough discussion of pH control.
RE: pH Material Balance - Feasible?
Your post prompts some additional comments. You are calling this a storm sewer sump. In my experience, storm water is usually non-contaminated storm runoff that has not been in contact with any process. If you indeed are having pH swings in storm water, you have more issues than pH to deal with.
RE: pH Material Balance - Feasible?
I agree completely and will do more research on it.
bimr, yes, trust me I do know that we have more problems than just pH! That's why it has not been a straight forward approach so far.
Thanks again.