|
[Sponsors] |
May 13, 2010, 07:11 |
Second order upwinding scheme in OpenFoam
|
#1 |
New Member
subash
Join Date: Feb 2010
Posts: 10
Rep Power: 16 |
Hi,
I followed the instructions given in the userguide to run the tutorial problem(lid driven cavity flow) using a linearupwind(after modifiying the actual linear scheme for interpolation) scheme but the run gets killed with the following message "attempt to read beyond EOF". Can anyone let me know what this means and help me to implement the second order upwind scheme. |
|
May 13, 2010, 17:10 |
|
#2 |
Senior Member
|
Hi there,
The following should work: Code:
div(phi,U) Gauss linearUpwind Gauss; Jose Santos |
|
June 14, 2010, 11:30 |
|
#3 |
Member
Marine
Join Date: Mar 2010
Posts: 38
Rep Power: 16 |
hello !
is there a difference between "Gauss linearUpwind Gauss" and "Gauss linearUpwind Gauss linear" ? do you know how it works ? thanks a lot ! Marine |
|
June 20, 2012, 08:49 |
|
#4 |
Member
Rui Vizinho de Oliveira
Join Date: Sep 2011
Posts: 31
Rep Power: 15 |
Gauss linearUpwind Gauss does not work...
|
|
June 20, 2012, 19:28 |
|
#5 |
Senior Member
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 18 |
I believe the correct syntax is
Code:
Gauss linearUpwind phi |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Different flow pattern between OpenFOAM and CFX | AirS | OpenFOAM | 0 | January 12, 2010 08:08 |
Godunov scheme | Peter | Main CFD Forum | 6 | November 27, 2009 11:51 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Choice of Upwinding Technique | paul | FLUENT | 1 | January 30, 2005 10:28 |
second order FD upwind scheme | Heinz Wilkening | Main CFD Forum | 2 | November 3, 1998 15:33 |