|
[Sponsors] |
MacCormack scheme for low Re compressible flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 17, 2020, 22:12 |
MacCormack scheme for low Re compressible flow
|
#1 |
New Member
Join Date: Jul 2019
Posts: 11
Rep Power: 7 |
Hello there,
I have written finite difference predictor-corrector code for incompressible 2D flow over an obstacle, as well as supersonic flow in a nozzle from MacCormack scheme. However, I have huge problems with modifying this code to work for low Reynolds number 2D flow between two plates with heat transfer on the walls. I want to produce strict laminar flow, but my code is not converging. In next section, I also want to add an obstacle. Can anyone help me with modifications needed for the algorithm from Anderson`s CFD book on MacCormack scheme, that need to be made so that laminar solution will converge? If there is any better finite difference (preferably explicit) algorithm that is easy to implement in Matlab/Python, please let me know. Thank you for all suggestions. |
|
June 18, 2020, 03:33 |
|
#2 |
Senior Member
Ashwani
Join Date: Sep 2013
Location: Hyderabad
Posts: 154
Rep Power: 13 |
Hi,
MacCormack scheme is essentially meant for simulating compressible flows. The essential problem with scheme designed for compressible flow is the presence of large dissipation. You have to search for a generalized Maccormack scheme which is also applicable for low speed calculation. However, you can use SLAU convective scheme. It is a convective scheme proposed by Kitamura and Shima. A probable recent work on generalized MacCormack Schme is "Development of the Generalized MacCormack scheme and its extension to low Mach number flows: Generalized MacCormack Scheme for Low Mach Numbers" |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
About compressible and incomprehensible flow | granzer | Main CFD Forum | 8 | September 13, 2019 04:52 |
compressible flow calculation error using rhoSimpleFoam solver | student4326 | OpenFOAM Running, Solving & CFD | 7 | November 2, 2015 12:34 |
About compressible flow at low mach | hit | Main CFD Forum | 2 | October 26, 2009 22:21 |
compressible flow | maria teresa | FLUENT | 1 | September 7, 2007 17:58 |
urgent help needed with 2d compressible flow | James | FLUENT | 2 | June 20, 2007 05:22 |