Skip to content

postProcess yPlus gives 0 #127

Description

@ethren

hello I am using blueCFD OpenFOAM 5.x on Windows 7.
I've conducted a simulation of flow around naca airfoil using the SA turbulence model. The simulation finished (The link to download the case is given below) and everything went well except when I want to calculate the y+:
simpleFoam -postProcess -func 'yPlus'

I get the following:

Create time

Create mesh for time = 0


SIMPLE: convergence criteria
    field U      tolerance 1e-06
    field p      tolerance 1e-06
    field "(k|epsilon|omega|nuTilda)"    tolerance 1e-06

Time = 0
Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model SpalartAllmaras
Selecting patchDistMethod meshWave
RAS
{
    RASModel        SpalartAllmaras;
    turbulence      on;
    printCoeffs     on;
    sigmaNut        0.66666;
    kappa           0.41;
    Cb1             0.1355;
    Cb2             0.622;
    Cw2             0.3;
    Cw3             2;
    Cv1             7.1;
    Cs              0.3;
}

No MRF models present

yPlus yPlus write:
    writing object yPlus
    patch airfoil y+ : min = 0, max = 0, average = 0


Time = 10000
Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model SpalartAllmaras
RAS
{
    RASModel        SpalartAllmaras;
    turbulence      on;
    printCoeffs     on;
    sigmaNut        0.66666;
    kappa           0.41;
    Cb1             0.1355;
    Cb2             0.622;
    Cw2             0.3;
    Cw3             2;
    Cv1             7.1;
    Cs              0.3;
}

No MRF models present

yPlus yPlus write:
    writing object yPlus
    patch airfoil y+ : min = 0, max = 0, average = 0


End

As you can see, y+ is 0 (min , average, and max)

You can find the case here: case_naca_sa
PS: I uploaded everything except the mesh because you can generate it from blockMeshDict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions