CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Basic aspects of discretization

Basic aspects of discretization

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
YoudownwithCFD (Talk | contribs)
(Created page with "The general idea behind discretization is to break an area into a mesh, and then replace derivatives with difference quotients. f'(x)=(f(x+1)-f(x))/(x(i+1)-x(i))")
Newer edit →

Revision as of 15:07, 11 June 2013

The general idea behind discretization is to break an area into a mesh, and then replace derivatives with difference quotients.

f'(x)=(f(x+1)-f(x))/(x(i+1)-x(i))

My wiki