nufeb / NUFEB

Official release of the NUFEB software
http://research.ncl.ac.uk/nufeb/
GNU General Public License v3.0
18 stars 16 forks source link

wall friction force #21

Closed JohnRWF closed 3 months ago

JohnRWF commented 3 months ago

Dear developers,

Thanks for your excellent software. I'm studying about how surface friction force may influence biofilm expansion. I noticed in your software that the adhesive force between the wall and the microbes attached to the wall can be adjusted. However, this force alone cannot simulate the scenario where the biofilm expands (cells squeeze each other) and the wall's friction force hinders its expansion. So I wonder is it possible to adjust the wall's properties, such as friction force or friction coefficient?

shelllbw commented 3 months ago

You can either use lammps command: fix wall/gran command (https://docs.lammps.org/fix_wall_gran.html) to create a frictional wall, or create a layer of stationary particles which acts as wall to interact with biofilm particles, using lattice, region, create_atoms (region), and fix_setforce commands.

JohnRWF commented 3 months ago

Sounds great! Thanks for your prompt reply.