|
[Sponsors] |
February 26, 2022, 04:57 |
Locating max residuals in volume
|
#1 |
New Member
Join Date: Apr 2021
Posts: 6
Rep Power: 5 |
Hello,
Is there a way to monitor the location (x,y,z) where residual(s) are maximum, along iterations? Best, Gérald Last edited by gerald; February 26, 2022 at 04:59. Reason: Add tags |
|
February 26, 2022, 16:56 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
With the keyword MAX_RES you can add the maximum value of the residuals for each of the transported variables to the history file. It will not give you the locations where these values occur, for that you'll have to check the volume fields in paraview.
|
|
February 27, 2022, 05:00 |
|
#3 |
New Member
Join Date: Apr 2021
Posts: 6
Rep Power: 5 |
Thanks for the information and tip. I guess the keywords RES_DENSITY or RES_XXX should be added to the VOLUME_OUTPUT variables in the .cfg to get in the residuals in the field output file. Would I then get the explicit residual (in case I am running a steady RANS/euler simulation with an implicit stage)?
Best, Gérald |
|
February 28, 2022, 13:33 |
|
#4 |
Member
na
Join Date: Jul 2018
Posts: 90
Rep Power: 8 |
Just use
Code:
VOLUME_OUTPUT= RESIDUAL, ... I am not sure what you mean with 'explicit residual' though. For a steady simulation the residual is computed the same way for explicit or implicit simulation (as far as I am aware of) |
|
March 2, 2022, 03:14 |
|
#5 |
New Member
Join Date: Apr 2021
Posts: 6
Rep Power: 5 |
Many thanks for your answer. I am not a numerician, but as far as I know some codes distinguish between the "explicit" residual , physically relevant if I understand it right, and an "implicit" residual used somehow in the implicit scheme. If there is no such distinction in SU2 then it's fine I guess.
Best, Gérald |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
Adapt Fluent Mesh to weirOverflow tutorial | WaterHammer1985 | OpenFOAM Running, Solving & CFD | 2 | July 5, 2018 03:37 |
How to use "translation" in solidBodyMotionFunction in OpenFOAM | rupesh_w | OpenFOAM Running, Solving & CFD | 5 | August 16, 2016 05:27 |
channelFoam for a 3D pipe | AlmostSurelyRob | OpenFOAM | 3 | June 24, 2011 14:06 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |