where density of fluid (
for salt water), V is vehicle speed in
, and F = drag force in N . The drag coefficient is a function of the Reynolds number and slenderness
ratio
:
where , where
kinematic viscosity of fluid (
for salt water).
The purpose of this exercise is to construct accurate uniform cubic B-spline
approximations of the following curves:
Digitize the curve assigned to you and write a C program to produce an approximation
of your digitized data. Your program should contain a function which takes or
as an argument and returns the evaluation of the curve at that point. You
should submit your code and a plot of your results to trjackso@mit.edu.
The students approximating the should use sampling at the following values of
:
and should use natural spline boundary conditions.
The students approximating the added mass coefficients should use sampling at the following values of
Create a plot of your curve. To evaluate the curve, you will need to parameterize
each segment i of the curve in terms of a local parameter .
For , use:
For and
, use:
.
Once you have decided what your area will be, write a short project proposal (about 1 typed page) to inform us. This should not be long but cover what you expect to accomplish, how your work will be integrated with the other students' work, and a brief outline of how you intend to progress. Please also include what personal expectations you have for the project (what you hope to learn or achieve through this project).