DRDO's Project - My Bachelor's Capstone Contribution
28 February 2024 -
4 mins read time
Tags:
2D Dynamics
Runge-Kutta
Project
Table of Contents
Visualization and Prediction of Two-Dimensional Motion of Towed Objects in Ship Operations
Introduction
This project aims to develop a visualizable prediction model for the two-dimensional motion of towed objects in ship operations, with a specific focus on situations involving maneuvering or changing course. The towed objects in question are hydrophone systems towed by military vessels, which are crucial for signal reception and tracking in both commercial and military applications.
Objectives
The primary objectives of this project are as follows:
-
Visualizable Model: Develop a visualizable model for accurately predicting the position and orientation of a towed object attached to a ship or submarine underwater.
-
Geo-Positioning: Determine the geo-position of the towed object even when the ship is maneuvering or changing course.
-
Impact Analysis: Investigate the impact of mass and drag coefficient variations on the trajectory of the towed object.
Methodology
The project utilizes a comprehensive methodology to achieve its objectives, including the consideration of drag forces and various scenarios. The key components of the methodology include:
Free Body Diagram of the 2 Element Mechanism
- Drag Force Analysis: The project considers drag forces acting on the towed object, taking into account both form drag and skin friction drag, and employs the drag force coefficient formula.
- Assumptions: Several assumptions are made to simplify the problem, such as assuming 2D dynamics, a still water surface, and the ability of the towed array system to overcome disturbances caused by waves.
- Global Position Distribution: A flow chart is presented to illustrate the process of determining the coordinates of the ship’s position and each element’s position along the trajectory.
-
Runge-Kutta Method: The project employs the Runge-Kutta method to compute the angular position and angular velocity of each element at various time steps.
-
Animation: The Matplotlib library in Python is used to create animations that visualize the motion of the towed object and the ship.
- Impact Analysis: The project assesses the impact of forces such as reaction force and drag coefficient variations on the towed object’s path.
Results and Achievements
Achievements
Bachelor’s Capestone Recognized for Technical excellence in the Mechanical Engineering Department, Indian Institute of Technology Patna.
Results
The results and discussions chapter presents the outcomes of the project’s methodology. It provides insights into different models, including one-element and two-element systems with varying drag force models. The results highlight the influence of parameters such as mass, drag coefficient, and reaction force on the path of the towed object.
2 element Pulled by a ship floating over water exempting reaction force
2 element Pulled by a ship floating over water
3 element Pulled by a ship floating over water
Desgined a GUI for visualization
Conclusion
In conclusion, this project addresses the critical need to predict and visualize the motion of towed objects in ship operations, especially in scenarios involving maneuvering. The developed visualizable model can assist military operations and enhance the effectiveness of towed array systems. Additionally, the project contributes to understanding the impact of drag forces and other parameters on the motion of towed objects.
By achieving its objectives and presenting valuable results, this project contributes to the field of marine technology and hydrodynamics, benefiting both military and commercial applications.