CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

how to use bounded in fvSchemes?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 9, 2013, 14:38
Default how to use bounded in fvSchemes?
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
when i use boundes scheme like this:
Code:
laplacianSchemes
{
    default         Gauss linear bounded;//limited .5
    /*laplacian(muEff,U) Gauss linear corrected;
    laplacian(mut,U) Gauss linear corrected;
    laplacian(DkEff,k) Gauss linear corrected;
    laplacian(DepsilonEff,epsilon) Gauss linear corrected;
    laplacian(DREff,R) Gauss linear corrected;
    laplacian(DomegaEff,omega) Gauss linear corrected;
    laplacian((rho*(1|A(U))),p) Gauss linear corrected;
    laplacian(alphaEff,h) Gauss linear corrected;
    laplacian(k,T)   Gauss linear corrected;  
    laplacian(alpha,e) Gauss linear corrected;
    laplacian(alphaEff,e)  Gauss linear corrected;*/
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default       bounded;//limited .5
}
this error displayes:
Code:
Create time

Create mesh for time = 6e-05


PIMPLE: max iterations = 4
field "(U|k|omega)"	: relTol 0, tolerance 1e-11

Reading thermophysical properties

Selecting thermodynamics package hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>
Reading field U

Reading/calculating face flux field phi

Creating turbulence model

Selecting turbulence model type laminar
Creating field dpdt

Creating field kinetic energy K


Starting time loop

Courant Number mean: 0.03531419379 max: 0.2648126303
deltaT = 2e-07
Time = 6.02e-05

diagonal:  Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
PIMPLE: iteration 1


--> FOAM FATAL IO ERROR:
Unknown discretisation scheme bounded

Valid schemes are :

3
(
corrected
limited
uncorrected
)


file: /home/ehsan/Desktop/WR_Pimple_filling/system/fvSchemes::laplacianSchemes::default at line 50.

From function snGradScheme<Type>::New(const fvMesh&, Istream&)
in file lnInclude/snGradScheme.C at line 82.

FOAM exiting

ehsan@Ehsan-com:~/Desktop/WR_Pimple_filling$
why?
immortality is offline   Reply With Quote

Old   April 2, 2013, 06:14
Default
  #2
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
i saw bounded in user guide.doesn't it work?is it incorrect?
immortality is offline   Reply With Quote

Old   February 15, 2016, 19:19
Default
  #3
Member
 
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 13
JackW is on a distinguished road
A few examples:

Code:
    
div(phi,U)      bounded Gauss linearUpwindV grad(U); 
div(phi,k)      bounded Gauss upwind;
I use it generally for steadyState calculations
JackW is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Bounded cuttingPlane? CedricVH OpenFOAM 2 August 5, 2011 05:10
fvschemes and fvsolutions in MRFSimpleFoam renyun0511 OpenFOAM Running, Solving & CFD 23 August 3, 2011 04:07
about bounded alpha equation for bubbleFoam and twoPhaseEulerFoam kaifu OpenFOAM 2 May 6, 2011 05:33
strictly bounded scalars Mo-ITB OpenFOAM 3 July 19, 2010 17:18
Higher-order bounded convection schemes for pure advection with discontinuity Anthony Main CFD Forum 3 June 13, 1999 02:36


All times are GMT -4. The time now is 09:05.