View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000888 | OpenFOAM | Bug | public | 2013-06-13 15:44 | 2015-01-22 13:28 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0000888: the outOfBounds repeat option does not work | ||||
Description | When 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 Reproduce | in 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; } } | ||||
Tags | No tags attached. | ||||
|
Related to: http://www.openfoam.org/mantisbt/view.php?id=788 |
|
Resolved by commit 8a7519fc14d45ca0f9943a4d2cc4abdd0f71297d |