reservior sedimentation effects of input parameter ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf ·...

35
. ;, Reservior Sedimentation EFFECTS OF INPUT PARAMETER VARIATION. ON SEDIMENTATION IN RESERVOIRS Supplement to Bed Load Deposition and Delta Formation: A Mathematical Model by Oner Yucel and l<Jalter H. Graf December 1973 "by Michael Parsons and Willard Murray Fritz Engineering Laboratory LEHIGH UNIVERSITY Bethlehem, Pa. 18015 1974 Fritz Engineering Laboratory Report No. 384.2

Upload: others

Post on 14-Oct-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

. ;,

Reservior Sedimentation

EFFECTS OF INPUT PARAMETER VARIATION. ON SEDIMENTATION IN RESERVOIRS

Supplement to Bed Load Deposition and Delta Formation: A Mathematical Model by Oner Yucel and l<Jalter H. Graf December 1973

"by Michael Parsons and Willard Murray

Fritz Engineering Laboratory LEHIGH UNIVERSITY

Bethlehem, Pa. 18015

1974

Fritz Engineering Laboratory Report No. 384.2

Page 2: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

I. Introduction

report

This report contains material which relates directly to the

"Bed Load Deposition and Delta Formation: A Mathematical Model", by Oner Yucel and Walter H. Graf, December 1973, Fritz Engineering Laboratory Report No. 384.1.

It is assumed that the reader of this report is entirely familiar with

the contents of the above mention~d ~eport. I

I

· The material in the following sections of this report

consists of a discussion of the computer program in general, with

some important comments that were .not included in the initial report.

One section is devoted to some computational details that require

emphasis. Unfortunately, the computer program has limitations which

prohibit normal execution under certain input conditions. These

problems are a subject of another portion of this report. Finally,

the results of varying the input parameters are discussed and some

generalities concerning delta formation pre stated.

Page 3: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-2

II. General Comments on the Program and the Initial Report

A. Modifications

Since th& completion of the initial report, the computer

program has been modified to include a fourth bed load equation.

This equation, which is the result of work done by Acaroglu and Graf,

can be expressed by:

To utilize this equation during the program execution, it is necessary

to set the input parameter NEQ equal to 4. However, using this equation

produces either abnormal termination of execution or unsatisfactory

results. These aspects will be discussed later.

A fifth bed load equation has been partially written into

the computer program. This last approach is the result of studies

conducted by Laursen. All of the necessary changes to the program

have been made, with the exception of the inclusion of the computational

statements. A review of the present program reveals that statements

need to be written for only the subroutine DPBL. The remaining subrou-

tines that refer to the Laursen equation already have the necessary

i. statements. These existing equations refer almost entirely to the

output formats for both the printer and the plotter. The Laursen

solution is identified by setting NEQ equal to 5.

B. Conditions·under which the Equations are Applicable

The research cqnditions preceeding the development of the

Page 4: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-3

Schoklitseh, the Meyer-Peter Muller, and the Einstein-42 bed load

equations varied significantly. The studies involved different sedi-

ment, stream, and reservoir characteristics. Table 1 contains the ranges

of particle diameters for wh~h the equations are applicable.

Table 1

Particle Size for Which the Bed Load Equations .are Applicable

Equation

Schoklitsch-Hjulstrom Meyer-Peter Muller Einstein-42

Particle Diameter (mm)

>6 5 to 28

0.8 to 28

The.bed load rates predicted by the three equations under

a given set of parameters differ significantly, often·by an order of

magnitude. A comparison was made of how the equations react to

varying parameters. The control set of parameters, or the base from

which the parameters were varied, was the following:

Flow rate, q Manning's n Bed slope, Sb Particle size,

= 2.0 m8 /sec/m 0.025 0.0001

d50 = 0.010 m

Figures 1, 2, 3 and 4 show the bed load rate plotted against the

flow·rate, bed slope, particle size, and Manning roughness, respec-

tively. These plots will be used to help expla~n the delta formations

that were predicted by the various sets of parameters.

The research work that preceeded the compilation of the

initial report was concerned primarily with small particle sizes.

The discussions and results are based on computer runs with sediment

diameters of 0.5, 1.0, and 2.0 mm. Table 1 shmvs that Einstein's

equation is the only one that is clearly·applicable in this range.

Page 5: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

When revi~wing the results of the initial report, it should be remem­

bered that the Schoklitsch and Meyer-Peter Muller equations were

utilized with sediment sizes that are outside their recognized range.

-4

Page 6: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-5

III. Program Details of Rate

A. Slope

The initial report mentions the fact that the bed load

equations were written for uniform flow conditions and thus the

three slope terms (i.e .. , river bed, water surface, and energy slopes)

are equal. In the reservoir problem, the slopes are not equal, and

it is necessary to choose a slope value to insert into the equations.

The authors then state (p. 16) that an effective channel slope was

selected. This slope is defined as an average of the bottom and energy

slopes.

An examination of the computer program reveals that apparently,

only the energy slope is used in the calculations. A specific investi-

gation was cond~cted to determine exactly which slope values are being

employed. The following eight steps demonstrate that the value of

the slope term used in the bed load equations is definitely the energy

slope.

The array containing the values of the energy slope (SE)

is defined and used in the manner shown below.

1. ·SEDRES calls WPROF with SEas a parameter. 2. WPROF calls SLOPE with SEl as a parameter. 3. SLOPE calculates the energy slope by using the Manning

equation and returns the value to WPROF in SEl. 4. WPROF calls INDXV with SE(NS) as a parameter. 5. INDXV equates SE(NS) with SEl, SEl being transferred in

COMMON/REACHl, and execution xeturns to WPROF. 6. WPROF returns to SEDRES with SE defined as the energy

slope. · 7. SEDRES calls DPBL with SEas a parameter. 8. DPBL equates STEM with SE(NB) and uses STEM in the bed }oad

equations (e.g., DPBL.92 and. DPBL.lOO).

Page 7: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-6

.Although the descrepancy between the report and the program

may be disconcerting, this investigation started because it was believed

that using just the energy slope in the calculations would model the

phei10mena more accurately than by using an average of the two slope

terms.

B. Delta Depth

The computer program treats the changes in the reservoir

bottom profile due to sedimentation, in the following manner. The

bed load equations predict either the weight or the volume of sedi­

ment that is transported by the river. By calculating the bed load

capacity at both ends of a reach, and by subtracting one from the other,

the amount of sediment deposited along that reach is obtained. The

program then divides the volume of sediment by the length of the reach

and arrives at the depth increment in the reach. This last step

assumes that the volume of sediment is laid down as.a solid mass

without any pore spaces. Such an assumption is quite unrealistic.

Initially sediment deposits have a high porosity and, with time, the

succeeding layers of sediment compress the bottom layers and thus

decrease the porosity of the latter. It appears that at no time does

the porosity reach zero.

A computer run was made that assumed a constant porosity

of the sediment deposits and adjusted the depth increments accordingly.

The results were that the shape and location of the delta remained

the same as when porosity was ignored. Naturally, the rate of formation

was faster and more computer_ time was required because the back water

Page 8: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

profile w~s calculated more frequently.·

This subject of porosity and the effect it has on the

rate of delta formation is quite important. In a more sophisticated

model, this factor should be included.

C. Erosion

In nature, the formation of a reservoir is a very unsteady

process. At different times, the stream may be either depositing or

eroding material. This aspect was not incorporated into the present

program. Because it is assumed that the flow in the river is constant

and at its bed load capacity, erosion was not expected to occur. In

fact; in subroutine DPBL (card 134), if erosion is predicted over a

certain reach, the change in bed load over that reach is set equal to

zero. The assumptions justify this approach. Under these conditions,

any prediction of erosion would probably be due to round-off errors.

-7

Two computer runs were made to see if erosion occurs under

the prescribed assumptions. The program was altered slightly so that

the ealculations would not be affected, but so that a message would be

printed out every time erosion was encountered. In both cases, erosion

did not occur. The second case had an additional different feature.

The flow rate was gradually increased and then decreased to its initial

value. Even under these conditions there was no evidence of erosion.

Future studies should recognize the fact that the streams

are not always transporting their full bed load capacity and thus,

may cause erosion as they enter the delta area. With this feature

Page 9: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

incorporated into the model, more realistic comparisons with existing

reservoir systems could be made.

D. Output

The final point to be made in this section concerns a

small detail in the computer program's printed output. After the

bed load deposition calculations are printed in a table, there is a

brief section that concerns the amount of sediment deposited. In

this section, the amounts of sediment are expressed in either cubic

meters per month or metric tons per month (p. 82). Using the units

of month is correct only when the parameter FAC, which is the length

of the sedimentation period ·in seconds, is set equal to the number of

seconds in a month.

Although in the initial report (p. 19) it is stated that

a thirty-day sedimentation period was selected, the Appendix reveals

that the value of FAC was set equal to the number of seconds in a day

(p. 78). However, this slight error does not affect the results of

the computations.

-8

Page 10: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-9

IV. Technical Problems with the Computer Program

The introduction of this pap~r refers to the program limi-

tations that prevent normal execution under certain input conditions.

The fact that results cannot be obtained for these parameters is not

the only consequence of this situation. The types of errors that the

computer diagnoses are indicative of some very basic problems with the

program. Although these problems have. not been solved, they have been

identified.

A. Subroutine REACH

1. Back Water Profile

The computer program is written in such a manner that it

recomputes the reservoir back water profile after a significant amount

of sediment has accumulated. The computation of this back water curve

is straightforward when the reservoir bottom is fairly smooth. Unfor-

tunately, the faces of some deltas have very abrupt changes in slope and

it appears that subroutine REACH, in whic~ the curve is calculated,

cannot handle these conditions. ·The problems develop when a rapid

delta formation rate is predicted and the face approaches a vertical

line. The use of the Acaroglo-Graf bed load equation has frequently

resulted in abnormal termination of execution. With large diameter

particles (10 mm) the Meyer-Peter Muller equation was unsuccessful, also.

The computer identifies these problems by specifying that the

reason for termination is either a mode 2 or a mode 4 error. In both

• cases the address of the error indicates that it occurs in subroutine

REACH. A close investigation of a computer run, with a certain set

Page 11: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-10

. of input parameters,_ revealed that the back water profile calculations

predicted a positive depth increment in one section, as they worked

their way upstream. The program then proceeded to reduce the increment,

' -14 by trial and error, until it was on the order of 10 meters. In a

different run, still using the Acarogol-Graf equation, a positive depth

increment was again predicted, but this time the use of excessive

computer time stopped the calculations.

To correct these conditions, the back water profile statements

should be modified to handle abrupt changes in the reservoir bottom

surface. An efficient and accurate method for determining the back

water curve is essential to the computer program.

2. Tolerance Factor, EPSMIN

One of the several ways to increase the accuracy of the

calculations is by specifying a small value for the input parameter

EPSMIN. In the initial report, and for a majority of the work done for

this report, a value of 0.10 was used for EPSMIN. A study was made

to determine the effect of smaller values of EPSMIN on the program

execution.

In rubroutine REACH a check is made to determine if the back

water profile calculations have reached the river section. To do this,

the program determines if the section bzd slope is within a certain

percentage of the river bed slope. Then a check is made on the percent

differenc~ between the section bed slope and the section energy slope.

If both checks are less than or equal to EPSMIN, then it is assumed

Page 12: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-11

that the river has been reached. If this is not the case, then parameters

for a new reach are calculated. If both checks are within EPSMIN, then

the depth at the upstream end of the reach is set equal to the normal

depth, and all the slopes (energy, water and bed) are set equal to the

initial river bed slope.

Several results occur when the value of EPSMIN is varied.

In order to evaluate this, the program was run using the Meyer-Peter

Muller equation, and EPSMIN values of 0.05, 0.03 and 0.025. In general,

all the equations predict a sudden decrease in depth at the upstream

end of the last reach when a value of 0.05 is used. This is due to

the fact that the depth at this point is not calculated. Instead, it

is automatically set equal to·the normal depth. When an EPSMIN value

of 0.025 was used the program required excessive computer time. The

nature of the program is such that if the river is not reached in the

number of sections that are dimensioned, then the array length is

increased and the profile is recalculated .. By specifying a small

tolerance, the array length must be lengthened several times in each·

cycle. Under these input conditions, an EPSMIN value of 0.025 is too

.small to be practical. It is interesting to note that for the cases

·studied, a value of 0.03, which is only slightly larger than the pre­

ceding value, is practical from a computer time viewpoint, and it is

small enough to eliminate the large decrease in depth at the last

section.

It appears that, by using an EPSMIN value of 0.10, the

results may be less accurate, but it is possible to obtain a complete

Page 13: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-12

and efficient computer execution for the three bed load equations.

B. Peculiarities of the Plots

There are often irregularities in the computer program plots.

Because the program is not forced into calculating elevations for a

specified length of the channel, the lines do not extend upstream to

the same point. Due to the nature of the program the calculations

for a certain water profile cease when the flow parameters are close

enough to those representing normal flow. One might expect that each

succeeding back water profile would extend upstream further than the

ones before it. In general, this is not true. There are two reasons

that may account for this behavior. First, the calculations are based

on meeting a tolerance, and this fact alone could be responsible for

the varying profile length. Second, the last point to be plotted

(i.e., the furthest upstream) is not the point of normal flow, but

rather the point just before the river reaches normal flow. Since the

reaches may vary in. length, so may the location of this last point.

The above discussion appears to be centered around a rather

.insignificant point. However, the problems become quite serious when

the program is run using the Acaroglo-Graf equation. Both the bottom

and water surface profile lines stop right at the front edge of the

delta. Apparently the program has selected a reach of such a significant

length that the next section is at normal depth. Once this occurs for

one profile, the succeeding ones are not reliable because the sediment

deposition calculations have been ba~ed on an incorrect bottom profile.

It may be possible to correct this situation by restricting the reach

Page 14: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-13

lengths in the delta area.

This problem, like those in the immediately preceding

paragraphs, stems from computational difficulties in subroutine REACH.

Once this subroutine can accommodate all of the possible bottom forma­

tions, these problems should be eliminated.

Page 15: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-14

V. Effects of Parameter Variation and Comparison of the Three Equations

Several sets of computer runs were made in which one input

parameter was varied from run to run and the remaining ones were held

constant. The reservoir and stream characteristics under investigation

were the Manning roughness coefficient, n, the sediment size, n50 , and

the length of the sediment period. The parameters that remained

.constant at all times were the discharge per unit width, q, and the

initial bottom slope of the reservoir and the stream, sb.

A. Manning Roughness, n

Computer runs were made with n values of 0.025 and 0.035

and sediment sizes of 0.5mm and lOmm. ·It should be noted that changing

the roughness affects the solution in several ways. An increase in

roughness, while maintaining a constant bottom slope, flow rate and

sediment size, has the effect of increasing the normal depth and of

decreasing the velocity. Figure 4 illustrates how the bed load capacity,

as predicted by the three equations, varies with "different values of

Manning's n.

Figures 5, 6 and 7 show the delta formations for the Schoklitsch­

Hjulstrom, Meyer-Peter Muller and Einstein-42 bed load equations with

a sediment size of 0.5mm. In all three cases, the higher n value of

0.035 causes the delta to form closer to the dam. In two of the figures,

Schoklitsch-Hjulstrom (Fig. 5) and Einstein-42 (Fig. 7), the lower n

value is responsible for forming a steeper-faced delta, whereas the

opposite is true for the Meyer-Peter Muller figure (Fig. 6).

Page 16: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

A similar study was made using a sediment size of 10 mm

which is within the alleged applicable range of all three equations.

The results are shown in Figs. 10 and 11 which correspond to the

Schoklitsch-Hjulstrom and the Einstein-42 bed load equations. Unfor­

tunately, the computer program was not successful with this sediment

size using the Meyer-Peter Muller equation. The qualitative results

are the same as the ones discussed in the preceding paragraph. A

comparison of the bed load rates shown in Fig. 4 and the relative

-15

delta sizes in Figs. 10 and 11 illustrate that as the bed load capacity

increases so does the depth of the delta.

B. Sediment Size

Computer runs were made to determine the affect on delta

formation of the 1 and 10 mm sediment sizes. Figure 3 shows that the

bed load capacity, as predicted by both the Schoklitsch-Hjulstrom and

the Einstein-42 equations, decreases significantly with this change in

sediment size. Figure 14 and 15 show that· in both cases the deltas

formed with the 10 mm particles are smaller and further upstream than

1 mm.particle deltas. These two generalities are to be expected since

the bed load capacity is smaller for the 10 mm sediment size and since

larger particles settle out faster _and therefore fu+ther upstream than

smaller particles. These observations differ somewhat from those made

in the initial report. The author noted that under the conditions

studied, the Schoklitsch-Hjulstrom delta formation rate did not depend

much on sediment size. It should be emphasized that this generality

applies only under certain conditions.

Page 17: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-16

C. Sediment Period

Computer runs were made to observe the effect of the sediment

period length on the delta formation. The Meyer-Peter Muller and the

Einstein equations were selected, because, for the flow parameters

selected (n50 = 0.5 mm and n = 0.025), the former predicts a rapid

delta formation while the latter predicts a slow one. Both programs

were run for sediment periods of six hours and one day.

The results of the Meyer-Peter Muller runs show that, for

the six-hour sediment period, a smoother, more shallow and slightly

larger delta than that for the 24-hour period delta. This is because

the nature of the program is to recompute the water surface profile

whenever the sedimentation exceeds 2% of the depth from the previous

water profile calculations. Therefore, if the rate of sedimentation

is rapid, then the specified period should be small. This precaution

ensures a sufficient frequency of back water calculations. Another result

of reducing the sediment period is a 30% reduction of the sediment"ation

time span for a given length of computer time.

The results of the Einstein-42 equation runs.show that the

delta formations are almost identical. This is to be expected because

the computer run with a 24-hour period had several deposition cycles

between back water calculations. This means that the 24-hour period

was sufficiently small and any further reduction would have no signi­

ficant effect.

Page 18: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-17

D. Comparison of Equations

A significant portion of this study is the comparison of

the delta formations predicted by the three equations under the same

input parameters. Figures 8 and 9 show the superimposed deltas for a

sediment size of 0.5 mm and a Manning roughness of 0.025 and 0.035,

respectively. The shapes and sizes of the deltas, relative to each

other, are the same in the two figures. Under these input conditions

the Meyer-Peter Muller equation predicts a delta formation rate that

is over five times as fast as the Schoklitsch-Hjulstrom rate and over

ten times as fast as the Einstein-42 rate. The observation differs

significantly from that made in the initial report which, under different

conditions, states that the .formation rates predicted by the Meyer-Peter

Muller and the Einstein-42 equations were similar and that they both

were twenty times as fast as the Schoklitsch-Hjulstrom rate.

A similar study was made using a sediment size of 10 mm. The

results shown in Figs. 12 and 13 illustrate that the delta formation

rate predicted by the Einstein-42 is approximately five times faster

than the one predicted by the Schoklitsch-Hjulstrom equation. Although

the deltas are located in the same position, the Einstein-42 equation

also predicts the formation of a steeper face sooner than the Schoklitsch-

Hjulstrom equation. ·

The differences in delta formation rate can be attributed

to the extremely different bed load capacities of the three equations.

Figures 1, 2, 3 and 4 show that the equations react differently and to •

varying degrees when various parameters are altered.

Page 19: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-18

VI. Summary, Conclusion, Recommendations

This investigation has observ~d the effects of varying

the reservoir and stream input parameters for a reservoir sedimentation

mathematical model. During the course of this study, certain computer

program difficulties arose and an attempt was made to diagnose these

problems •. Also included are several figures of the deltas formed under

various sets of reservoir characteristics which allow a visual comparison

of the differences among the three bed load equations included in this

study.

The major conclusion of this study is that the technical

problems that were discussed earlier in this report need to be corrected

before the results become complete!~ satisfactory. There are several

problems that occur with the calculation of the back water profile

curves which may affect all of the results.

It is apparent that generalities should not be made~

Conclusions of the initial report have been shown to be invalid for

the conditions under which the program was run in this investigation.

The assumptions that were made when the program was written

(see initial report) impose strict limitations on the application of

the results. Future· work should concern the incorporation of the

following features into the model.

1. The effect of the river increasing in width as well as depth as it enters a reservoir.

2. The variation in bed load and the change in flow rate of the river.

3. The mechanism of erosion. 4. The elimination of a vertical face delta which may now be

predicted if the formation rate is fast.

Page 20: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

s. The gradation of sediment and a deposition mechanism that accounts for porosity.

Until all of these recommendations are included in the

computer program, the results will be only qualitative. The results

to date indicate that the general approach to the problem of sedimen-

tation is reasonable, _but the model will only be as good as the bed

load equation that it uses.

-19

Page 21: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

,.

.10.0.

/

\:j

c-·

' '·

~· I·~.· \) ..

tO· . ro . o· 1-l

,---#

(

. .. ·- -- -----------9

- :---~-:.:. --: --.:_ ·: _!_.:·.·: ;_ ·- ·:_: __ :- _:-::_·_· _::_::..:.:::: -- - -

"-L---· : __ --

8

7,

6

5

4

3

' I I

I I I I 1 /I I I I : ~ 1 I j i I J_[ I I I i I i I I i ' i ! I

1.0

9

8

5

4

3

2

t-·

I

' '

E£1 ~-1. ' .

====±=--~-i

. -_r-:-- ::J ·- I

. __

- __ .. _= ---' -. -t------

--

3-~~---l~~--~----~-~==~==~-1----~~~==~====~=====F=====f====~======F===~~~--~

H--~~-- .\ 7 -;--;--;-- --;-;--;·-;- --,n- -r-1-r-r ---;-;--;-;- -r--,-1-- -rr,-L -n--,-·-~-H--, -·-~=F -:-,--- -;- -- --!--~--- -•

~~- -;-~~ --;~---~-- -jr-~: :-:-t~·-::-:·: -::-;--:- --:-:-:-: -:-~r-~:-:! ~-:;,~-:-:~~ ] I I -;c-'-- -----,1.-.-:-i := -- -r:- ~~~~- ~-fff~= -=FifF ~rq~-xccc :ttt - rxct =(' ;_LJ.:.U-9=- -;- =f+H'= : ·:~-~ ;-~:-=R

:. O.?~~~~=r-f=FFfTlttff,-1 -j==f-11 Flow Rate, q~ m3/sec/m ~- ~~ . -~-1 fT-=-F;=;-~f~~~=~~~~~

.o.o 2.0' 4.0 6.0 8.0, 10.0 ···-- - . -

Page 22: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

- '

io.o~~~~~~~~~~~~~~~~~~~~==~==~~~~~~~~ 9'--l:-=.:,;i''""·~_'.;_'..:.!'_· ~-,:-_-_~.;_=-=""':_·,+---''_'.;_' ..:..,'-. ,_j._.;__.;__;;_;_-.f-:-,_,.,_.;-..:_j:-'.;_'_;-~,;_"'-'-'''=-'f_·=t-:'=-..:.·=·...,''-~-~~-'"'-:4·~==~-'::-;;..:--~:::,;_-=.;-'=+''.;-''-;.:,'·::..=--=-::=-'='='-i.-l""=="'=-':~:,-=.;_==-'==,...--f=-'_::,;_ __ :.:.'=-~::--:-=:::;='+':,:;:.f:,.:,;::-:;...~:---'·:=-.:::=":r-'·='-';..=""":..:'=;...:.:·:"'7_.;_q,;_=--=·:,,:.:__::c_"~:-:-=-c:.:,--l el_-+·~-i~--=-~:~;_:.-~c:_--~_;·:-::..··~·-·~:-~--~·--'·;_-·;_·.f-..:.'--··::..·::..·-::.. .. ~·-'-'_'-_::.. __ -'-'_-'_'-·+:-'~--c'-:~~~=::..':'-~~='-~';_.-:~~-~:,~:=~--~:~.=~=~~=--~~~~-+··::..':-~~~:::;~~~c~=~~-~~~;~-=~-~~~::..'~~-~=r=~=~~j~~::~~~--~;~=:~~~-~:~~,...=:~:~.=~~-·~~-~-=::~ic=~~~~~-~=:_~::~:-

(

--- -1

.. ())· .p· ro -~

2

1.0

5

2

--··---·-·- ·- ----. ---- .-::=:·:·: :.:· -~-: :::·:_-::= =:---:..:::.:.:.:_-: ~~~-i-~~~~=~-f=~=-:-:~~i:: -~~;;;=:::.-::;_ -:~~~~~- ~~~~~t/ -~~=:~-~-~ -~:~~~-~~=:-: =~~~~~~~---- =--=~

I I

I I I I I i

---

I i l i j

H+-1-H-t--+--1--i--1-H-!--!-if--'·L I i i ./: I I I ..1+-;.1 -l---HH---1-HI+-1-H--t---t-i-+-T--H-i--1 _,_~ -i----4--'--'-'-H-!--I-H-t--~--i--~H1-1~~~~-4---+41~-~~'/ "-+~~~-+41+4-H-+~-+-r~-~-rH-1r~~~-HI++-~-+~I-+4-~I._ij_j_ -·-1-'-1 I . I /I ! I i I 1 I i i t- ' I : -,-1-+-+-t-t-H-++-+---l-+---t---;--11 +11--1.- I Vi I I V i I I I ! ;-!

~-

' : t=: --

---= --: : ,-i-1 ' '

I

=:p-+H-, ' : ' 1-1, '

' I ' ' I

~~ ' ' --+ --I ' I·

' fBt- --r1· l +hH---1:-+-:--Hti,-t-t-H+H-++: --+'+--'---C__;_~--___L_~-,----i· I I t-~ I -H--++-•-'-' ~~~~f---'---l

I I I i i I I ! : I i I I I I 1 , 1 I iT!--+-+-i---c---'-"-1--'----'--,----~

Page 23: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

10.0 9

8

7

(~ 6

5

4

( 3

--------

~ 0 Q) Vl

~ .. Vl

til .. Q)• .p ro ~

· ref ·ro

0 H

res Q)

~

1.0 9

8

7

6

5

4

3

2

0.1

_:.:::·· :-.r:-:

- . -· ... ·- -- -·-

·-. --·--· --~-. -·-. ···-··- --­-----·----·-- ------ --- ....... -·--

Fig. ~:

Bed Load Rate vs Part~cle q = 2.0 m3/sec/m n == 0.025 sb == 0.001

:·:·+:'-t+ ' : • ; ~ : : ' : ~r-r--;-- I . ; ; ~ I r-. I 1

: c-1-t-; L , ! '--;--+-i:: : ; I •

I~ I

_j I

Diameter

I' I

I ~ . i ; 1-+-l I I I ' I I I I I I I i I I I i_j__J_r!--'-' -i--'·-+...:.._'--7--,-l -1--H-1--1--'1-·1-,I-I " ~ ! I I I I I I I I I I I l I I i I I i I I I : i I : i

I 1111~11 lUI 1111 I Ill· I Iii! ! i I I i I i I I 1 ~r--r) ! I t+ I I I I I I ! I ! i I

I I ill 1111 l"'t--J..I II II 1 !II I llli I'! •'

=I' -l -~

. ,-.--h-'

·:..._:__; - ::::::::::::: --; ==

.. :E -= ; --

r=+=- c-+-, + --L....c......L< : ;:--r ~f- ' , ... +±±±: :~ ~~-' --·j-'--7-t-} I ' o o '-1-J_ o ·:.\: o ; I ~\ ~- '-..,- + .1. :, ~. Ll ' I --r-i 1 I I ' I ·-r-il .1.. I : :-r l I : I I I I ~~- I : ~: : 1

;-f_i--~1-J-:---l.-'-. -·-l-LL. ' ' • I I , ~ '\ ; -l- ----,--_(__·-~ I ·-~ TT_I_L_ __j__LJ_ :c ' I i ·, I; ! ; I ' '.,I ' --.-; 1- . r-r w~ 1 • 1 1 T 1 , ., 1 1 1 , 1 , -r- -'-, -,,'\" '\:.-'--+-l-.!..-,-.:-1 I I I i I I I I i i I I ! I ~\.l m·-,--l-.,-1 -,-'---'---1f---.:......C-I

I I I I I i I I ! . I I I I I ! I I I 1 · \. • ; i I ! I 1 I 1·'\<'-_-t-:-1 -+1-+1 ...:.._f-'-'-_;_-j--~-1 ~- I I I i I I i I I i LL :\: i I I ' I I !'\ I I I : I ' I . I I I ~~ i I I i I I : I I I I I 1 I 1'\l I I i I I I ;-~ _, i 4-i= -, -1 -,--;-f--;----

1-1-+-+-1-1-1-++1-tl-l I [ ! i"~· I I I " I I I I ! I I !\i .I ! u_u_ n-1 I i : : I . ' : I

l-+-+-t-+++-+-+1-ll ! i I I I I I l ~I I_L lj I I I ! I I JJI \. _L I I I I I .hll...!.__!__J : I ! r I J.l JJII _II I I I I 1/~ I! I I 1·1 I! I' I I I l I iII I : \i i I: I''

Page 24: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

..

(_

(_

-.

~1:_ ' ':' - ~~i;""_J ~-l:c~~-~b~ Be\Loa; ~~~~);s~::ing n

i~~~~~ai~i~~~!t--~~~\~~~,~~~~;~~~~ 4

3

2 __ 1f:i~.~li~~e~y~e~r~-~P~eft~e~r~M~.u~l~l~e~r~~~:_~---~:-~--~~~:~.~~~-~--~--~' -~-' i--I-~:~~~-~~_;;~~--~:-~~~--~--·_ffir--~. ~-~*·~~-~i-~--=~~~~===t=:~~-~~-=~--¥.~ r=~=P.• ' -,~P\7--==~ ·9 ~· ~ ; ~-~ ~j_.:1~= -i

R=t=I=!= ~: 1-· . "- H-:-' . ;-~+-!-=~ ; : • : • ' -~· ~- :--:1:~ :::~---~ ' ; ' I

' I -+-J-t-i- r L! 17 =.=-::z. ' ' I ; ' ~-sa~-~-- I I I ' 1 ~ .-r! : ~T 1 , • ~: !_l · . 1 ~ • : 1 ,

.. ·····t--H-++-+-H-+-r·t-~,--+1-'-,-itrl-Htl-+1./"'...,.~..c-:-1 I I +-U rT' __ _::_; I!Tl--, ' , ; , , . --'--+·I ' I

l. 0 : i '. 1 . 1 __ 1 _. : : 1

1 /".·_ 1 1 '. ____ : _ ~ 1 -n-: .;. '.: .1

.. ',~ 1 1_

1, .. :.""' ' Einstein-42 _ :_. o• .. _,

5--~~~~~~~~~~~~~~~~~;~~~~~~~~~~~~~~~~?~

4--~~~-~~~~~~~==~~~~~==~~~~~~~====~~~~==-=~~~~~~~~~~~~

3 =;=:::-.;::..L::I-. -- ... =t: .. ::....: -1--, -~ __ r= -:.::=:::: =+=r-+=: 1-i =/ --:===t.. ::.::..,c..= -- --

ct==:=7-=. ; · tc _,_ -- ~ L • -~:=;-: · ~ r::i=/---= . -- . . . ' ' ' !-2

-~+i-: H-+-t t- : 1 I I +--+--- : t ' I • I _u

t --r-r---;! :! 1111 r 1 :;1

I J,/-• _L..i.....L.L. I I I ' I ! I -i....J...-..!-l-1-!-,'-'~-J l/1- I l I i I I 1 I I I I I I •: f711i..++-!-L ' ' I :I t · _.). .LL _;_.;-] LJ._I_I _!_

0 1 t-_+-v __ +_l-' ~- _u...LL_ -+ ! I ' HJ_ . :TTl i 1 1 , W-J_L_ • f/1 '1:::1= I I ! ! ' ' I ! ! i I I : i l i I ! ' ! I I ; ' ' I I -~ ! I I I I ' I ' '

9~.~~~~~~~~~~~~~~~~~~~§~~~~~~~~~~~~~~~~~~~~~~~~~ 8--~~~?~~~~~~~~~~~~~~~~~~~~~~~~,~~~~~~~=~==~~~~~==~~~==

7·--~~~~~===E~~~~==~~~~E=~~~~==~~~~~=f~~==~~~~~======~==~====~~=== 6--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=:==~~====~ 5---~~~~~==~==~~~~~~-~--~~~~~~~~=-~~~~~~~~~~==~~,~~~====~~~~

Page 25: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

Q = 2.0 m3 /sec/m

d50 = 0.5 mm s = 0.001

T.br 186 days llUe

/ ,.,......,. ... ,.,......, .........

.... . ..........

........... -,,.,., , .,. ,,.,.-,.,...,., , ,. ..............

-~ __ ... _..,....., _ _...,...., ... --

__.,.,- .-- _ ... ----- -----------------------

DISTANCE UPSTREAM

Fig. ~ Effect of Manning n, Modified Schok1itsch Equation

Page 26: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

z· 0

·H E-t

~ ~ ~

Q 2.0 mB /sec/m

dso = 0.5 mm s = 0.001

T.br 32 days 1me =

' ....--,.,.,.......

, __ ... ,.,.,.......,

...-­--,--­_ __, ,-- .

... --_ ... , --. _,

--­::-:::. :.:=: ==-==----:::-:.----=--- -.... _----

n = 0.025 n 0.035\

(' .,.,....... , I

I I

I I

DISTANCE UPSTREAM

Fig. 6 Effect of Manning n, Meyer-Peter.Muller Equation

Page 27: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

I ! .

Q = 2.0 m3 /sec/m

dso = 0.5 mm sb = 0.001

T. r 473 days . 1me ------- ------J...---------------..c =-.: ==--:..-==: :::.:_-:::.:--------

" / , /.

" /

. n =

n =

DISTANCE UPSTREAM

Fig. 7 Effect of Manning n, Einstein-1942 Equation

Page 28: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

Q = 2.0 m3 /sec/m . dso = 0.5 mm s = 0.001 ~= 0.025

Modified Schok1itsch (160 days) .,., .,..,.,:::::::: Einstein-1942 (32Q days) -~~ ~

Meyer-Peter Muller. (32. days)~---- __ -:::::;;;;:;::::-:-

,.,. __,.,., ., . . . ., ;:::-- - -- I __t:. ., . , -· . , ·. ,....., ,' /

/- . ,' , ,

~ , . , /, ,,'

,/' ,.,'' , ,'

/ ,' ,, , ,'""

·/ ,,"' , ,, / .,.,'"" ,

/' ,>·'

,

.. '

DISTANCE UPSTREAM

Fig .. , Comparison of Three Bed Load Equations

Page 29: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

Q = 2.0 m3 /sec/m d

50 = 0.5 mm

sb = o.oo1 r . ~ = 0.035

.... ----___ ... ------------_ __......-- ...--- ---- ------ ----. - ---- _,_-- ----- - ---------- -- --- .. -

~------------------------~~~:--~-~=~--,~~-------

Modified Einstein-1942 (360 Meyer-Peter Muller

days)

-~ DISTANCE UPSTREAM

Fig. 9 Comparison of Three Bed Imid Equations

Page 30: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

Q

dso s . T.br 1me

= =

2.0 m3 /sec/m 10 mm 0.001 294 days

I I

DISTANCE UPSTREAM

Fig. 11..: Effect of Hanning, Modified Schoklitsch Equation

. ..

Page 31: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

·Q ·= 2.0 m3 /sec/m

dso = 10 mm s = 0.001

T.br 60 days . 1me =

;....- ---------- ------------- ----------- ------

n = n =

DISTANCE UPSTREAM

Fig. ll Effect of Manning n, Einstein-1942 Equation

Page 32: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

-.

Q =

dso = s = br ~=

2.0 m3 /sec/m 10 mm 0.001 0.025

Einstein-1942 (73 days)------------~~ Modified Schok1itsch (73

·.·.

DISTANCE UPSTREAM

~----~----~---~----~----~----~--~~---+----~----~----

Fig.· P' Comparison of Two Bed Load Equations for Large d50

Page 33: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

2.0 m3 /sec/m. 10 mm 0.001 0.035

-Einstein-1942 (60 days) Modified Schok1itsch (300

DISTANCE UPSTREk~

..

Fig. 13 Comparison of Two Bed Load Equations for Large d50

Page 34: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

Q 8br ~ Time

= = = =

2.0 m3 /sec/m 0.001 0.025 188 days

I

'

DISTANCE UPSTREAM

Fig. 1~ Effect of Sediment Size, Modified Schoklitsch Equation

.

Page 35: Reservior Sedimentation EFFECTS OF INPUT PARAMETER ...digital.lib.lehigh.edu/fritz/pdf/384_2.pdf · Meyer-Peter Muller Einstein-42 Particle Diameter (mm) >6 5 to 28 0.8 to 28 The.bed

..

Q s . br ~ Time

= = =

2.0 m3 /sec/m. 0.001 0.025 73 days

DISTANCE UPSTREAM

Fig. 15 'Effect of Sediment Size, Einstein-1942 Equation