View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001884 | OpenFOAM | Bug | public | 2015-10-29 13:56 | 2015-10-29 14:06 |
Reporter | TomF | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | 13.2 |
Summary | 0001884: Incorrect description of boundary usage in comment for porousBafflePressureFvPatchField.H | ||||
Description | In the commented section of $FOAM_SRC/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H there is an example showing the usage as: Example of the boundary condition specification: \verbatim myPatch { type porousBafflePressure; patchType cyclic; jump uniform 0; I 1000000; D 0.001; L 0.1; value uniform 0; } \endverbatim Using this results in an error specifying that the "keyword length is undefined". The correct usage would be: Example of the boundary condition specification: \verbatim myPatch { type porousBafflePressure; patchType cyclic; jump uniform 0; I 1000000; D 0.001; length 0.1; value uniform 0; } \endverbatim | ||||
Steps To Reproduce | Use the boundary condition with the details as in the source file. | ||||
Tags | No tags attached. | ||||