Skip to content

markowkes/Biofilm.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run tests Documentation

Biofilm.jl

Documentation is available at: https://markowkes.github.io/Biofilm.jl

Getting Started

  1. Install Julia
  2. Add Biofilm.jl package
    • Start Julia from the terminal using >> julia
    • Add Biofilm.jl using julia> using Pkg; Pkg.add("Biofilm"). Note this will take many minutes to complete as many dependent packages will need to be downloaded and compiled.
  3. Run an example
    • Download Case1.jl by right clicking and choosing Save Link As. Save the file to your Downloads folder (or other location of your choice)
    • In the terminal, change the directory to the location you downloaded Case1.jl e.g., >> cd ~/Downloads
    • Start Julia in that directory using >> julia
    • Run the example using julia> include("Case1.jl"). Note that the first time you run this command it may take a long time since it needs to compile Biofilm.jl.
  4. Edit Case 1 or try other examples.

More detailed installation instructions are available in the documentation.

About

This package models the dynamics of a biofilm using the Julia programming language.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages