jmk9
- 10
- 0
I am trying to solve a transport problem which in its most general form is a diffusion-advection equation with variable coefficients:
<br /> <br /> <br /> \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)<br /> <br /> <br />
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
<br /> <br /> <br /> f(x,0)=\alpha\delta(x)<br /> <br /> <br />
by manipulating the equation in "Fourier space" I arrive at a solution of the form
<br /> <br /> <br /> f(x,t)=\frac{\alpha e^{-\frac {(x+B(x,t))^{2}} {4A(x,t)} +C(x,t)}}{\sqrt{4\pi A(x,t)}}<br /> <br /> <br />
where
<br /> <br /> <br /> A(x,t)=\int_{0}^{t}a(x,\tau)d\tau<br /> <br /> <br />
<br /> <br /> <br /> B(x,t)=\int_{0}^{t}b(x,\tau)d\tau<br /> <br /> <br />
<br /> <br /> <br /> C(x,t)=\int_{0}^{t}c(x,\tau)d\tau<br /> <br /> <br />
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!
<br /> <br /> <br /> \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)<br /> <br /> <br />
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
<br /> <br /> <br /> f(x,0)=\alpha\delta(x)<br /> <br /> <br />
by manipulating the equation in "Fourier space" I arrive at a solution of the form
<br /> <br /> <br /> f(x,t)=\frac{\alpha e^{-\frac {(x+B(x,t))^{2}} {4A(x,t)} +C(x,t)}}{\sqrt{4\pi A(x,t)}}<br /> <br /> <br />
where
<br /> <br /> <br /> A(x,t)=\int_{0}^{t}a(x,\tau)d\tau<br /> <br /> <br />
<br /> <br /> <br /> B(x,t)=\int_{0}^{t}b(x,\tau)d\tau<br /> <br /> <br />
<br /> <br /> <br /> C(x,t)=\int_{0}^{t}c(x,\tau)d\tau<br /> <br /> <br />
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!