|
[Sponsors] |
kOmegaSST Boundary Conditions for Supersonic Nozzle |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 17, 2018, 12:10 |
kOmegaSST Boundary Conditions for Supersonic Nozzle
|
#1 |
New Member
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8 |
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; } } 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; } } 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; } } 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; } } 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; } } |
|
September 17, 2018, 13:43 |
|
#2 |
Member
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15 |
Hi,
Could you share the file "turbulenceProperties"? Could you also share the results you got? Best Regards, Luis |
|
September 17, 2018, 14:06 |
|
#3 |
New Member
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8 |
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; } 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; } } |
|
Tags |
komegasst, nozzle flow, openfoam, turbulence |
|
|
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 08:30 |
Out File does not show Imbalance in % | Mmaragann | CFX | 5 | January 20, 2017 11:20 |
Problem with SIMPLEC-like finite volume channel flow boundary conditions | ghobold | Main CFD Forum | 3 | June 15, 2015 12:14 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |