Skip to content

MathBioCU/BiofilmSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

BiofilmSim

Simulation software of biofilms based on our extension to the Immersed Boundary Method. To run simulations, use RunSimulation.m. Requires access to data file for initial bacteria coordinates.

Note: the Analyze_Data2D does not return the right results. Instead, use the following matlab commands:

[t,m]=max(fStrain); %or min

[t2,m2]=max(v0visc0/charLengthvShear-eShear); %or min

delta=(t-t2)wdt;

G1=m2/m*cos(delta);

G2=m2/m*sin(delta);

About

Simulation software of biofilms based on our extension to the Immersed Boundary Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors