Probably a long shot but....anyone here knows CFD?

duke

Golden Member
Nov 22, 1999
1,240
0
0
I need to setup the finite difference equations (for both simple explicit and implicit methods) for a non-linear, one dimensional, parabolic equation. The non linear term is what's driving me nuts. Anyone know anything about this? Or even better, a site that has an example or two?


Help....
 

duke

Golden Member
Nov 22, 1999
1,240
0
0
Please!!!!! Do you know of any helpful sites? That's all I need! :)
 

duke

Golden Member
Nov 22, 1999
1,240
0
0
good guy,


Yes please! If your dad knows of a good informative site, then that would be helpful. Thanks.

 
Oct 9, 1999
15,216
3
81
this is what my dad wrote to me:

The flow equations - one continuity and three momentum equations,
also called the Navier-Stokes equations- are non-linear equations.
There are several ways of handling these even in finite difference
and one-dimensional formulation:
1. time-dependent formulation the equations are hyperbolic (in more
than one-dimension, or parabolic for one-dimensional case), to
advance in time (the method is applicable also for steady state
applications till the solutions converge from a given initial
guessed
solution). The method can be implicit or explicit, but one has to
handle non-limear equation in space). The above equations have
to be for compressible case, since the incompressible continuity
equation has no time-dependent term and can not be used to
pressure; one can then use in 1-D case only momentum equation
and Bernoulli's equation to determine pressure and solve the
momentum equation (again non-linear).
2. The above equations can be made linear if, during iteration the
new values = old values + small change in the value. Dropping
the square of (small change in the value) terms, one can get
linearized equations, which can be solved again by implicit or
explicit finite difference methods;
The above is only in a nut-shell. CFD is a too big subject to reply
in one or two words.