Skip to content

Solver of isotropic, active-reactive fluid equations, in 1D and 2D.

License

Notifications You must be signed in to change notification settings

lucabrb/Barberi-Kruse-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barberi-Kruse-2022

This repo provides the code used in the article "Localized states in active fluids", Barberi & Kruse, arXiv:2209.02581.

Folders content:

  • 1D/stabilitydiagram.jl >> numerical calculation of the instability boundary of the homogeneous steady state. The result is featured in the stability diagram of the Supplementary Material.

  • 1D/PeriodicBoundaries/main.jl (depends on InputParameters.jl and functions.jl) >> numerical integration of the dynamical equations with periodic boundary conditions. To change simulation parameters, please edit InputParameters.jl;

  • 1D/NoFlux/main.jl (depends on InputParameters.jl and functions.jl) >> numerical integration of the dynamical equations with no-flux boundary conditions. To change simulation parameters, please edit InputParameters.jl;

  • 2D/main.jl (depends on InputParameters.jl and kernels.jl) >> numerical integration of the dynamical equations in 2D, with periodic boundary conditions. To change simulation parameters, please edit InputParameters.jl

Please note that the 1D code runs on CPU, while the 2D code runs on GPU.

About

Solver of isotropic, active-reactive fluid equations, in 1D and 2D.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages