|
[Sponsors] |
December 12, 2014, 12:34 |
fvSchemes in FOAM extend 3.1
|
#1 |
New Member
Shenan
Join Date: Nov 2014
Posts: 5
Rep Power: 12 |
I tried running the LRR turbulence model in OF 2.2.1 but ran into difficulty with time step continuity errors blowing up. I tightened the pressure convergence criteria but still it blew up; so I thought I'd give FOAM 3.1 a try.
I thought most things would be portable but some of the fvSchemes that I was using in OF are not recognised by FOAM. For instance, in OF I had: Code:
div(phi,U) bounded Gauss linearUpwindV grad(U); Code:
bounded Code:
grad(U) Is there a "dictionary" to "translate" between OF and FOAM? |
|
December 17, 2014, 00:26 |
|
#2 | |
Senior Member
|
Quote:
If I am correct then the "bounded" term was included in OpenFOAM from OF ver. 2.2 onwards. This term will be beneficial if you are running steady-state solver. It will bound your solution and help achieve better convergence. - Best Regards! Last edited by Tushar@cfd; December 17, 2014 at 01:50. |
||
December 17, 2014, 12:39 |
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Try
Gauss linearUpwindV Gauss linear;
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
December 22, 2014, 10:45 |
|
#4 |
New Member
Shenan
Join Date: Nov 2014
Posts: 5
Rep Power: 12 |
Thanks for the tip, Hrv. Unfortunately, the solver did not converge.
The time step continuity errors (sum local) went from 0.01 in the second iteration to 2e+05 in the third. Of the other parameters, only bounding epsilon (max) showed signs of divergence: from 470 in the second iteration to 2e+08 in the third. I will have a look at this again after Xmas. It might not be a problem with fvSchemes. |
|
Tags |
foam extend 3.1, fvschemes |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |