|
[Sponsors] |
Residuals written multiple times in file with chtMultiRegion |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 28, 2019, 13:40 |
Residuals written multiple times in file with chtMultiRegion
|
#1 |
Member
Luca
Join Date: Mar 2011
Location: Italy
Posts: 62
Rep Power: 15 |
Dear All,
I am facing a problem when using the functionObject residuals with chtMultiRegionSimpleFoam. Here the code: Code:
residualsFluid { type residuals; libs ("libutilityFunctionObjects.so"); writeControl timeStep; writeInterval 1; region fluid; fields (p_rgh U h k omega); } Code:
# Residuals # Time p_rgh Ux Uy Uz h k omega 1.002 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 5.7152730e-03 1.002 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 5.7152730e-03 1.002 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 5.7152730e-03 Thank you in advance. Luca EDIT: I am using OF 5.x and the problem happens in serial as well as in parallel. Residuals are always written three times each. Last edited by marluc; May 30, 2019 at 04:46. Reason: Information added |
|
May 29, 2019, 13:07 |
|
#2 |
Senior Member
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17 |
Hello!
is it possible that you have: nNonOrthogonalCorrectors 3; ? Regards Peter |
|
May 29, 2019, 13:10 |
Residuals written multiple times in file with chtMultiRegion
|
#3 |
Member
Luca
Join Date: Mar 2011
Location: Italy
Posts: 62
Rep Power: 15 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Thermophysical Properties | wsmith02 | OpenFOAM | 4 | June 1, 2023 15:30 |
[Other] Tabulated thermophysicalProperties library | chriss85 | OpenFOAM Community Contributions | 62 | October 2, 2022 04:50 |
[foam-extend.org] Problems installing foam-extend-4.0 on openSUSE 42.2 and Ubuntu 16.04 | ordinary | OpenFOAM Installation | 19 | September 3, 2019 19:13 |
Trouble compiling utilities using source-built OpenFOAM | Artur | OpenFOAM Programming & Development | 14 | October 29, 2013 11:59 |
[swak4Foam] build problem swak4Foam OF 2.2.0 | mcathela | OpenFOAM Community Contributions | 14 | April 23, 2013 14:59 |