|
[Sponsors] |
November 6, 2020, 12:21 |
transonic option in rhoSimpleFoam
|
#1 |
New Member
Vegard
Join Date: Nov 2020
Posts: 1
Rep Power: 0 |
I'm working on setting up a case with internal transonic/supersonic flow in rhoSimpleFoam in OpenFOAM v8. The goal is to assess the capabilities and limitations of rhoSimpleFoam in this flow case, compared to more appropriate solvers.
It seems logical to enable the transonic option in fvSolution, but I'm not really sure what this option actually implies physically. I've been trying to interpret the source code in pEqn.H, but if anybody has a quick answer to what the SIMPLE/SIMPLEC-algorithm does differently when solving the pressure, using the transonic option, that would be of great help! Best regards, Vegard |
|
December 21, 2020, 03:56 |
|
#2 |
Senior Member
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 616
Rep Power: 16 |
The transonic option enables a divergence term in the pressure equation which transforms the pressure equation from elliptic to hyperbolic. For more information see the book https://www.springer.com/gp/book/9783319168739 and this wiki https://openfoamwiki.net/index.php/RhoSimpleFoam
|
|
December 21, 2020, 06:00 |
|
#3 |
Senior Member
|
My current view is that of a solver hierarchy in the following three steps:
1/ simpleFoam: stationary isothermal incompressible flow 2/ buoyantSimpleFoam: stationary non-isothermal incompressible flow (includes energy equation, excludes high Mach number effects) 3/ rhoSimpleFoam: stationary compressible flow (includes both energy equation and high Mach number effects) The transonic switch set to false excludes transonic effects, and reverts rhoSimpleFoam back to buoyantSimpleFoam. This is nice to have because the transonic effects include a non-symmetric term in the pressure equation. This renders the pressure equation more expensive to solve. To me it was instructive to run the squareBend tutorial with lower and high inlet velocity and with the transonic switch set to both true and false. |
|
Tags |
rhosimplefoam, supersonic internal flows, transonic |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulation of a single bubble with a VOF-method | Suzzn | CFX | 21 | January 29, 2018 01:58 |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Simple piston movement in cylinder- fluid models | arun1994 | CFX | 4 | July 8, 2016 03:54 |
Compression stoke is giving higher pressure than calculated | nickjuana | CFX | 62 | May 19, 2015 14:32 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |