TABLE IV. Cell names and equations for calculations. |
| -Cell- |
-Name- |
-Represents- |
| F7 |
GAL |
Volume of water needed (in gallons) |
| F8 |
DF |
Dilution factor (range of 0.0-1.0) |
| F16 |
CS |
Calcium sulfate added (in grams) |
| F17 |
CL |
Calcium chloride added (in grams) |
| F18 |
CC |
Calcium carbonate added (in grams) |
| F19 |
MS |
Magnesium sulfate added (in grams) |
| F20 |
NL |
Sodium chloride added (in grams) |
| F21 |
HCL |
Hydrochloric acid added (milliliters of 0.1 M) |
| F22 |
HP |
Phosphoric acid added (milliliters of 0.1 M) |
| F23 |
HLAC |
Lactic acid added (milliliters of 0.1 M) |
-Cell- |
|
-Equation- |
| F9 |
|
=GAL*(1-DF) |
| F10 |
|
=GAL*DF |
| C16 |
|
=B16*(1-DF); Copy this equation down through C21 |
| E16 |
|
=ROUND(264.2*(0.232*CS+0.272*CL+0.4*CC)/GAL,1) |
| E17 |
|
=ROUND((264.2*0.6*CC-0.7926*(HCL+1.5*HP+HLAC))/GAL,1) |
| E18 |
|
=ROUND(264.2*(0.558*CS+0.39*MS)/GAL,1) |
| E19 |
|
=ROUND(264.2*0.099*MS/GAL,1) |
| E20 |
|
=ROUND(264.2*0.3934*NL/GAL,1) |
| E21 |
|
=ROUND((264.2*(0.483*CL+0.607*NL)+0.936*HCL)/GAL,1) |