CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Euler method

Euler method

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
:<math>\phi ^{n + 1}  = \phi ^n  + f\left( {t_{n + 1} ,\phi ^{n + 1} } \right) </math>
:<math>\phi ^{n + 1}  = \phi ^n  + f\left( {t_{n + 1} ,\phi ^{n + 1} } \right) </math>
-
 
+
{{stub}}
----
----
<i> Return to [[Numerical methods | Numerical Methods]] </i>
<i> Return to [[Numerical methods | Numerical Methods]] </i>

Revision as of 00:55, 15 November 2005

Euler Methods

Explicit or Forward Euler

 \dot \phi  = f\left( {t,\phi } \right)
\phi ^{n + 1}  = \phi ^n  + f\left( {t_n ,\phi ^n } \right)

Implicit or Backward Euler

 \dot \phi  = f\left( {t,\phi } \right)
\phi ^{n + 1}  = \phi ^n  + f\left( {t_{n + 1} ,\phi ^{n + 1} } \right)



Return to Numerical Methods

My wiki