2D Time Evolved Numerical Examples

Wave Propogation

This is a problem without serious singularity for checking the effection of our moving mesh algorithm. The PDE of this problesm is as

\[ \frac{\partial U}{\partial t} - y\frac{\partial U}{\partial x} + x\frac {\partial U}{\partial y} = 0 \]

with initial value

\[ U(x,y;t) = \left\{\begin{array}{ll} e^{32 ((x-1/2)^2 + y^2)},&\mathrm{if\ } (x-1/2)^2 + y^2 < 1/4; \\ e^{32 ((x+1/2)^2 + y^2)},&\mathrm{if\ } (x+1/2)^2 + y^2 < 1/4; \\ 0, & \mathrm{otherwise}. \end{array}\right. \]

Mesh and surface of numerical result obtained as following

twin peak mesh twin peak suface

Burgur Equation

The equation and its initial value are as

\[ u_t + u u_x + u u_y = a \Delta u \]

\[ u(x,y;t) = \left( 1 + exp((x+y-t)/(2a)) \right)^{-1} \]

where $a=0.005$. There will be a sharp layer located along the line $x+y-t=0$. And the steepness of the layer is depended on the parameter $a$ that the smaller the $a$, the steeper the layer. The mesh and the surface of numerical result as following

burgers mesh burgers suface

Buoyancy Driven Flow

This example is concerned with the buoyancy-driven horizontal spreading of heat and chemical species through a fluid saturated porous medium. The physical problem is discussed and formulated in {CHR2}. The domain $ \Omega $ in the physical domain is a $ U $-shaped domain, and the governing equation is given below:

\[ \begin{array} {rcl} -\Delta \psi &=& Ra \left( {T_ x} + N {C_ x} \right), \\ {T_ t} + {\displaystyle\frac{\partial(T, \psi)} {\partial(x, y)}} &=& \Delta T, \\ {\frac \phi \sigma}{C_t} + {\displaystyle\frac{\partial(C, \psi)} {\partial(x, y)}} &=& {\frac {1} {Le}} \Delta C \end{array} \]

where $ \psi $ is the stream function of the flow, $ T $ the temperature, $ C $ the concentration of the constituent, $ Ra $ the Darcy-modified Rayleigh number, $ N $ the buoyancy ratio, $ Le $ the Lewis number, $ \phi $ the porosity ratio, $ \sigma $ the heat capacity ratio, and

\[ {\frac {\partial(f,g)} {\partial(x,y)}} := {\frac{\partial f}{\partial x}}{\frac{\partial g}{\partial y}} - {\frac{\partial f}{\partial y}}{\frac{\partial g}{\partial x}}. \]

with initial value as

\[ T|_{t=0}=C|_{t=0}=\left\{ \begin{array}{c} 1, x \leq \frac{1}{2},\\ 0, x> \frac{1}{2},\end{array} \right. \]

and boundary value as

\[ \psi|_{\partial \Omega} = 0, \left.{\frac{\partial T}{\partial n}}\right|_{\partial \Omega} = 0, \left.{\frac{\partial C}{\partial n}}\right|_{\partial \Omega} = 0. \]

In this problem, the fluid is initially of different degrees of temperature and concentration of a certain constituent. At the beginning, the warm fluid on the left side of the domain has a less pronounced vertical gradient of hydrostatic pressure than the cold fluid on the right side. This horizontal difference of pressure will start to push the cold fluid to the left side at the bottom and warm fluid to the right side at the top. This keeps the fluid convecting until the cold fluid rests under the warm one. Meanwhile, the diffusion effect will gradually smooth out the temperature and concentration differences between the initially cold and warm fluids. We will stimulate this phenomenon for the case of a large Rayleigh number, $ Ra=1000 $. Other parameters in the governing equations are $ N=0, \, Le=1 $ and $ \phi/\sigma = 1 $. In the logical domain, a quasi-uniform triangulation with 1784 elements is shown in Figure fig7}. Physically, if the Rayleigh number is large enough a thin layer of large variation of temperature and concentration will keep existing until the warm fluid settles completely on top of the cold one and eventually the temperature and concentration become uniform in the whole fluid. These phenomena are clearly observed in Figure fig8}. It is seen that the mesh adapts well to the temperature and follows successfully the motion of the thin layer of large temperature and concentration variation.

Reaction Diffusion System

This example is a combustion problem which was investigated numerically in {CHR2,Moore.1}. The main purpose of this example is to demonstrate that Section sec34} can be independent of other steps in Section sec3}. In particular, the mesh-moving step and the time-forwarding step are independent of each other.

The mathematical model is a system of coupled nonlinear reaction-diffusion equations:

\[ \begin{array}{rcl} {u_t} - \Delta u &=& - {\displaystyle\frac R {\alpha \delta}} u e^{\delta (1 - 1/T)}, \\ {T_t} - {\displaystyle\frac 1 {Le}} \Delta T &=& {\displaystyle\frac R {\delta Le}} u e^{\delta (1 - 1/T)} \end{array} \]

with boundary value as

\[ \begin{array}{rcccl} u|_{t=0} &=& T|_{t=0} &=& 1, \\ u|_{\partial \Omega} &=& T|_{\partial \Omega} &=& 1 \end{array} \]

where $u$ is the ratio of the actor, $T$ is the tempearture and the other parameters are as $Le=0.9$, $\alpha = 1$, $\delta = 20$, $R = 5$. The following figures are the numerical result obtained in a $J$-shaped domain.


Generated on Fri Jun 29 16:17:00 2007 for Moving Mesh by  doxygen 1.4.7