Source: Alexander S Rattner and Kevin Rao Li Department of Mechanical and Nuclear Engineering, The Pennsylvania State University, University Park, PA
The objective of this experiment is to demonstrate the phenomenon of stability of floating vessels - the ability to self-right when rolled over to the side by some external force. Careful design of hull shapes and internal mass distribution enables seagoing vessels to be stable with low drafts (submerged depth of hull), improving vessel maneuverability and reducing drag.
In this experiment, a model boat will first be modified to enable adjustment of its center of mass (representing different cargo loadings) and automated tracking of its roll angle. The boat will be placed in a container of water, and tipped to different angles with varying heights of its center of mass. Once released, the capsizing (tipping over) or oscillating motion of the boat will be tracked with a digital camera and video analysis software. Results for the maximum stable roll angle and frequency of oscillation will be compared with theoretical values. Stability calculations will be performed using geometric and structural properties of the boat determined in a computer aided design environment.
Procedure
1. Measuring maximum angle of stability
Select a small model boat. A relatively simple hull design is recommended to reduce analysis complexity in Sections 3 and 4.
Connect a lightweight brightly-colored vertical mast to the boat (blue recommended). The provided MATLAB code tracks the position of the mast in the video by looking for bright blue pixels in the image. If a different color mast is used, the imag
Log in or to access full content. Learn more about your institution’s access to JoVE content here
Results
Total mass
(m, kg)
Center of mass
(Hcm, m)
Center of buoyancy
(, m)
Moment of Inertia (Izz, kg m2)
0.088
Log in or to access full content. Learn more about your institution’s access to JoVE content here
Application and Summary
This experiment demonstrated the phenomena of stability of floating vessels and how ships can stay upright even with relatively high centers of mass. For example, in the representative results, a small model boat with a center of mass (Hcm = 5.3 cm) well above the water line (Hwater line ~ 1 - 2 cm) could return to its upright position after being tipped to a ~25° angle. In the experiments, the maximum stable angle was measured for a model boat with different vertical centers
Log in or to access full content. Learn more about your institution’s access to JoVE content here
Select a small model boat. A relatively simple hull design is recommended to reduce analysis complexity in Sections 3 and 4.
Connect a lightweight brightly-colored vertical mast to the boat (blue recommended). The provided MATLAB code tracks the position of the mast in the video by looking for bright blue pixels in the image. If a different color mast is used, the image analysis code will have to be adjusted accordingly.
Snugly affix a cable tie to the mast to act as a stop for a weight. Slide a weight (e.g., coupling nut) onto the mast so that it rests on the stop.
Place the boat in a larger container of water, and allow it to settle (Fig. 2a). Position the setup so that airflow in the room does not disturb the boat. Mount a video camera facing the mast along the length of the boat. A white backdrop is recommended.
Collect a reference video of the boat at rest, and analyze it using the provided MATLAB function (TrackMast.m). Adjust the orientation of the camera until it correctly reads 0-tilt when the boat is at rest. You may need to adjust the masking parameters to isolate the mast on line 17 of the code.
Collect videos of very gradually tipping the boat by pressing sideways on the top of the mast until it falls over on its own (capsizes). Keep the mast in the video frame as long as possible during each test. Perform this procedure for different heights of the weight. Record the height of the weight on the mast for each case.
Analyze these videos using the provided MATLAB script. For each case, the maximum stable angle can be determined by inspection of the output angle and time arrays. Complete a table of capsize angle vs. weight height.
Figure 2: a. Model boat with adjustable weight on mast, b. Roll angle variation with when released from slight angle (Step 2.1), c. Power spectrum density plot of (b) showing peak oscillation frequency of 1.4 HzPlease click here to view a larger version of this figure.
2. Measuring the oscillation frequency
Perform a second set of tipping experiments with two different mast-weight heights. This time, only tip the boat slightly (~10°), and collect videos of the rocking boat for 10 - 15 s.
Rerun the mast tracking function on the video. After calling the function, evaluate the following MATLAB expression on the output: pwelch( theta,[],[], [],1/(t(2)-t(1)) ); . This will plot the power spectrum density for the rocking boat. The primary rolling frequency is the peak value on this plot (Fig. 2b-c).
3. Prediction of the tipping angle
Using a scale, measure the mass of the model boat, including the mast and weight.
For each position of the mast weight evaluated in Step 1.5, balance the boat on its side with the mast on a straight edge. Record the height of the balance point from the bottom of the hull as the center of mass (Hcm).
Using a CAD software package, create a to-scale model of the boat and mast with weight. Ensure that the hull is filled-in (solid) in this model (Fig. 3a).
Position the model so that the centreline of the bottom hull (keel) is coincident with the origin in the CAD environment and the mast is (initially) parallel with the vertical (y) axis.
In the CAD environment, rotate the boat about the z-axis, which is along the length of the hull, in small increments (e.g., 5°, 10°, 15°…).
After each rotation, cut away all of the boat above a vertical level such that the volume of the remaining lower portion equals the total boat mass divided by the density of water (m / ρw, ρw = 1000 kg m-3). This represents the portion of the boat below the water line when it is floating at that angle (Fig. 3b).
Using the "Mass Properties" feature in the CAD software, evaluate the x-position of the centroid of the remaining hull. Here, the origin should be along the lowest edge of the boal (the keel), and the x-axis should point in the horizontal direction. This represents the center of buoyancy (xb); the buoyant force acts through this point. Prepare a table of xcm vs. θ.
For each maximum stable angle (θ) identified in Step 1.6, compare the moment arm of the boat weight () and the moment arm of the restoring buoyant force (). You may need to interpolate between the values obtained in Step 3.7. Do these balance approximately?
Figure 3: a. Filled in model of the boat hull, b. Vertical cutaway of the hull, revealing the submerged volume of the vessel, c. Physically accurate model of the vessel.
4. Predicting the period of oscillation
Produce a second CAD model of the boat with the position of the weight corresponding to the cases in Step 2.1. This time model the actual thickness of the hull (i.e., not filled-in, Fig. 3c). Match the density of the materials with actual values.
Using the CAD software "Mass Properties" feature, evaluate the moment of inertia of the boat about its center of mass along the roll axis (Izz) for the weight heights.
Using results from preceding steps, and the x-position of the center of buoyancy measured when (Step 3.7), evaluate the theoretical oscillation frequencies: (2)
Compare the theoretical result from Step 4.3 with the measured oscillation frequencies. Do these values agree reasonably well?