| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README_T | 2014-05-27 | 1.7 kB | |
| Totals: 1 Item | 1.7 kB | 0 | |
#########################################################################
# #
# Magnetic Drug Targetting Simulation #
# (Traversal Mode) #
# #
# Kanok Huarnkamnerd, Banpot Dolwithayakul, Chantana Chantrapornchai #
# Silpakorn University & Kasetsart University, Thailand #
# #
#########################################################################
** This file is compiled and linked linux binary file **
1. Requirements
- Linux Operating System (Fedora, CentOS, Ubantu)
- OpenCV Runtime Library Version 2.2+
- libboost Runtime Library
- OpenMP Runtime Library (usually bundled in modern linux distributions)
2. Running & Parameters
- The program can be run using :
$ ./travmode_bin [parameters]
Here are allowed parameters:
--help produce help message
--dt arg time step (default=5x10^-6)
--dr arg discretization of domain radius (default=0.02)
--da arg angle step (default=0.25)
--rmax arg outer boundary of simulation domain (default=5)
--nthread arg number of threads (default=4)
--round arg number of rounds (default=10000)
3. Example
- In case you want dt=10^-6, eight threads computation, 20000 rounds, use default value for other parameters you can run with
$ ./travmode_bin --dt 1.0e-6 --nthread 8 --round 20000
4. Notes
- Numerical results saved in .txt file
- The simulation results plotted in PNG file format.
- In case you have trouble running our program or suggestion, contact us at banpot[at]su.ac.th or fengcnc[at]ku.ac.th