View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000878 | OpenFOAM | Bug | public | 2013-06-06 13:45 | 2013-06-13 10:59 |
Reporter | Assigned To | ||||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSuse | OS Version | 11.3 |
Summary | 0000878: mapped boundary condition: average required when setAverage false | ||||
Description | When the mapped boundary condition is used without the averaging step. Thus setting setAverage to true and omitting the average keyword, a fatal error is obtained. --> FOAM FATAL IO ERROR: keyword average is undefined in dictionary "./0/var::boundaryField::patch" The problem can be solved by setting a dummy value for average, but this looks silly. | ||||
Steps To Reproduce | Boundary condition inlet { type mapped; fieldName var; value uniform 0.001; setAverage false; average -1; interpolationScheme cell; } | ||||
Additional Information | The keyword average is always looked up 100 setAverage_(readBool(dict.lookup("setAverage"))), 101 average_(pTraits<Type>(dict.lookup("average"))), In $FOAM_SRC/finiteVolume/fields/fvPatchFields/derived/mappedFixedValue/mappedFixedValueFvPatchField.C | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-06 13:45 |
|
New Issue | |
2013-06-13 10:59 |
|
Note Added: 0002278 | |
2013-06-13 10:59 |
|
Status | new => resolved |
2013-06-13 10:59 |
|
Fixed in Version | => 2.2.x |
2013-06-13 10:59 |
|
Resolution | open => fixed |
2013-06-13 10:59 |
|
Assigned To | => user2 |