CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

fvSolution wildcard final

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 11, 2019, 12:19
Default fvSolution wildcard final
  #1
Member
 
Join Date: Jun 2011
Location: Germany
Posts: 59
Rep Power: 15
Siassei is on a distinguished road
Hello,

I found under $FOAM_TUTORIALS/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/fvSolution following code.

Code:
    "(rho|U|h|k|epsilon|omega)"
    {
        solver          smoothSolver;
        smoother        symGaussSeidel;
        tolerance       1e-05;
        relTol          0.1;
    }

    "(rho|U|h|k|epsilon|omega)Final"
    {
        $U;
        tolerance       1e-05;
        relTol          0.1;
    }
My question is about the final statment and the $U; command.
Why U?
Is it the same as writing the *Final statement for each single variable? (rhoFinal, UFinal, ...)
Siassei is offline   Reply With Quote

Old   April 11, 2019, 19:44
Default
  #2
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 15
clapointe is on a distinguished road
It means it is using the same solver/smoother as U.

Caelan
clapointe is offline   Reply With Quote

Old   August 29, 2019, 17:07
Default
  #3
Member
 
Join Date: Mar 2019
Posts: 81
Rep Power: 7
mm66 is on a distinguished road
Quote:
Originally Posted by Siassei View Post
Hello,

I found under $FOAM_TUTORIALS/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/fvSolution following code.

Code:
    "(rho|U|h|k|epsilon|omega)"
    {
        solver          smoothSolver;
        smoother        symGaussSeidel;
        tolerance       1e-05;
        relTol          0.1;
    }

    "(rho|U|h|k|epsilon|omega)Final"
    {
        $U;
        tolerance       1e-05;
        relTol          0.1;
    }
My question is about the final statment and the $U; command.
Why U?
Is it the same as writing the *Final statement for each single variable? (rhoFinal, UFinal, ...)
But this part (i.e. "Final") does not affect the solver as what has been specified for "Final" is exactly the same as the rest of the iterations (similar tolerance and relTol values). In other words, there is no need for such definition if the conditions are going to be exactly the same (hope it was clear )...
mm66 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Segmentation fault when using reactingFOAM for Fluids Tommy Floessner OpenFOAM Running, Solving & CFD 4 April 22, 2018 12:30
chtMultiRegionSimpleFoam turbulent case Aditya Patil OpenFOAM Running, Solving & CFD 6 April 24, 2017 22:13
simpleFoam error - "Floating point exception" mbcx4jc2 OpenFOAM Running, Solving & CFD 12 August 4, 2015 02:20
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
calculation stops after few time steps sivakumar OpenFOAM Running, Solving & CFD 7 March 17, 2013 06:37


All times are GMT -4. The time now is 21:37.