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

Uncertain k values with multiphaseStabilizedTurbulence

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 27, 2020, 10:21
Default Uncertain k values with multiphaseStabilizedTurbulence
  #1
Member
 
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 7
GrivalszkiP is on a distinguished road
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
        }
    }


// ************************************************************************* //
Attached Images
File Type: jpg 01.jpg (114.6 KB, 17 views)
File Type: jpg 02.jpg (115.8 KB, 11 views)

Last edited by GrivalszkiP; April 27, 2020 at 10:24. Reason: text mistake
GrivalszkiP is offline   Reply With Quote

Old   August 21, 2022, 23:58
Default
  #2
New Member
 
Juwon Jang
Join Date: Jul 2022
Posts: 1
Rep Power: 0
djdudns is on a distinguished road
Hi what CFD problem it is?
djdudns is offline   Reply With Quote

Reply

Tags
interisofoam, isoadvector, kqrwallfunction, refinement, stabilizedturbulence

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
TimeVaryingMappedFixedValue irishdave OpenFOAM Running, Solving & CFD 32 June 16, 2021 06:55
using chemkin JMDag2004 OpenFOAM Pre-Processing 2 March 8, 2016 22:38
Velocity values are normal but pressure values are too big rv82 OpenFOAM Running, Solving & CFD 4 April 13, 2015 03:59
Setting patch field values equal to internal field values leroyv OpenFOAM Programming & Development 1 October 21, 2014 15:49
Plotting raw data values Wilesco Siemens 0 January 5, 2006 05:34


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