|
[Sponsors] |
November 29, 2017, 12:18 |
WENO 5 slip wall boundary conditions
|
#1 |
New Member
Javier
Join Date: Nov 2017
Posts: 6
Rep Power: 8 |
Hello everybody,
A very common approach for WENO schemes when imposing slip boundary condition for the Euler equations is using ghost points. To do that the wall is located on an interface midway between nodes of the mesh and the ghost points values are mirrored from that of the interior points (except for the normal velocity to the wall which is negated). It is the technique employed in the original paper by Jiang and Shu. o----o----o----|----o----o----o G3--G2--G1--|----1----2----3 Following the sketch above, density(G1) = density(1) density(G2) = density(2) density(G3) = density(3) and so on... This approach is conservative. I am employing a Finite Difference WENO 5 with Lax-Friedrichs flux splitting. Is there a similar way to locate the wall in a mesh node instead of in an interface? o----o----o---x----o----o----o G3--G2--G1--w----1----2----3 This second approach however does not seem to be conservative, because although it works fine for low-mach cases, it produces unphysical shock behaviour when trying to model supersonic cases. Is there something I am missing? Thanks in advance. |
|
November 29, 2017, 23:16 |
|
#2 |
Super Moderator
|
If your grid point is on the wall, then half of your cell is outside the domain. I dont see how to satisfy conservation in this case. Also imposing slip bc seems difficult since we usually incorporate this into the fluxes, but there are no boundary fluxes if your cell cuts the boundary.
You can of course do FD WENO but have your grid points off the boundary. Then you will have a cell face exactly on the boundary. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting the height of the stream in the free channel | kevinmccartin | CFX | 12 | October 13, 2022 22:43 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |
New topic on same subject - Flow around race car | Tudor Miron | CFX | 15 | April 2, 2004 07:18 |