|
[Sponsors] |
September 7, 2015, 23:34 |
Is this mesh refinement algorithm correct?
|
#1 |
New Member
|
Hello, I am using the following coarse mesh of size 7. I am integrating using the control-volume approach in which I use difference between the fluxes at the edges of CV. As you can see that in the middle, I have three points for which I divided their control volume in four parts to have a refinement of factor 2. Apart from these 12 points, I have to had some ghost points which are required to provide fluxes at the edge of fine mesh points. After two integration on fine mesh (because r equals 2), I am averaging the fine mesh values and putting them in place of their respective underneath coarse mesh point. On some coarse points near to coarse-fine mesh interface, I use the procedure described here(http://www.sciencedirect.com/science...21999189900351) which is basically that I replace some coarse fluxes by the sum of fine mesh fluxes which are along the interface. This is not giving me the desired results even I broke down my code manually point-by-point i.e. for every point, I am writing precisely what happens to it. Please let me know if I am committing a mistake anywhere. Thanks! |
|
Tags |
adaptive mesh refinement, finite difference, mesh, mesh refinement, multigrid |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] sHM refinement away from surface | nholt | OpenFOAM Meshing & Mesh Conversion | 1 | June 14, 2016 15:36 |
[snappyHexMesh] Improving prism mesh | me3840 | OpenFOAM Meshing & Mesh Conversion | 2 | April 2, 2014 05:37 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |