A Stability analysis for numerical schemes of systems of PDEs

  • A
  • Thread starter Thread starter hunt_mat
  • Start date Start date
  • Tags Tags
    Pdes Systems
hunt_mat
Homework Helper
Messages
1,816
Reaction score
33
TL;DR Summary
Everyone knows how to do this type of analysis for a single equation, but what about systems?
I want to solve the following system of PDEs:
\frac{\partial\nu}{\partial t}=\frac{\partial u}{\partial h}
\frac{\partial u}{\partial t}=\frac{\partial}{\partial h}\left(f(\nu)\frac{\partial u}{\partial h}\right)

I know the usual Fourier analysis that are applied to the stencil for single equations that lead to conditions of the variables but I want to know how it's done for a system. I want to do the weighted-average method and I want to work out the value to give the largest dt.
 
Physics news on Phys.org
In principle, you can use the same technique: define the discrete fourier transforms of both variables, \begin{split}<br /> \hat\nu(\zeta, t) &amp;= \sum_{n=-\infty}^\infty \nu_n(t)e^{in\zeta} \\<br /> \hat u(\zeta, t) &amp;= \sum_{n=-\infty}^\infty u_n(t)e^{in\zeta}\end{split} Then taking the DFT of your PDEs you have the system <br /> \begin{split}<br /> \frac{\partial \hat\nu}{\partial t} &amp;= N(\hat u, \zeta) \\<br /> \frac{\partial \hat u}{\partial t} &amp;= U(\hat u, \hat \nu, \zeta) \end{split} to which you can apply the stability analysis, treating \zeta \in [0, 2\pi] as constant. The result is that both of the eigenvalues of the jacobian of this system must be in the stable region of the time integration for all values of \zeta \in [0, 2\pi].
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top