InterviewSolution
Saved Bookmarks
| 1. |
To overcome the performance issues of the PISO algorithm, which of these methods is used?(a) Time-steps based on temporal schemes are used(b) Large time-steps are used(c) First-order temporal differencing is used(d) Higher-order temporal differencing is usedI got this question by my college director while I was bunking the class.Asked question is from Transient SIMPLE and PISO Algorithms topic in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT option is (d) Higher-order temporal differencing is used The explanation: The need for a small time-step in the PISO algorithm is OVERCOME by USING higher-order temporal differencing SCHEMES. For example, a second-order implicit scheme with THREE time levels can be used. |
|