Solution to Second Order Coupled PDE in x,y,z, and time

landon244
Messages
1
Reaction score
0
I'm trying to solve equation in the attached pdf, which describes anistropic diffusion in 3D with an additional term to account for hydrogen bonding and unbonding of the diffusing substance to the medium. I've considered Laplace transforms, then solving in the Laplace domain, then inverting numerically. Ideally I would get a fully analytical solution, but I'm not sure how to approach it. Solving it numerically in three dimensions (using Crank-Nicolson or something similar) would undoubtedly be very computationally expensive, correct?


If anyone has any suggestions on how to arrive at an analytical solution to this, or an efficient way to implement it numerically, I would greatly appreciate your input. I’ve been struggling with this for some time now, and just haven’t gotten very far. Thanks in advance.
 

Attachments

Physics news on Phys.org
The equation simplifies considerably if we separate the variables, i.e., n=p(x)q(y)r(z)s(t)
and N= M(x,y,z)S(t). On substitution & elimination of n/N , we end up with a system in
s,s' and S,S'.
I can't presume to advise you on modelling the diffusion. Yet, the resulting equations are amenable to analytic methods if you either assume S' <<beta S(to linearise ) or assume something about n/N.
 
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