Basic aspects of discretization
From CFD-Wiki
Revision as of 15:07, 11 June 2013 by YoudownwithCFD (Talk | contribs)
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))