Maryland Virtual High School

Computer Models of Stream Oxygenation

One STELLA II Model of Deoxygenation and Reoxygenation:

The concentration of oxygen in water is a function of temperature, pressure, and other dissolved and undissolved materials. However, the temperature and pressure in this model are considered to be constant. The dissolved waste B is only the total waste entering into the stream, and there is no soil corrosion on the banks of the stream. This waste B can be studied to determine the WasteCoef (k'''B) in the laboratory. The growth rate of a micro-organism is considered in the determination of the WasteCoef (see Suggested Exercises and Discussion Questions). In addition, the waste can be easily monitored, and there is not another entry point before or below the mixing point of waste B. At the mixing point, there is a complete mixing between waste B and water. There is also a constant velocity of the water flow in the stream. In general, the stream is an ideal stream.

This model will use eq. 5 to describe the rate of removal of organic waste by bacteria:

WasteEaten=WasteCoef*WastePPM*Time
With eq. 10, the process of deoxygenation is:
DeOx = (wastecoef*WastePPM*time)-(ReOxCoeff/Streamheight*OxygenPPM*time)
The saturation value of oxygen in water is 9.8 ppm. Therefore, the rate of oxygen absorption is only the interphase of the water's surface and air; there is no other mechanical or natural devices to increase the surface area of water. The rate of reoxygenation is:
ReOx = Area*(9.8-OxygenPPM)*ReOxCoeff*time

Figure 1: Deoxygenation and Reoxygenation Model

Pic of a Stella ][ Model

In this model, the test data are:

Figure 2: System Equations for Deoxygenation and Reoxygenation

OxygenPPM(t) = OxygenPPM(t - dt) + (ReOx - OxGone) * dt
	INIT OxygenPPM = 9.8
	INFLOWS:
		ReOx =	IF OxygenPPM=9.8 THEN 0 ELSE 
		MIN((Volume/StreamHeight) * (9.8-OxygenPPM) * ReOxCoeff 
		* (time-dt),9.8-OxygenPPM)
	OUTFLOWS:
		OxGone = DeOx

WastePPM(t) = WastePPM(t - dt) + (WasteinPPM - WasteEaten) * dt
	INIT WastePPM = 0
	INFLOWS:
		WasteinPPM = GramsWasteIn*(time)/(Volume*1000)
	OUTFLOWS:
		WasteEaten = WasteCoef*WastePPM*(time+dt)

Area = 200
DeOx = (WasteCoef*WastePPM*(time))-(ReOxCoeff/StreamHeight*OxygenPPM*(time))
GramsWasteIn = IF TIME = 1 THEN 250000*1000 ELSE 0
ReOxCoeff = .0000738
StreamHeight = 20
Volume = Area*StreamHeight
WasteCoef = .00165

By setting running the time options, the students can observe the relationship between the oxygen concentration and waste B concentration (in PPM) (see figure 3).

Figure 3: The Graphical Relationship Between the Oxygen Concentration and Waste B Concentration

Graph of Oxygen and Waste PPM versus Time

Figure 4: The Numeric Relationship Between the Oxygen Concentration and Waste B Concentration

Time OxygenPPM WastePPM OxGone ReOx WasteEaten GramsWasteIn
144.7352.751.220.971.310
154.4951.441.271.11.360
164.3150.081.321.211.40
174.2148.681.371.321.450
184.1647.231.41.411.480
194.1745.751.431.491.510
204.2344.241.461.561.530
214.3442.711.481.611.550
224.4741.161.491.651.560
234.3639.61.51.681.570

Teachers: Dissolved oxygen (DO) and 1k'A can be found in the CRC Chemical and Physical Handbook or Perry's Chemical Engineering Handbook. k"'B for a specific chemical can also be found in Perry's or CRC's, but they can also be easily determined in the laboratory.


[Back] [Table of Contents] [Stream Overview] [Math Model] [Selected Questions] [Bibliography] [Feedback]



Search MVHS | **Home** | MVHS Contacts
News and Views | Classroom Projects | CoreModels Program | NCSA-PACI Collaboration | Additional Initiatives
MVHS Central | MVHS North | MVHS West