|
[Sponsors] |
Changing the maximum number of Cauchy elements for convergence monitoring |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 2, 2024, 10:50 |
Changing the maximum number of Cauchy elements for convergence monitoring
|
#1 |
New Member
Tomas Perez Zapico
Join Date: Mar 2023
Posts: 17
Rep Power: 3 |
Hi,
I'm trying to increment the number of Cauchy elements for convergence monitoring, but the following error pops up: Error in "COutput::COutput(const CConfig*, short unsigned int, bool)": ------------------------------------------------------------------------- Number of Cauchy Elems must be smaller than 1000 Does anybody how can I increase the maximum number of Cauchy elements? |
|
May 2, 2024, 17:58 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Why do you want more than 1000 Cauchy elements? You can adjust this number in cOutput.cpp and recompile, but again, why?
|
|
May 3, 2024, 04:42 |
|
#3 |
New Member
Tomas Perez Zapico
Join Date: Mar 2023
Posts: 17
Rep Power: 3 |
Thanks. I want to try to see if the accuracy of the results I'm getting improves
|
|
May 3, 2024, 09:58 |
|
#4 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
It only affects the number of elements that you use to measure the error, it does not change the error itself.
If you want to increase the accuracy of your results, then converge to a lower residual value (at least R=-12 for all variables), use a finer mesh and use a higher order method (for instance MUSCL). If you want an accurate impression of local errors, you can visualize the local residuals by outputting them to paraview: OUTPUT_FILES=PARAVIEW VOLUME_OUTPUT= SOLUTION,PRIMITIVE,RESIDUAL |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Seakeeping Solver:Crashed | akbarbagusd | Fidelity CFD | 0 | November 5, 2021 13:42 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
[OpenFOAM.org] OF2.3.1 + OS13.2 - Trying to use the dummy Pstream library | aylalisa | OpenFOAM Installation | 23 | June 15, 2015 15:49 |
Cluster ID's not contiguous in compute-nodes domain. ??? | Shogan | FLUENT | 1 | May 28, 2014 16:03 |
Unaligned accesses on IA64 | andre | OpenFOAM | 5 | June 23, 2008 11:37 |