Internship : The Study of The N-Links Swimmer for Monoflagellate Micro-swimmers #47
Blessed-joseph
started this conversation in
Project Portfolio
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Microrobotics is a field with diverse applications, such as environmentalmonitoring, medical procedures, and micro-assembly. Designing microrobots that can efficiently swim in fluids is challenging due to the dominance of viscosity over inertia at the microscale. Researchers have looked to biological microorganisms like bacteria and sperm cells, which have evolved effective swimming mechanisms for low-Reynolds number. Most microrobots rely on remote power sources, as implementing onboard energy sources at this scale is difficult. One of the pioneering works in this field taylor who established the mathematical settings for the problem of biological self-propulsion powered by thin undilating filaments.
Objectives
During my Intership at IRMA (Institut de Recherche Mathématiques Avancées), the aim of the internship was to study the 3D N-links model of micro-swimmers based on the thesis, then work on the validation of the model. The validation was carried out in two stages first, by studying planar motion , and then by examining non-planar motion , comparing the obtained results with those presented in the referenced articles used also conducing numerical simulations to analuse the factors influencing the micro-swimmer's movement.
Equation of Motion
The equation of motion of the swimmer, which relies on self-propulsion, is given by the balance of forces and torques applied to the head and the links, assuming no external forces or torques are present as:
The previous system can be rewritten matricially as:
with$M$ a matrix of dimension 6 $\times$ (2N+6). The matrix $M (\Theta, \Phi)$ $\in \mathbb{R}^{6 \times (2N + 6)})$ can be subdivided into two sub-matrices $M_{X,\Theta}(\Theta, \Phi) \in \mathbb{R}^{6 \times 6}$ and $M_{\Phi}(\Theta, \Phi) \in \mathbb{R}^{6 \times 2N}$ such that
Using these sub-matrices in the equation above, and assuming that the values of$\dot{\Phi}(t)$ are prescribed, the position and orientation of a self-propelled swimmer can be obtained from the deformations of its tail by solving the following differential system:
To summarize the modelization of the swimmer:
Numericals Results
Planar frame
First we compute the displacement of a flagellum over the time given by this equation
where$\psi(s,t)$ expression is given by:
with$\lambda$ the wavelength of the flagellar wave, $\omega$ the angular frequency of the flagellar beat, $K_0$ a simple measure for the asymmetry of the mean shape of the flagellum, and $A_0$ the amplitude of curvature.
We obtain :
This Figure illustrates the displacement of a flagellum over time. The
flagellum oscillates periodically, which facilitates the movement of the micro-
swimmer. Each colored curve represents the position of the flagellum at
different moments in beat cycle.
The displacement of the head over the time :
Solving the equation giving the motion the swimmer, we obtain :
This figure shows the motion of the head of the swimmer in the frame$(e_x, e_y)$
with the flagellum beat
Non planar frame
In this case the equation of the motion of the flagellum is expressed by:
with$\psi_i \in \mathbb{R}^3$ , $i \in {1, 2, 3}$ , $k_f$ and $\tau_f$ are the flagellar curvature and twist, respectively. We assume a constant flagellar twist $\tau_f$ and a flagellar curvature $k_f$ given by a travelling bending wave,
$k_f(l, t) = K_0 + B \cos(\omega_0 t - \lambda l),$ $K_0$ is the mean curvature, $B$ the amplitude, $\omega_0$ the angular frequency, and ${\lambda}$ the wavelength.
where
This figure shows the motion of the tail for three test cases for (N = 10).
The displacement of the Head over the time
This model, designed to be easy to implement and solve, is well-suited for predicting the behavior
of microorganisms in low Reynolds number environments.
Future works :
The next challenge is about applying the multiple shooting method to study optimal control for the swimmer model, which could involve controlling the dynamics of the swimmer to achieve certain goals (e.g., maximizing distance traveled, minimizing energy expenditure, or following a specific trajectory).
For more : https://master-csmi.github.io/csmi-stages-2024/csmi-stages-2024/m1/_attachments/Assigbe-Komi-Joseph-Beni.pdf
Beta Was this translation helpful? Give feedback.
All reactions