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

A strange behaviour in oneEqEddy sub-grid scale in LES of a reacting flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 12, 2015, 10:30
Default A strange behaviour in oneEqEddy sub-grid scale in LES of a reacting flow
  #1
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Dear Foamers

I am trying to simulate a bluff-body stabilized non-premixed flame. Previously, I have simulated this case with Smagorinsky and spallart-Allmaras sub-grid scales with no problem. I have taken Courant number in these simulations 0.36 and the case was successfully simulated.

Nevertheless, during my simulation with oneEqEddy sub-grid scale a strange behavior happens. After the flow reaches the outlet of the domain, an oscillation occurs in the courant number. I mean the courant number increases partially and the the time step collapses from around 1e-07 to 1e-014. Even, I have examined Courant numbers as low as 0.18 and this phenomenon happens again. I think 0.18 is a relatively low value for Courant number.

All files including the LESProperties and U and P are the same for three utilized sub-grid scales i.e. Smagorinsky, Spallart-Allmaras and oneEqEddy models. Nonetheless, this significant collapse of time step happens only in oneEqeddy sub-grid scale.
Here are the LESProperties, U and P files repectively. My case contains a Cylindrical grid which features a bluff-body seperating fuel and oxidizer streams.

Code:
 LESModel        oneEqEddy;

printCoeffs     on;

delta        vanDriest;


vanDriestCoeffs
{
    delta           cubeRootVol;
    cubeRootVolCoeffs
    {
        deltaCoeff      1;
    }

    smoothCoeffs
    {
        delta           cubeRootVol;
        cubeRootVolCoeffs
        {
            deltaCoeff      1;
        }

        maxDeltaRatio   1.1;
    }

    Aplus           26;
    Cdelta          0.158;
}
Code:
  
 FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0.995722";
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 101325; 

boundaryField
{
    OUTLET
    {
        type            waveTransmissive;
        gamma           1.4;
        fieldInf        101325;
        lInf            0.025;
        value           uniform 101325; 
    }
    COFLOW
    {
        type            zeroGradient;
    }
    SIDE
    {
        type            fixedValue;
      value       uniform 101325;
    }
    FUEL
    {
        type            zeroGradient;
    }
    WALL
    {
        type            zeroGradient;
    }
}


// 
Code:
 FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    location    "0.995722";
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0.1 0); 

boundaryField
{
    OUTLET
    {
        type            zeroGradient;
    }
    COFLOW
    {
        type            fixedValue;
        value           uniform (0 40 0);
    }
    SIDE
    {
        type            zeroGradient;
    }
    FUEL
    {
        type            turbulentInlet;
        referenceField  nonuniform List<vector>
252
(
(-0.296506256 142.798641 0.146544894)
(-0.334651696 142.991259 -0.0378759468)

  ...
...
...

 (-1.8824955152    4.9390407   0.144344149)
(0.4145645725     -1.4054917  -0.694103849)      
);

    }
    WALL
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
}
Any hint is appreciated.

Best
Bobi
babakflame 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
Combustion Convergence problems Art Stretton Phoenics 5 April 2, 2002 05:59
fluid flow fundas ram Main CFD Forum 5 June 17, 2000 21:31
Grid Independent Solution Chuck Leakeas Main CFD Forum 2 May 26, 2000 11:18
Grid size in LES Jin Li Main CFD Forum 1 May 19, 2000 10:02
ratio grid resolution (near wall/center) of dispersed bubbly flow columns using LES Ridwan Setiadi Arrizar Main CFD Forum 1 January 30, 1999 17:43


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