How many boundary conditions should I have for a 2-D transient pde?

bzz77
Messages
33
Reaction score
0
Hello all:

I'm a newbie, trying to write/use code for solving a 2D advection-diffusion problem. I'm not sure how many boundary conditions I should have for the property that is being transported.

In my problem, I have diffusion switched off (advection only). The property being transported (from left to right) is a chemical element. I have its initial mass as an initial condition. I have specified its mass at the left boundary. Do I need a second boundary condition at the right?

Thanks for any advice.
 
Physics news on Phys.org
bzz77 said:
Hello all:

I'm a newbie, trying to write/use code for solving a 2D advection-diffusion problem. I'm not sure how many boundary conditions I should have for the property that is being transported.

In my problem, I have diffusion switched off (advection only). The property being transported (from left to right) is a chemical element. I have its initial mass as an initial condition. I have specified its mass at the left boundary. Do I need a second boundary condition at the right?

Thanks for any advice.

You should. If it is the iterative, then you will need to account for front and end conditions.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top