| New Reply |
Is there a general method for solving advection-diffusion equations? |
Share Thread | Thread Tools |
| Apr22-11, 08:08 AM | #1 |
|
|
Is there a general method for solving advection-diffusion equations?
I am trying to solve a transport problem which in its most general form is a diffusion-advection equation with variable coefficients:
[tex] \frac{\partial f(x,t)}{\partial t}=a(x,t)\frac{\partial^2 f(x,t)}{\partial x^2}+b(x,t)\frac{\partial f(x,t)}{\partial x}+c(x,t)f(x,t) [/tex] I am wondering what methods are available for solving such a problem and whether a general solution exists. I have described in another thread the derivation of what appears to be a general solution when we use an initial condition of [tex] f(x,0)=\alpha\delta(x) [/tex] by manipulating the equation in "Fourier space" I arrive at a solution of the form [tex] f(x,t)=\frac{\alpha e^{-\frac {(x+B(x,t))^{2}} {4A(x,t)} +C(x,t)}}{\sqrt{4\pi A(x,t)}} [/tex] where [tex] A(x,t)=\int_{0}^{t}a(x,\tau)d\tau [/tex] [tex] B(x,t)=\int_{0}^{t}b(x,\tau)d\tau [/tex] [tex] C(x,t)=\int_{0}^{t}c(x,\tau)d\tau [/tex] Is this correct? I have a feeling that it is incorrect as I have not found something similar in the literature for the case when a, b and c are functions of x and t. This solution would be correct if they where constants, but I am uncertain about the variable coefficient case. I really really need help with this one, it's been bothering me for many weeks!!! |
| Apr29-11, 01:28 PM | #2 |
|
|
Can anyone comment if this solution is correct? I have a feeling it is not but I need to know why!!!!!!!
thanks in advance |
| Apr30-11, 04:34 AM | #3 |
|
|
In order to express the Fourier transform of the PDE, one need to express the Fourier transforms of a(x,t)d²f(x,t)/dx², of b(x,t)df(x,t)/dx and of c(x,t)f(x,t) I cannot see how you do that and find the relationship with the F(w,t) without the respective convolution products with the Fourier transforms of a(x,t), b(x,t) and c(x,t). Of course, not problem if a, b, c are not functions of x. |
| May4-11, 11:43 AM | #4 |
|
|
Is there a general method for solving advection-diffusion equations?
Thank you for the reply, greatly appreciated. The other thread I am referring to is
http://www.physicsforums.com/showthread.php?t=492001 What I have done is substitute only [tex] f(x,t)=\frac{1}{2\pi}\int e^{ikx}\tilde{f}(k,t)dk [/tex] and then proceed from there; the method seemed coherent but I am not sure about it as I haven't encountered this formula in any handbooks or textbooks that I have looked (unless of course a, b and c are constant in which case it is correct). It is good to know that this is a solution in the case where a, b and c are functions of t only. But I am also curious to know whether a general method exists for solving such equations given that a, b and c are continuous and generally "well behaved". |
| New Reply |
| Tags |
| advection, convection, diffusion, pde, variable coefficient |
| Thread Tools | |
Similar Threads for: Is there a general method for solving advection-diffusion equations?
|
||||
| Thread | Forum | Replies | ||
| Solving Diffusion PDE By Finite difference Method in fortran | Differential Equations | 1 | ||
| Solving Diffusion Equation By Finite difference Method in fortran | Calculus | 6 | ||
| Solving diffusion equation using finite difference method | Nuclear Engineering | 0 | ||
| lifshits aproximation method on solving differential equations | Calculus & Beyond Homework | 0 | ||
| 1D advection-diffusion--need to check my code; any suggestions? | Differential Equations | 1 | ||