1 |---------------------.
2 | David L. F. Gaden's |
3 .----------------|---------------------'
4 | multiSolver | Version: 0.6.0
6 | If you use, please cite:
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.
15 An extension to OpenFOAM that allows you to run multiple solvers in sequence on
20 David L. F. Gaden (dlfgaden@gmail.com)
24 David L. F. Gaden (dlfgaden@gmail.com)
28 David L. F. Gaden : base version
32 github.com/Marupio/multiSolver/wiki
34 Installation/Compilation
35 ========================
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 ==============================================
57 2010-07-23: Initial import
58 2011-03-29: Minor bug fix for 1.6-ext and 1.7.1
61 * Now works for parallel simulations
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
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