Basic aspects of discretization
From CFD-Wiki
(Difference between revisions)
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 →
(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))