Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiSolver / README
blob4b7a84b1a65fba7d4423fb3be9d16f0cb92f8791
1                  |---------------------.
2                  | David L. F. Gaden's |
3 .----------------|---------------------'
4 |  multiSolver   |  Version:    0.6.0
5 '----------------|
6                  |  If you use, please cite:
7                  V
8 * D. L. F. Gaden, and E. L. Bibeau (2012), "A programmable logic controller
9   emulator with automatic algorithm-switching for computational fluid dynamics
10   using OpenFOAM," Proceedings of the 2012 CSME International Congress, Paper
11   number 156959763, June 4-6, Winnipeg, MB.
13 Description
14 ===========
15 An extension to OpenFOAM that allows you to run multiple solvers in sequence on
16 the same dataset.
18 Original Author
19 ===============
20 David L. F. Gaden (dlfgaden@gmail.com)
22 Current Maintainer
23 ==================
24 David L. F. Gaden (dlfgaden@gmail.com)
26 Contributors
27 ============
28 David L. F. Gaden : base version
30 Documentation
31 =============
32 github.com/Marupio/multiSolver/wiki
34 Installation/Compilation
35 ========================
37 See documentation.
39 Contents
40 ========
42  - src - the library source files
43  - applications\solvers - a demo application that uses multiSolver
44  - applications\utilities - a data handling utility
45  - tutorials - a sample case that runs the demo application
47 Required OpenFOAM-Version (Known to work with)
48 ==============================================
49 3.0
50 2.0.x
51 2.1.x
52 2.2.x
54 History
55 =======
57  2010-07-23: Initial import
58  2011-03-29: Minor bug fix for 3.0 and 1.7.1
59  2011-04-05:
60     * Major upgrade
61         * Now works for parallel simulations
62  2011-06-03:
63     * Minor bug fix:
64         * Parallel decomposing no longer omits the initial directory
65  2011-07-01: Overhauled documentation; no change to code
66  2012-10-25: Version 0.5.0
67     * Moved to git
68     * Enabled boundary switching
69     * Introduced version numbers to keep track of changes
70  2013-08-29: Version 0.6.0
71     * Uploaded to github and OpenFOAM-extend
72     * Restructured applications and tutorials directories for consistency
73     * Made opening splash optional