forked from SPL-ethz/CAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
70 lines (53 loc) · 2.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
██████╗ █████╗ ████████╗
██╔════╝██╔══██╗╚══██╔══╝
██║ ███████║ ██║
██║ ██╔══██║ ██║
╚██████╗██║ ██║ ██║
╚═════╝╚═╝ ╚═╝ ╚═╝
Crystallization Analysis Toolbox
a SPLIfA project
CAT is an open-source software designed to solve population balance equations as they typically arise in particulate processes and to analyze the results.
brought to you by:
Ashwin Kumar Rajagopalan
Dr. David Ochsenbein (inactive)
Dr. Martin Iggland (inactive)
Numerical Methods currently supported
- Moving Pivot
- Central Difference
- High Resolution
Features supported by all solvers:
- Nucleation (homogeneous/heterogeneous)
- Growth (size dependent/independent)
- Dissolution (only size independent verified)
- Antisolvent and Temperature profiles in form of anonymous functions or piecewise-linear functions
- Arbitrary grid sizing
Features that are currently planned for the future:
- Ostwald / Viedma Ripening
- Lattice-Boltzman method
- 1D agglomeration and breakage
Further down the line:
- Solution of nD PBE problems and integration with morphology domain plotter
** Installation
See Install.m for installation instructions
** Getting started
After installation, type
>> help CAT
or have a look at the demos to get an idea of how to use the toolbox.
** Bug reports
Please submit bugs via the Github page:
-> https://github.com/SPLIfA/CAT (preferably with a screenshot of the (GUI) settings)
or submit them to
including again a screenshot or a (zipped) mat file of the CAT(Tube) object that generated the problem.
Copyright (c) 2015-2016 David Ochsenbein
Copyright (c) 2012-2014 David Ochsenbein, Martin Iggland
This file is part of CAT.
CAT is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 3 of the License.
CAT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.