|
From: | Pouyan Keshavarz |
Subject: | Re: Cell-wall interaction using object-in-fluid with espresso 4.1.3 |
Date: | Fri, 31 Jul 2020 18:48:07 +0000 |
Dear Ivan,
Thank you so much.
Kind regards,
Pouyan
From: Ivan Cimrak <icimrak@gmail.com>
Sent: Thursday, July 30, 2020 9:18:48 AM To: Pouyan Keshavarz Cc: espressomd-users@nongnu.org; Iva Jancigova Subject: Re: Cell-wall interaction using object-in-fluid with espresso 4.1.3 Dear Pouyan,
You need to do the things in the right order.
1. First, you need to setup the particle system (in our case the cell)
2. Then all the interactions, including the soft_sphere interaction.
3. Then you need to setup the fluid.
4. Then you need to setup the boundaries for the fluid.
In your very first email, your steps were
1. Particle system
2. fluid
3. fluid boundaries
4. soft_sphere interaction
After I suggested to move the fluid at the end, you moved the fluid, but left the boundaries intact, so your order was
1. Particle system
2. fluid boundaries
3. soft_sphere interaction
4. fluid
Since the boundaries were defined before the fluid, they were not activated. Therefore your fluid flew through the boundary and caused much more deformation of the cell, because the cell indeed felt the boudary, so the cell was dragged by the
fluid flowing through the boundary.
When you use this order
1. particles
2. soft_sphere interactions
3. fluid
4. fluid boundaries
everything will be all right.
I hope this helps,
Ivan
|
[Prev in Thread] | Current Thread | [Next in Thread] |