|
[Sponsors] |
August 19, 2009, 13:18 |
problems with simple algorithm(by patankar)
|
#1 |
New Member
E jav
Join Date: Aug 2009
Posts: 3
Rep Power: 17 |
I have some questions about SiMPLE algorithm based on Patankar's book.
on page 123 step 2 of algorithm:solving u* and v*(for 2D problem).to writing a fortran code for this algorithm I have a confusing problem.if we note at eq. 6.8 & 6.9 the nodes that are involved in two equations are not the same!(because the first eq is written for sataggerd grid at x direction,the second is at y directin) for example in the coefficient aE(for solving ue)there is FE=rho*uE(u*E) we konw that UE is velocity in main point that is not calculated in this eq.shoud I interpolate UE=0.5*(ue+uc)? 2-in coefficient aN there is Fb=rho*Vb,my outcome(guess)isvb is unknwon which should be guessed at the first and after solving u*,we should enter the coefficient of anb based on calculated v*,then use these V* adgain for coeficeint u* and repete this to converge).is my guess(the sentence in pranteses) true? if it is true we know that the nodes that their velocity entered in these two eq are not the same! what shoud I do? 3-how should I apply boundary condition for staggered grid?(for example at enterance we know velocity for main point) 4-if we have a solid in our domain shoud we define gamma as an array or as a parameter? (we should attribute gamma=infinity for solid ) please help me thanks |
|
November 3, 2017, 21:57 |
|
#2 | |
New Member
Francisco Angel
Join Date: Dec 2012
Posts: 26
Rep Power: 13 |
Quote:
[QUOTE=jav1984;226857] 2-in coefficient aN there is Fb=rho*Vb,my outcome(guess)isvb is unknwon which should be guessed at the first and after solving u*,we should enter the coefficient of anb based on calculated v*,then use these V* adgain for coeficeint u* and repete this to converge).is my guess(the sentence in pranteses) true? if it is true we know that the nodes that their velocity entered in these two eq are not the same! what shoud I do? [QUOTE] I didn't understand you quite well, but basically you have (rho*vn)*vn the vn inside the parenthesis is the guessed value that you ends up in the aN coefficient, the second vn is the unknown, the SIMPLE algorithm is an iterative procedure so you keep updating velocities and consequently a's (coefficients). Remember that all flow terms could require a scheme like SIMPLE. [QUOTE=jav1984;226857] 3-how should I apply boundary condition for staggered grid?(for example at entrance we know velocity for main point) [QUOTE] It depends on the boundary condition, if you know the value of velocity you just use it like always in the momentum equations, in the continuity equation you use this correct value instead of u* + ( p' - p' i-1)d to generate an equation for the pressure correction values adyacent to the boundary. [QUOTE=jav1984;226857] 4-if we have a solid in our domain shoud we define gamma as an array or as a parameter? (we should attribute gamma=infinity for solid ) It's not so easy to to treat an inmersed solid, you can approximate the solid boundary to match some grid lines and apply the v=0 (no slip) boundary condition at those grid lines. please help me [QUOTE] thanks |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
unsteady flow problems | Daniel | FLUENT | 0 | January 26, 2009 00:54 |
Problems with Fluent on simple 1D problems | agg | FLUENT | 3 | November 21, 2008 12:55 |
problems with VERY simple mesh | Ralf Schmidt | FLUENT | 7 | October 17, 2006 08:21 |
unstructured grid | sreekanth | Main CFD Forum | 1 | August 6, 2001 16:09 |
Inverse problems | Aleksey Alekseev | Main CFD Forum | 0 | May 12, 1999 16:38 |