Difference between revisions of "Contrib multiSolver/glossary"

From OpenFOAMWiki
(Migrated to github)
 
Line 1: Line 1:
<span id="globalTime">'''globalTime''' - the total simulation time elapsed.  Since each solver has an independent [[#localTime|localTime]], the globalTime is used to universally sort them.</span>
+
This project has migrated over to '''github'''.
  
<span id="localTime">'''localTime''' - the simulation time seen by a single solver within a single [[#superLoop|superLoop]]. localTime is independent between solvers and between [[#superLoop|superLoops]].</span>
+
'''''[http://github.com/Marupio/multiSolver/wiki Click here for the new website.]'''''
  
<span id="multiControlDict">'''multiControlDict''' - the '''multiSolver''' analogue of <tt>controlDict</tt>.  This (mandatory) dictionary does not conform to the standard [[#multiDict|multiDict]] format as there are many additional settings for the '''multiSolver''' itself.</span>
+
http://github.com/Marupio/multiSolver/wiki
 
+
<span id="multiDict">'''multiDict''' - a dictionary format specific to '''multiSolver''' that allows it to generate a different dictionary for each [[#solverDomain|solverDomain]].</span>
+
 
+
<span id="solverDomain">'''solverDomain''' - one of the solvers employed by '''multiSolver'''.</span>
+
 
+
<span id="solverDomainName">'''solverDomainName''' - the name assigned to a [[#solverDomain|solverDomain]].</span>
+
 
+
<span id="superLoop">'''superLoop''' - one full cycle through all solvers.</span>
+
 
+
<span id="superLoopIndex">'''superLoopIndex''' - the number of full cycles through all the solvers that have been achieved.</span>
+
 
+
<span id="superSolver">'''superSolver''' - an application that employs two or more solvers within a [[#superLoop|superLoop]].</span>
+

Latest revision as of 21:45, 6 September 2013

This project has migrated over to github.

Click here for the new website.

http://github.com/Marupio/multiSolver/wiki