|
[Sponsors] |
Volume integration of Mach number for evaluating convergence |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 14, 2016, 07:04 |
Volume integration of Mach number for evaluating convergence
|
#1 |
New Member
Mike
Join Date: Oct 2015
Posts: 11
Rep Power: 11 |
Hi,
Is it possible to implement a volume integration of Mach number in SU2 to evaluate convergence? I'm running a hypersonic inlet study and would like to know when the internal shockwaves have reached stable positions which isn't easy to determine just from the outputted residuals alone. I know I could plot the solution at regular intervals to manually check but I was hoping for an automatic way of doing it, possibly by outputting it into the history file. If not currently possible is this something I could easily implement into the code myself? Cheers. |
|
February 16, 2016, 06:07 |
|
#2 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
Hi Mike,
you can do it similar to the way described here: http://www.cfd-online.com/Forums/su2...-variable.html You can compute the Mach number at a point by using Code:
su2double Ma = sqrt(node[iPoint]->GetVelocity2())/node[iPoint]->GetSoundSpeed(); |
|
Tags |
convergence, mach, shockwaves, su2 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Decomposing meshes | Tobi | OpenFOAM Pre-Processing | 22 | February 24, 2023 10:23 |
Low Mach number wing/body junction convergence | Zen | SU2 | 6 | May 3, 2019 05:51 |
foam-extend_3.1 decompose and pyfoam warning | shipman | OpenFOAM | 3 | July 24, 2014 09:14 |
AMI interDyMFoam for mixer | danny123 | OpenFOAM Running, Solving & CFD | 4 | June 19, 2013 05:49 |
same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |