|
[Sponsors] |
Coefficients in Simple algorithm with staggered mesh. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 22, 2015, 02:35 |
Coefficients in Simple algorithm with staggered mesh.
|
#1 |
New Member
Felipe Muñoz Flores
Join Date: Jan 2015
Posts: 4
Rep Power: 11 |
I am programming SIMPLE algorithm with a staggered mesh in 2D. According to the Patankar's Book, first I have to solve the momentum equations for u* and v* for a given pressure fiel p* (eq 6.8 and 6.9, page 122), but i dont know where the neighbor coefficients a_n en y direction are placed for u momentum eq. and coefficients in x direction for v momentum eq. These coefficients depends of the diffusion and mass flux terms which falls in the middle of control volume where I don't have grid points.
I hope you understand me, thank you very much. |
|
January 22, 2015, 09:17 |
|
#2 | |
Senior Member
|
Quote:
any coefficient on the interface is interpolated from its neighbor nodes. you may have a look at the patankar's book, about the "harmonic interpolation" of the diffusion coefficients. |
||
January 22, 2015, 13:29 |
|
#3 |
New Member
Felipe Muñoz Flores
Join Date: Jan 2015
Posts: 4
Rep Power: 11 |
Thanks, effectively I am calculating the coefficients by harmonic interpolation. For the momentum eq. for u i don't have any problem for eE and eW coefficients because these are located in E and P nodos of the non staggered grid but for the case eN and eS I don't understand where i have to calculated de coefficients. I appreciate your help.
|
|
January 22, 2015, 19:16 |
|
#4 |
Senior Member
|
Quote:
use the concept of the "parallel heat transfer resistance theory "and "serial heat transfer resistance theroy" |
|
Tags |
momentum coeficient, momentum equation, simple algorithm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The correction on pressure equation of SIMPLE algorithm in MRFSimpleFOAM solver | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 10, 2010 02:47 |
Please help: SIMPLE algorithm on staggered grid | cfd_guy | Main CFD Forum | 3 | January 12, 2010 13:03 |
About Phase Coupled SIMPLE (PC-SIMPLE) algorithm | Yan Kai | Main CFD Forum | 0 | April 18, 2007 04:48 |
About Phase Coupled SIMPLE (PC-SIMPLE) algorithm | Yan Kai | FLUENT | 0 | April 14, 2007 00:17 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |