New Reply

Is this an acceptable method to solve a convectihe heat equation???

 
Share Thread
Apr20-11, 02:58 PM   #1
 

Is this an acceptable method to solve a convectihe heat equation???


I am trying to solve the following PDE:

[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]

where a, b and c are known functions of x and t with an impulse function initial condition

[tex]

f(x,0)=\alpha\delta(x)

[/tex]

This actually describes a specific mass transport problem. I would like to know whether the solution I obtain, described below, is at all reasonable.

By letting

[tex]

f(x,t)=\frac{1}{2\pi}\int e^{ikx}\tilde{f}(k,t)dk

[/tex]

([tex]\tilde{f}[/tex] being the Fourier transform of [tex] f [/tex]) and substituting to the above, one obtains

[tex]

\int e^{ikx}\frac{\partial \tilde{f}(k,t)}{\partial t}dk=-\int a(x,t)e^{ikx}k^{2}\tilde{f}(k,t)dk+i\int b(x,t)e^{ikx}k\tilde{f}(k,t)dk+\int c(x,t)e^{ikx}\tilde{f}(k,t)dk

[/tex]

which is satisfied if

[tex]

\frac{\partial \tilde{f}}{\partial t}=-a(x,t)k^{2}\tilde{f}+ib(x,t)k\tilde{f}+c(x,t)\tilde{f}

[/tex]

Solving this 1st order ODE and subsequently taking the inverse Fourier transform one gets:

[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? Or have I done something horribly wrong? Is it a reasonable solution to the transport problem that I am examining? How can I find different solutions to this problem?

Advice will be much appreciated.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
New Reply

Tags
diffusion equation, heat equation, transport equation

Similar discussions for: Is this an acceptable method to solve a convectihe heat equation???
Thread Forum Replies
Implicit Finite difference method to solve a Heat Transfer problem Mechanical Engineering 0
how to use Euler's method to solve this equation Differential Equations 1
Method to solve the matrix equation A A^+ = T, for A General Math 0
Solve equation using the Method of Characteristics Calculus & Beyond Homework 0
Newton (iterative) method to solve a diophantine equation Linear & Abstract Algebra 5