CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Fractional Step Method and SIMPLE (https://www.cfd-online.com/Forums/main/2898-fractional-step-method-simple.html)

Ha Lim Choi December 14, 2000 07:35

Fractional Step Method and SIMPLE
 
Dear Friends;

As you know well the fractional step method is usually used in DNS and LES. I want to know the difference between the SIMPLE and the fractional step method. In my knowledge, the fractional step method is explict method and neglect the nonlinearity(by taking very small time step) in solving the Navier-Stokes equation. If they take into account the nonlinearlity problem(for example, by iteration) and solving the pressure correction equation instead of pressure equation(you can do that easily), what is difference between the SIMPLE and the fractional step method? Could any one can answer clearly to me ?

Ghanshyam Singh December 14, 2000 11:05

Re: Fractional Step Method and SIMPLE
 
The Fractional time step (FTS) methods are used to enhance the stability of the solution. However, in contest to the simulation of the incompressible flow using finite element method, using a suitable FTS one can over come the Babusra Brezzi stability restriction.

No it is not an explicit method. I think you have to go a long way.

GS

Ha Lim Choi December 14, 2000 19:08

Re: Fractional Step Method and SIMPLE
 
I am talking about the fractional step method developed by Kim and Moin (1985). What is the FTS you are talking about ? Can you give me some references?

Ha Lim Choi

Sebastien Perron December 15, 2000 09:36

Re: Fractional Step Method and SIMPLE
 
1) When you use the SIMPLE family of methods you take into account

the other forces such as convection and diffusion that drive the flow. This is done by constructing the equation for pressure correction directly from the equation for momentum.

2) This family of methods as nothing to do with takin or not taking int account the nonlinearlity, nor being explicit or implicit. At first (around 1971), this method was used with an explicit sheme. But nowadays, this algorithm is used with explicit or implicit schemes.

3) It is easier to implement a fractional step method, Because you don't have to make any special routines to compute the coefficient for pressure from the equation for momentum.

4) If you do a complete splitting of the operators, as Kim and Moin do, the time step will have to be very small in order to get an accurate solution. Furthermore, the dirichlet boundary conditions for velocity will have to be changed. Beleive, it has to be done. (I have tried it)


Ghanshyam Singh December 15, 2000 10:09

Re: Fractional Step Method and SIMPLE
 
Look at :

Zienkiewicz, O.C., P. Nithiarasu, R. Codina, M. Vazquez and P. Ortiz, (1999) "The Characteristic-Based-Split Procedure: An Efficient and Accurate Algorithm for Fluid Problems" IJNMF, vol. 31, pp 359-392.

and the references cited therein.

GS

Ha Lim Choi December 15, 2000 19:33

Re: Fractional Step Method and SIMPLE
 
Dear Sebastien Perron;

The SIMPLE method is implicit method and taking into account the nonlinearity by iteration. So there is no explicit SIMPLE method.

Ha Lim Choi

Ghanshyam Singh December 15, 2000 23:09

Re: Fractional Step Method and SIMPLE
 
Let me correct you. SIMPLE method is NOT IMPLICIT, it is SEMI-IMPLICIT. Thais why the name "SIMPLE". Here, only pressure is treated implicitly, because you have no other way to handle it.

GS

Ha Lim Choi December 16, 2000 04:05

Re: Fractional Step Method and SIMPLE
 
Dear Ghanshyam Singh;

The word SEMI-IMPLICIT in the name SIMPLE have been used to acknowledge the omission of the term (Sum of AnbU'nb) in deriving the velocity correction equation in SIMPLE algorithm (Patankar's book ,127 page). Other than that the SIMPLE method is implicit method. All the momentum equations and other transport equations are solved implicitly. Only the pressure equation is treated implicitly in the fractional step method.

Ha Lim Choi

Sebastien Perron December 17, 2000 08:33

Re: Fractional Step Method and SIMPLE
 
The simple algorithm has nothing to do with the scheme being explicit or implicit. The simple algorithm is a projection algorithm to calculate a divergence free velocity.

Your can use Gear scheme, Euler implicit, Euler explicit Crank-Nicholson, etc. with the simple family of algorithm. I have an article from Doormall and Raithby who proposed the simplec algorithm, they use an explicit discretisation (similar to Patankar). An implicit (or semi-implicit) discretisation of the momentum equations could also be used.


Ha Lim Choi December 17, 2000 21:11

Re: Fractional Step Method and SIMPLE
 
Dear Sebastien Perron;

In SIMPLE algorithm we first solve the momentum equation using the pressure and velocity field from the previous time step values. Since the calculated velocity field may not satisfy the continuity equation, we sove the pressure correction equation and update velocity field and pressure. Then, using these updated velocity field and pressure, we solve the momentum equation again. Then, we solve the pressure correction equation and update the velocity components and pressure again. These procedures continue iteratively until the velocity field satisfies the momentum equation and continuity equation together within one time step. If you use the explicit method in which the velocity components are calculated only from the previous time step values, how you can do this iterative procedure?

Halim Choi

Sebastien Perron December 18, 2000 05:55

Re: Fractional Step Method and SIMPLE
 
Dear Halim Choi

1) This iterative procedure is a false step procedure. If you read this article:

J.P. Van Doormall and G.D. Raithby. Enhancements of the simple method for predicting incompressible fluid flows. Numerical Heat transfer, vol 7 pp147-163, 1984.

you'll find out that this iterative procedure is nothing else than a false step method to solve permanent flow. The relaxation parameter can be assosciated with a local time step.

2) When you "solve" the momentum equation, you can use an implicit scheme on an explicit scheme. Actually the equations are often written in this manner:

(ap/alpha)*phi_p=sum (anb*phi_nb) +b + ((1-alpha)/alpha)*ap*phi_p^n

where alpha is a relaxation parameter and ap (and anb) the matrix coefficients.

which is very natural for an explicit scheme. If the phi_nb are evaluated at time t=t^(n) this scheme is explicit, If the phi_nb are evaluated at time t=t^(n+1) this scheme is implicit.

3)when you use the simple family of methods, you are seldom fully implicit (I have never seen so). Usually The convective terms are splitted in this manner: u^n*u^(n+1) or u^n*u^(n) in order to be linearised.

4) I say again, the simple's family of methods is only a manner of making a projection to calculate a divergence free velocity.


Ha Lim Choi December 18, 2000 20:50

Re: Fractional Step Method and SIMPLE
 
Dear Sebastien Perron;

(1) If you use the explicit scheme, the discretised momentum equations become as follows;

(Ap/alpha)*phi_p^(n+1)=sum (Anb*phi_nb)^(n) +b^(n) + ((1-alpha)/alpha)*Ap*phi_p^(n)

where phi are the velocity components. After you solve the momentum equation, you solve the pressure correction equation and correct the velocity components and pressure to satisfy the continuity equation, then you must proceed to next time step, since if you return to above equation, you get the same results (the previous time step values are already calculated and fixed). That is not the procedure of the conventional SIMPLE (If you call it SIMPLE, that is OK). That is a kind of procedure of the fractional step method or the predictor-corrector method.

(2) You mention that the convective terms are splitted (linearized) in the manner u^(n)*u^(n+1) in SIMPLE. In SIMPLE procedure, (n) and (n+1) stand for the iteration levels during the iteration at one time step and should be written in the manner, (l), (l+1).

Ha Lim Choi


Gobbly-goop December 20, 2000 12:33

Re: Projection Method and SIMPLE
 
Projection method? Hey, so what is the advantages of using the simple(/r,/c) schemes to say a typical projection method scheme like Chorin,Bell,etc... to varying density flows????

Can you refer me to any papers on the comparisons between each technique???

:)

rdfing June 14, 2017 11:00

Wowww. This thread is messed up in soo many levels. The Fractional Step method (FSM) in Fluent has nothing to do with fractional step method (projection method)

______________

Please ignore what I just said

FMDenaro June 14, 2017 11:17

Quote:

Originally Posted by rdfing (Post 653186)
Wowww. This thread is messed up in soo many levels. The Fractional Step method (FSM) in Fluent has nothing to do with fractional step method (projection method)


You should consider the NITA method


All times are GMT -4. The time now is 09:22.