-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worm body modelling and mechanics - parameters, values etc. #127
Comments
The new version of Sibernetic is available on github (development branch). A set of parameters is tuned to provide more adequate properties of worm body and its movement (swimming, crawling) for half-resolution models. Here is a video of how it looks now: |
Hey guys, I've got some incredible news for those who work with Sibernetic. |
I've decided to investigate the dependence of simulation quality on integration time step and used the swimming scene for this. Here are the initial and final positions of the worm: |
If you have any suggestions about additinal calculations which will make the question about the good choice of dt more clear, feel free to inform me. |
@a-palyanov: I have a question -- Do we consider the weight of the worm in
our simulations?
Maybe it is slower when it is heavier?!
…On Wed, Dec 13, 2017 at 11:21 AM, a-palyanov ***@***.***> wrote:
If you have any suggestions about additinal calculations which will make
the question about the good choice of dt more clear, feel free to inform me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGWMgF9dBuyiDWst6UqGZb6msSvs9WeBks5s_4HpgaJpZM4P_PjF>
.
|
Sure we consider the weight, and it is quite close to the weight of a real C. elegans (since density and geometry are also the same or almost the same as real). |
Actually, I mean it's exact weight when it's movement has been recorded (a
fed worm vs non-fed).
…On Wed, Dec 13, 2017 at 12:29 PM, a-palyanov ***@***.***> wrote:
Sure we consider the weight, and it is quite close to the weight of a real
C. elegans.
But these 5 runs differ only in dt, weight remains exactly the same.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGWMgDtJQ1vQx05WGXqsoFN7wbwFmyowks5s_5HygaJpZM4P_PjF>
.
|
Also, I was reading in some paper that there is a relationship between
motor neurons participating in pharynx circuit and the movenet (body wall
muscles).
I have to mine a little more to find out the paper.
On Wed, Dec 13, 2017 at 12:42 PM, Vahid Ghayoomie <vahidghayoomi@gmail.com>
wrote:
… Actually, I mean it's exact weight when it's movement has been recorded (a
fed worm vs non-fed).
On Wed, Dec 13, 2017 at 12:29 PM, a-palyanov ***@***.***>
wrote:
> Sure we consider the weight, and it is quite close to the weight of a
> real C. elegans.
> But these 5 runs differ only in dt, weight remains exactly the same.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#127 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AGWMgDtJQ1vQx05WGXqsoFN7wbwFmyowks5s_5HygaJpZM4P_PjF>
> .
>
|
Previous versions were configured for 0.78 mm worm body. Larger size, 1.1 mm along with half resolution, allow using integration time step value, dt, up to 4 times larger than previously (up to 2e-5 s instead of 0.5e-5 s), which causes 4 times faster computational performance. For details see #127 (comment) . File main_sim.py is also configured for usage with dt=2e-5 s, (see lines 62, 67, 96 and 97).
One statement about worm body is the following:
"The stiffness of the body is due to both high elastic modulus of its cuticle (the Young Modulus, E = 10–400 MPa, is comparable to rubber). Using measured viscoelasticity, it is possible to estimate the muscle power that is required to bend the body itself or to push the body against surroundings. In environments that pose little resistance (e.g., water), most muscle power is used to drive the bending of a stiff body. Only when the viscosity of surroundings increases by ~100-fold does the muscle power needed to push against the environment begin to compare with the power needed to bend the body. For over a ~10,000-fold increase in environmental viscosity, the muscle power varies by less than twofold [72]. Hence, the C. elegans motor circuit operates in low gear, pushing the animal through high resistance environments, and exhibiting little acceleration in low resistance environments."
(source: https://scholar.harvard.edu/files/aravisamuel/files/zhen_curr_opin_neurobiol_2015.pdf)
Another one contains significanlty different values:
"Despite the high stiffness measurements reported for the worm cuticle, an analysis based on the bending moments observed in the worm’s undulatory swimming gait leads to a significantly lower estimate for the Young’s modulus for the entire worm, 3.77 kPa (14); the mechanical loading in this experiment was provided by the worm’s own muscles as it swims, complicating interpretation and possibly underlying the low modulus value. Another recent study measured the worm’s bending modulus using deflection of the entire body under actuation from a single point (26). Calculating the Young’s modulus of the worm’s body yields a value ranging from 110 kPa to 1.3 MPa, depending on whether the worm is modeled as a uniform cylinder or cylindrical shell (26). The large range of reported values highlights our poor understanding of the mechanical properties of C. elegans. There is a clear need for elucidating the role of the cuticle, as well as the interplay of internal and external pressure, in the mechanics of the whole worm."
(source: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4407266/)
Here I plan to discuss parameters, values and other stuff related to worm body modelling, and keep the history of progress on this, especially related to Sibernetic worm models.
The text was updated successfully, but these errors were encountered: