KAPSEL FAQ

  • How can I get KAPSEL?
    Visit KAPSEL-BBS, and register your name and e-mail address there. Then, you will get an e-mail to activate your account. Once your account is activated, you can login to KAPSEL-BBS and download KAPSEL from there.
  • Where can I ask questions about KAPSEL?
    Visit KAPSEL-BBS
  • Can I give my KAPSEL package to someone else?
    Yes. But please tell them that they should register for a member of KAPSEL-BBS.
  • What kind of problems can I solve by KAPSEL?
    Various problems of particle dispersions in general, including electrophoresis, sedimentation, coagulation, and rheology of particle dispersions.
  • What operating systems are supported by KAPSEL?
    KAPSEL runs on Windows (XP, Vista) and major Linux distributions (CentOS, SuSe, Debian, etc...). It can run on Mac OS-X also, but it is not officially supported.
  • Who can use KAPSEL?
    Anyone can use KAPSEL for their academic and industrial researches.
  • How can I get any information about version-up (or bugs)?
    Please visit KAPSEL HP and KAPSEL-BBS.
  • Can I modify KAPSEL?
    Yes, but if you want to distribute the modified version, you must report it to the KAPSEL development team beforehand.
  • How can I contribute to KAPSEL?
    There are a number of ways that you can contribute to help make KAPSEL a better program. Perhaps the most important way to contribute is to write high-quality code for solving new problems, and to make your code freely available for others to use. If you find KAPSEL useful, consider providing additional funding to continue its development. Even a modest amount of additional funding could make a significant difference in the amount of time that is available for development and support. If you cannot provide funding or contribute code, you can still help make KAPSEL better and more reliable by reporting any bugs you find and by offering suggestions for ways to improve KAPSEL. Visit KAPSEL-BBS to leave your comments and opinions.
  • Can I commercialize KAPSEL?
    A RIGHT TO COMMERCIALIZE KAPSEL IS KEPT BY THE KAPSEL DEVELOPMENT TEAM. PLEASE CONTACT THE TEAM AND GET CERTIFICATION. FOR MORE DETAIL, PLEASE CONSULT KAPSEL-BBS.
  • What is GOURMET?
    GOURMET is a common platform of for individual simulators. GOURMET provides a common graphical user interface for all simulation programs. GOURMET is an editor of the input data, a viewer of the output data, a tool to make graphs and animations, and most importantly a place for various simulation programs to meet and exchange the information they have. These services can be customized and enhanced by users. New simulation programs can be easily connected to GOURMET by writing the input and output files in a certain text file format called UDF (User Definable Format).
  • What is UDF?
    UDF is a general file format used by simulation engines in OCTA. You can view, edit and analyze UDF file by using GOURMET, the user interface software included in OCTA. UDF is a plain text file, and consists of definition part and data part. In the definition part, you can define the data structure of your engine in a simple and natural way. The data in UDF can be easily accessed and modified by using UDF interface libraries for C/C++, Fortran and Python. KAPSEL uses UDF, and the detailed information on UDF for KAPSEL is here.
  • How can I read and write UDF files?
    The UDF file is a text file, but can be treated as a random access storage without paying attention to its file structure. This means that any data in UDF can be read and written in any order from user programs (C/C++, Fortran, Python). To facilitate I/O from/to the UDF file, two service libraries are provided.
  • libplatform: This is the library needed to read and write UDF files from C/C++ and Fortran programs. One can find examples in KAPSEL source codes written in C++.
  • Python UDF Manager: This is the library needed to read and write UDF files from Python scripts. A sample is here (filesk.py).