View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000788 | OpenFOAM | Bug | public | 2013-03-16 00:56 | 2015-09-08 08:14 |
Reporter | Assigned To | henry | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Ubuntu 12.04 | OS | Other | OS Version | (please specify) |
Summary | 0000788: outofBounds not read by solver | ||||
Description | Say I have this boundary condition: inlet { type uniformFixedValue; uniformValue csvFile; csvFileCoeffs { fileName "$FOAM_CASE/boundary" outOfBounds error; hasHeaderLine false; refColumn 0; componentColumns (1 2 3); // vector example } } The current value for outOfBounds has no effect on the behaviour, it always "clamp"s the boundary condition. The same goes if I tried "repeat", clamping occurs again. I guess it is not reading the value defined here and assuming default settings. | ||||
Additional Information | OF 2.1.1, Ubuntu 12.04 | ||||
Tags | No tags attached. | ||||
|
Related to: http://www.openfoam.org/mantisbt/view.php?id=888 |
|
Resolved by commit 8a7519fc14d45ca0f9943a4d2cc4abdd0f71297d |