- Resuspension: u -> u* (bottom friction velocity)
- Resuspension tests
- Biofouling tests
- Restart tests
- Run scripts
- Test cases
- Install/run instructions
More to-do in TODO.txt
Download the code using:
git clone https://github.com/rix71/particle_model.git
Or do a recursive clone, if you want the postprocessor as well.
NB! The postprocessor is still a work-in-progress. Better use your own scripts for now.
Installing is as easy as:
cd particle_model/code
make
If you change nothing in the Makefile, your executable should be in particle_model/bin directory.
Before running make, have a look at the Makefile and include/output.h files.
- Comment/uncomment compiler flags in
Makefileto disable/enable e.g., openMP, debug features or select the biofouling model (only "simple" implemented at the moment). - Select output variables by commenting/uncommenting lines in
include/output.h. Particle position will always be written.