-
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
Pressure buffer file issue #160
Comments
BTW, there is one more particle using worm_swim_half_resolution?
|
@lungd Hi, I've actually supposed to store information about pressure only for particles which is located on the surface of body worm. So the number of such particles is different from total numbers of elastic particles. @a-palyanov @pgleeson am I right this information will be enough for you to detect pressure changing? |
@skhayrulin I understand now why there should be less than 2289 particles inside the pressure file. |
@lungd your question is why type of particles is 2.3, not 2 as usual? |
@skhayrulin the question is, why there are particles of type=2.3 inside the file. As I understand it, only a subset of particles of type > 2 and type < 2.3 should get saved. |
@lungd Yep you're right it's the only subset of elastic particles but as far as I know, this indices needed @a-palyanov for manipulating the viscosity of liquid near the worm shell it's better to as him. From the other hand I don't use this I've precalculate set of shell particles from a list of membranes and put information about a particle inside the file as is. |
What particles are supposed to be written to the pressure file?
The file should only contain particles belonging to the body of the worm, right?
If that is the case, I think I found a bug.
There should be 2289 elastic matter particles belonging to the worm using 'worm_crawl_half_resolution' config?
There are particles with the type, e.g., '2.3' what is interpreted as an agar particle?
If I am right, only particles with '2.1 <= type < 2.3' should be inside the file.
Every iteration, 1425 particles get written to the file (should be 2289?)
The text was updated successfully, but these errors were encountered: