Computational Fluid Dynamics Multiple Choice Questions on “Transient SIMPLE and PISO Algorithms”.
1. The SIMPLE algorithm used for transient problems is __________
a) implicit and iterative
b) implicit and direct
c) explicit and iterative
d) explicit and direct
Answer: a
Clarification: For the implicit solution of transient flow problems, the SIMPLE, SIMPLER and SIMPLEC algorithms can be used to get the solution at each time-step. The solution is iterated until we get them converged at one time-step.
2. Which of these statements is correct about the transient SIMPLE algorithm?
a) No additional terms are needed in the continuity and pressure-correction equations
b) No additional terms are needed in the continuity equation
c) An additional term is needed in the continuity and pressure-correction equations
d) No additional terms are needed in the pressure-correction equation
Answer: c
Clarification: The transient (unsteady) terms are added to the continuity equation. As the transient SIMPLE algorithm derives its pressure-correction equation from the continuity equation, the pressure-correction equation also gets some additional terms.
3. The PISO algorithm for the transient problem is _________
a) iterative
b) non-iterative
c) never converging
d) fast converging
Answer: b
Clarification: The PISO algorithm was actually developed for transient problems. When taken for the steady-state problems, it was made iterative. In the original form, the PISO algorithm does not involve iterations.
4. Which of these techniques is used by the PISO algorithm?
a) Neighbour splitting
b) Source splitting
c) Coefficient splitting
d) Operator splitting
Answer: d
Clarification: The temporal accuracy of the PISO algorithm depends on the differencing scheme used. This includes the operator splitting technique used. Operator splitting uses different methods to calculate different variables.
5. Which of these terms of the momentum equations are altered by the transient term in the PISO algorithm?
a) neighbouring coefficients
b) central coefficients
c) weighted average of the neighbouring coefficients
d) velocity correction term
Answer: b
Clarification: A term with the initial density, change in volume and change in time is added to the central coefficients of the momentum equations in all the directions. The neighbouring coefficients are not altered.
6. Which of these terms is added to the source term of the momentum equations of the transient PISO algorithm?
a) product of the latest central coefficient and latest velocity
b) product of the current central coefficient and previous velocity
c) product of the previous central coefficient and previous velocity
d) product of the initial central coefficient and current velocity
Answer: c
Clarification: To the source term of the u-momentum equation, the term (a_P^0 , u_P^0) is added. Where, (a_P^0) is the initial central coefficient and (u_P^0) is the initial velocity in u-direction. A similar term is added to the sources of the other momentum equations also.
7. Which of these equations are altered by the transient term in the PISO algorithm?
a) both the first and second pressure-correction equations
b) only the first pressure-correction equation
c) only the second pressure-correction equation
d) neither the first nor the second pressure-correction equations
