Implicit second order method
From CFD-Wiki
Revision as of 04:30, 15 February 2006 by Oleg Alexandrov (Talk | contribs)
The implicit second order method involves the derivatives of the next time level. Due to this reason they are iterative in nature. The second order time integration scheme is given by:
Algorithm
- for r:= 1 step 1 until M do
- end (r-loop)
Here, M is maximum number of internal iterations.
Return to Numerical Methods