|
[Sponsors] |
May 16, 2008, 23:55 |
Yees upwind/symmetric scheme
|
#1 |
Guest
Posts: n/a
|
Hi
I want to use Yees upwind/symmetric TVD scheme to solve the Navier-Stokes equations in cylindrical r-z coordinates. In the paper (J.Comput.Phys. 68:151-179)its given in x-y form. How should I modify for the source flux that appears as a result of splitting the divergence convective term in the r direction. i.e. dQ/dt = dF/dr + dG/dz + (1/r)H shuo |
|
May 17, 2008, 21:58 |
Re: Yees upwind/symmetric scheme
|
#2 |
Guest
Posts: n/a
|
I applied to a 2-D cylindrical C.V. and got the following expression
dQ/dt_(ij) = [E_(i, j+0.5) * r_(i,j+0.5)/r_ij - E_(i, j-0.5) * r_(i, j-0.5)/r_ij]/delta_r + [F_(i+0.5, j) - F_(i-0.5, j)]/delta_z Q = transpose[rho, rho*u, rho*v, E] E = transpose[rho*v, rho*u*v, rho*v*v + P, (E + P)v] F = transpose[rho*u, rho*u*u + p, rho*u*v, (E + P)u] i,j are in z and r axis with velocity components u, v rspectively. How to deal with r_(i, j-0.5)/r_ij at r_ij(0, 0)?? SHup |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Implementation of QUICK scheme | Romuald Skoda | Main CFD Forum | 11 | November 6, 2017 22:20 |
AUSM scheme ? Central Scheme | boling | Main CFD Forum | 7 | January 7, 2016 03:41 |
2nd order upwind scheme (Fluent and CFX) | Far | FLUENT | 0 | May 22, 2011 02:50 |
extrapolation in MUSCL scheme | Chandra | Main CFD Forum | 6 | February 14, 2007 12:21 |