EFC 3213 Computing II (Numerical Methods) Group Assignment (15%)
EFC 3213 Computing II (Numerical Methods) Group Assignment (15%)
Course Assess the efficiency of a selected numerical method when more than one option is PO2
Outcome 2: available to solve a certain class of problem.
Course Demonstrate the convergence properties, limitation of different numerical methods PO3
Outcome 3 and implement using MATLAB’s programming language
Instruction
Question 1
Stream cross-sectional areas (A) are required for a number of tasks in water resources engineering, including flood
forecasting and reservoir designing. Unless electronic sounding devices are available to obtain continuous profiles of the
channel bottom, the engineer must rely on discrete depth measurements to compute A. An example of a typical stream
cross section in shown in Figure 1. The data points represents locations where a boat was anchored and depth readings
taken.
Question 2
As described in Question 1, the cross sectional area of the channel can be computed as
B
Ac=∫ H ( y)d y
0
Where B = the total channel width (m), H = the depth (m), and y = distance from the bank (m). In a similar fashion, the
average flow Q (m3/s) can be computed as
B
Q=∫ U ( y) H ( y ) dy
0
Where U = water velocity (m/s). Use these relationships and a numerical method to determine Ac and Q for the following
data:
y, m 0 2 4 5 6 9
H, m 0.5 1.3 1.25 1.7 1 0.25
U, m/s 0..03 0.06 0.05 0.12 0.11 0.02
(a) Compute A and Q using any two numerical methods that will produce higher accuracy (using manual
MATLAB)
(b) Discuss why method used in (a) is selected.
Reminder: Do not copy from other group. Submission deadline: Week 15 (Friday before 5 pm) – Submit to MS
Teams. Include cover page (Name of group member, matric number, course name/code) in your report. Report in
PDF format.