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

kOmegaSST Boundary Conditions for Supersonic Nozzle

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 17, 2018, 11:10
Default kOmegaSST Boundary Conditions for Supersonic Nozzle
  #1
New Member
 
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8
shang2 is on a distinguished road
I've been working on modeling an axisymmetric supersonic nozzle by doing a 2D calculation in OpenFOAM. I believe there is something wrong with my turbulence (komegasst) conditions as my plots appear to be laminar.

I am modelling a Mach 2.5 C-D nozzle, pressure boundary conditions are 34.6 PSI at the inlet.

For k:
Code:
boundaryField
{
    right
    {
        type            wedge;
    }
    left
    {
        type            wedge;
    }
    nozzle
    {
        type            kqRWallFunction;
        value           uniform 1;
    }
    inlet
    {
        type            turbulentIntensityKineticEnergyInlet;
        intensity       0.05;
        value           uniform 1;
    }
    outlet
    {
        type            inletOutlet;
        inletValue      uniform 1;
        value           uniform 1;
    }
}
For omega:
Code:
{
    inlet
    {
        type            zeroGradient;
    }
    outlet
    {
        type            zeroGradient;
    }
    nozzle
    {
        type            omegaWallFunction;
        Cmu             0.09;
        kappa           0.41;
        E               9.8;
        value           uniform 2.6;
    }
    right
    {
        type            wedge;
    }
    left
    {
        type            wedge;
    }
}
For alphat:
Code:
{
    inlet
    {
        type            calculated;
        value           uniform 0.001;
    }
    outlet
    {
        type            calculated;
        value           uniform 0.001;
    }
    left
    {
        type            wedge;
    }
    right
    {
        type            wedge;
    }
    nozzle
    {
        type            compressible::alphatWallFunction;
        value           uniform 0.001;
    }
}
For nut:
Code:
{
    right
    {
        type            wedge;
    }
    left
    {
        type            wedge;
    }
    nozzle
    {
        type            nutkWallFunction;
        value           uniform 0;
    }
    inlet
    {
        type            calculated;
        value           uniform 0;
    }
    outlet
    {
        type            calculated;
        value           uniform 0;
    }
}
For epsilon:
Code:
{
    right
    {
        type            wedge;
    }
    left
    {
        type            wedge;
    }
    nozzle
    {
        type            epsilonWallFunction;
        value           uniform 200;
    }
    inlet
    {
        type            turbulentMixingLengthDissipationRateInlet;
        mixingLength    0.005;
        value           uniform 200;
    }
    outlet
    {
        type            inletOutlet;
        inletValue      uniform 200;
        value           uniform 200;
    }
}
shang2 is offline   Reply With Quote

Old   September 17, 2018, 12:43
Default
  #2
Member
 
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15
lebc is on a distinguished road
Hi,

Could you share the file "turbulenceProperties"? Could you also share the results you got?

Best Regards,
Luis
lebc is offline   Reply With Quote

Old   September 17, 2018, 13:06
Default
  #3
New Member
 
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8
shang2 is on a distinguished road
I've zipped up all my case files and put them on Google Drive: LINK.

Here is a link to a plot of my velocity profile: LINK. The blue dotted line is the boundary layer found by experimental data. The orange dotted line is the boundary layer calculated from OpenFOAM. The velocity profile itself just doesn't look right...

Turbulence Properties:
Code:
simulationType  RAS;

RAS
{
    RASModel        kOmegaSST;

    turbulence      on;

    printCoeffs     on;
}
Thermophysical Properties:

Code:
thermoType
{
    type            hePsiThermo;
    mixture         pureMixture;
    transport       sutherland;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleInternalEnergy;
}

mixture
{
    specie
    {
        molWeight   28.9;
    }
    thermodynamics
    {
        Cp          1007;
        Hf          0;
    }
    transport
    {
        As          1.4792e-06;
        Ts          116;
    }
}
shang2 is offline   Reply With Quote

Reply

Tags
komegasst, nozzle flow, openfoam, turbulence


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
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
Problem with SIMPLEC-like finite volume channel flow boundary conditions ghobold Main CFD Forum 3 June 15, 2015 11:14
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00


All times are GMT -4. The time now is 01:50.