Cell Pathway Example #5:
Precipitate Removal Flux Links
To illustrate the use of precipitate removal flux links, consider a simple case involving precipitation of a species The chemical (or non-chemical, such as bacterial or viral) constituents that are stored and transported through an environmental system in a contaminant transport model. In GoldSim, the Species element defines all of the contaminant species being simulated (and their properties). from one Cell (a tank) to another Cell (representing a removal pond for sludge). This particular example file, Cell5_PrecipitateRemoval.gsm, can be found in the Contaminant Transport Examples folder in your GoldSim directory (accessed by selecting File | Open Example... from the main menu).
Suppose that the treatment tank contains 10 m3 of water. Water cycles through the system at a rate of 1 m3/day (flowing to an equal sized tank). The incoming water contains Fe at a concentration of 1 mg/l (equivalent to a mass rate of addition of 1 g/day). Chemicals are added to the tank such that the Fe has a low solubility in the tank water (0.01 mg/l), causing it to precipitate out.
The precipitated solid is immediately collected (via a filter) and removed to a sludge tank. The treated water is then discharged to another tank, which subsequently discharges to a sink.
To simulate this system, you would do the following:
- Define a single Species called Fe.
- Specify a solubility of Fe in Water of 0.01 mg/l.
- Create a Cell called Treatment_Tank containing 10 m3 of Water;
- Define a Cell called Sludge containing 1 m3 of water (the amount of Water is not important, as the Sludge Cell is simply acting as a sink for the precipitate);
- Create a Cell called Next_Tank containing 10 m3 of Water;
- Create a Cell called Sink (the amount of Water is not important, as it is simply acting as a sink);
- Create an Input Rate for Treatment_Tank equal to 1 m3/day * 1 mg/l (equivalent to mass entering at a rate of 1 g/day);
- Create an advective flux link between the Treatment_Tank and the Next_Tank with a flow rate of 1 m3/day.
- Create an advective flux link between the Next_Tank and the Sink with a flow rate of 1 m3/day.
- Create a precipitate removal flux link between the Treatment_Tank and the Sludge Cell with a high (100 day-1) transfer rate (so that the precipitate is removed immediately).
- Specify the simulation settings (i.e., duration and timesteps), and run the model.
The output of this simulation, in the form of time histories of the concentration in the Next_Tank and the amount of mass in the Sludge Cell is shown below:
Note that the concentration of Fe increases in the Next_Tank (since it starts out empty), until it eventually approaches the concentration in the Treatment_Tank (which never exceeds the solubility limit). The amount of precipitated mass that has been removed to the Sludge tank increases linearly at a rate of just under 1 g/day (nearly all of the Fe that enters the Treatment_Tank precipitates, since it enters at a concentration of 1 mg/l, and the solubility limit is 0.01 mg/l).
- Cell Pathway Example #1: Partitioning and Decay
- Cell Pathway Example #2: Advective Flux Links
- Cell Pathway Example #3: Diffusive Flux Links
- Cell Pathway Example #4: Direct Transfer Flux Links
- Cell Pathway Example #5: Precipitate Removal Flux Links
- Cell Pathway Example #6: Treatment Flux Links
- Cell Pathway Example #7: Solubility Constraints