73 lines
1.9 KiB
Text
73 lines
1.9 KiB
Text
|---------------------.
|
|
| David L. F. Gaden's |
|
|
.----------------|---------------------'
|
|
| multiSolver | Version: 0.6.0
|
|
'----------------|
|
|
| If you use, please cite:
|
|
V
|
|
* D. L. F. Gaden, and E. L. Bibeau (2012), "A programmable logic controller
|
|
emulator with automatic algorithm-switching for computational fluid dynamics
|
|
using OpenFOAM," Proceedings of the 2012 CSME International Congress, Paper
|
|
number 156959763, June 4-6, Winnipeg, MB.
|
|
|
|
Description
|
|
===========
|
|
An extension to OpenFOAM that allows you to run multiple solvers in sequence on
|
|
the same dataset.
|
|
|
|
Original Author
|
|
===============
|
|
David L. F. Gaden (dlfgaden@gmail.com)
|
|
|
|
Current Maintainer
|
|
==================
|
|
David L. F. Gaden (dlfgaden@gmail.com)
|
|
|
|
Contributors
|
|
============
|
|
David L. F. Gaden : base version
|
|
|
|
Documentation
|
|
=============
|
|
github.com/Marupio/multiSolver/wiki
|
|
|
|
Installation/Compilation
|
|
========================
|
|
|
|
See documentation.
|
|
|
|
Contents
|
|
========
|
|
|
|
- src - the library source files
|
|
- applications\solvers - a demo application that uses multiSolver
|
|
- applications\utilities - a data handling utility
|
|
- tutorials - a sample case that runs the demo application
|
|
|
|
Required OpenFOAM-Version (Known to work with)
|
|
==============================================
|
|
3.0
|
|
2.0.x
|
|
2.1.x
|
|
2.2.x
|
|
|
|
History
|
|
=======
|
|
|
|
2010-07-23: Initial import
|
|
2011-03-29: Minor bug fix for 3.0 and 1.7.1
|
|
2011-04-05:
|
|
* Major upgrade
|
|
* Now works for parallel simulations
|
|
2011-06-03:
|
|
* Minor bug fix:
|
|
* Parallel decomposing no longer omits the initial directory
|
|
2011-07-01: Overhauled documentation; no change to code
|
|
2012-10-25: Version 0.5.0
|
|
* Moved to git
|
|
* Enabled boundary switching
|
|
* Introduced version numbers to keep track of changes
|
|
2013-08-29: Version 0.6.0
|
|
* Uploaded to github and OpenFOAM-extend
|
|
* Restructured applications and tutorials directories for consistency
|
|
* Made opening splash optional
|