Skip to content

A Monte Carlo Simulation Software for Sedimentation of Patchy Colloids

License

Notifications You must be signed in to change notification settings

mithodin/patchyColloids2014

Repository files navigation

This is the source code for my bachelor thesis in 2014. Read the pdf in thesis to get an idea what this does.

How to build and view the documentation:
 * in the main folder, run 'doxygen doxy.conf'
 * open in your browser 'doc/html/index.html'

How to build:
 * Install libconfig development files (libconfig-dev package for debian)
 * Install cmake
 * Create a directory 'build' within this source directory
 * Descend into 'build' and execute 'cmake ..'
 * Then execute 'make'

You should now have an executable 'patchy_main' in the 'bin' folder.

Usage:
 * Edit the file 'bin/parameters.cfg'
 * cd into 'bin'
 * execute ./patchy_main x (Where x is the number of concurrent threads to run)

About

A Monte Carlo Simulation Software for Sedimentation of Patchy Colloids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published