Diffusion through membrane, which boundary condition to implement?

baseball1234
Messages
3
Reaction score
0
Hi, I am solving the diffusion equation using explicit finite difference to model the diffusion of an analyte through a membrane. I am interested in the concentration of the analyte on the other side vs time elapsed. On one side of the membrane is an initial concentration, which I am implementing as a Dirichlet boundary condition, and the other is zero concentration of the analyte, in a blank solution. The initial condition of this other side would be 0, however I am unsure what the boundary condition would be. My first assumption would be a Neumann zero-flux boundary condition, however I don't know if this is correct. Any help on this would be great, thanks.
 
Physics news on Phys.org
I'm not a chemical engineer, so I don't really know the physics of your problem, but if you want your solution to actually flow through that boundary, then you can't have a Neumann condition. If it is indeed supposed not to flow through it, then I would say that you are correct :smile:
 
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