View Issue Details

IDProjectCategoryView StatusLast Update
0003134OpenFOAMBugpublic2018-12-17 21:02
Reportermqnguyen Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformLinuxOSUbuntuOS Version18.04
Product Versiondev 
Summary0003134: Wall boundary condition not respected
DescriptionI tried to change the bottom wall boundary condition to wall, but the results show non zeros values: it show value order of 2e-3.
Steps To ReproduceIn blockMeshDict:

    bottom
    {
        type wall;
        faces
        (
            (0 1 5 4)
        );
    }

In: 0/U.orig:
Both solution have been tested:
    bottom
    {
        type noSlip;

    }

    bottom
    {
        type fixedValue;
        value uniform (0 0 0);

    }


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-12-17 19:46 mqnguyen New Issue
2018-12-17 20:26 henry Assigned To => henry
2018-12-17 20:26 henry Status new => closed
2018-12-17 20:26 henry Resolution open => unable to reproduce