View Issue Details

IDProjectCategoryView StatusLast Update
0000888OpenFOAMBugpublic2015-01-22 13:28
Reporteruser678Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version10.04
Summary0000888: the outOfBounds repeat option does not work
DescriptionWhen I choose the uniformfixedValue boundary condition, and I want to have it time dependant, and I want to use a table. The value is for alpha for a 2phase simulation. So I want it to go either to 0 or 1, and to reproduce the same pattern over time. I choose thus outOfBounds repeat, but instead it stays at the last value specified in my table
Steps To Reproducein my 0/alpha1, I have

       inlet
        {
        type uniformFixedValue;
        
        uniformValue table;
        (
         ( 0 0.0)
         (0.1 1.0)
        );
        outOfBounds REPEAT;
        }

I used the following as well, but without success:

       inlet
        {
        type uniformFixedValue;
        uniformValue tableFile;
        tableFileCoeffs
        {
        fileName "inletData";
        outOfBounds REPEAT;
        }
        }
TagsNo tags attached.

Activities

wyldckat

2014-12-29 15:47

updater   ~0003402

Related to: http://www.openfoam.org/mantisbt/view.php?id=788

henry

2015-01-22 13:28

manager   ~0003576

Resolved by commit 8a7519fc14d45ca0f9943a4d2cc4abdd0f71297d

Issue History

Date Modified Username Field Change
2013-06-13 15:44 user678 New Issue
2014-12-29 15:47 wyldckat Note Added: 0003402
2015-01-22 13:28 henry Note Added: 0003576
2015-01-22 13:28 henry Status new => resolved
2015-01-22 13:28 henry Resolution open => fixed
2015-01-22 13:28 henry Assigned To => henry