OpenFOAM guide/Explicit equation

From OpenFOAMWiki
< OpenFOAM guide
Revision as of 19:25, 30 June 2010 by Marupio (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Explicit equations are those whose dependent variables rely on the values of one another from a previous time. In other words, the dependent can be solved individually, without an iterative method.

OpenFOAM's fvc namespace defines a group of explicit operations.

Explicit methods have a more stringent timestep size restriction than implicit methods, but their accuracy is greater. Therefore they are preferable for transient problems.

See also: