|
[Sponsors] |
October 16, 2017, 17:26 |
Solution breaks on highly stretched grid
|
#1 |
New Member
Aranya Dan
Join Date: Oct 2017
Posts: 19
Rep Power: 9 |
I am solving 2d Reimann problem test cases with a WENO5 2D solver I wrote. It works fine when I use a uniform Cartesian mesh but when I add a transformation to have exponential compression in the y-direction, for large values of the exponent, the solution starts giving negative pressure.
If and forms my computational domain (unit uniform cartesian grid), I am defining , where k is a factor i control. For k=1, the solution is fine but when i increase k to 3 (highly stretched out in y-direction), the solution starts breaking down (negative pressure). Does grid transformation actually cause problems or is there some problem with my code? Yes i have made the appropriate changes in the conservation equations (Multiplying the necessary Jacobians). |
|
Tags |
cartesian structured grid, grid deformation, weno code |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Plotting solution vector from Matlab in Paraview | crg123 | ParaView | 0 | November 20, 2016 13:19 |
Generating elliptic grid around NACA SC2-0714 airfoil | DA6righthand | Main CFD Forum | 20 | November 3, 2015 08:50 |
grid dependancy | gueynard a. | Main CFD Forum | 19 | June 27, 2014 22:22 |
Grid Independent Solution | Chuck Leakeas | Main CFD Forum | 2 | May 26, 2000 12:18 |
Grid Quality and the Solution | Faraz | Main CFD Forum | 4 | January 10, 2000 19:18 |