Nonuniform mesh with the numerical method of characteristics

kobjob
Messages
6
Reaction score
0
Could someone please direct me to a good book/article that describes how to use a coarse and fine spatial mesh with the numerical method of characteristics?
Thank you.
Kate
 
Physics news on Phys.org
The book Modern Compressible Flow: With Historical Perspective by John D. Anderson is good as well as Gas Dynamics by James E.A. John and Theo G. Keith.

What are you using to write your code? Fortran, matlab?
 
Thanks for your suggestions!

I'm using Matlab. I'm not sure how/if I should be moving the fine mesh as the characteristics move.

Thanks again,
Kate
 
The main thing with characteristics codes is calculating the actual points. You have a normal rectangular grid to begin with and then you have you characteristic mesh and you have to go from you characteristics mesh (where the values are exact) to your rectangular mesh where the values become approximate.

I wouldn't mind having a peek at your code when you're done.
 
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...
Back
Top