|
[Sponsors] |
Uncertain k values with multiphaseStabilizedTurbulence |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 27, 2020, 11:21 |
Uncertain k values with multiphaseStabilizedTurbulence
|
#1 |
Member
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 7 |
Hi!
I have uncertain k values from my multiphase simulations. I used the new multiphaseStabilizedTurbulence fvOption to get correct k everywhere. Unfortunatelly, I did not get the k values I expected. On my graphs, one can see average k in specified verticals. The green line shows the result I expect, but If I refine my mesh, the k values are not better, but worse. Why is it? Do I have to use different BCs, or is there a mistake in the fvOptions? I have a RAS with k-omega SST turbulence closure, and I use kqRWallFunction on the walls. For free surface capturing, I use isoAdvector (interIsoFoam). Thank you in advance! Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1812 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object fvOptions; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // multiphaseStabilizedTurbulence1 { type multiphaseStabilizedTurbulence; active yes; multiphaseStabilizedTurbulenceCoeffs { // Optional coefficients lambda2 0.1; // A value of 0 sets the nut correction to 0 Cmu 0.09; // from k-epsilon model C 1.51; // from k-omega model alpha 1.36; // 1/Prt } } // ************************************************************************* // Last edited by GrivalszkiP; April 27, 2020 at 11:24. Reason: text mistake |
|
August 22, 2022, 00:58 |
|
#2 |
New Member
Juwon Jang
Join Date: Jul 2022
Posts: 1
Rep Power: 0 |
Hi what CFD problem it is?
|
|
Tags |
interisofoam, isoadvector, kqrwallfunction, refinement, stabilizedturbulence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
using chemkin | JMDag2004 | OpenFOAM Pre-Processing | 2 | March 8, 2016 23:38 |
Velocity values are normal but pressure values are too big | rv82 | OpenFOAM Running, Solving & CFD | 4 | April 13, 2015 04:59 |
Setting patch field values equal to internal field values | leroyv | OpenFOAM Programming & Development | 1 | October 21, 2014 16:49 |
Plotting raw data values | Wilesco | Siemens | 0 | January 5, 2006 06:34 |