View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000283 | OpenFOAM | Bug | public | 2011-08-31 16:45 | 2011-09-02 11:14 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 9.10 |
Summary | 0000283: patchProbes not working | ||||
Description | patchName is never read, but used by patchProbes. add following line in Foam::patchProbes::read(const dictionary& dict) function dict.lookup("patchName") >> patchName_; should work. | ||||
Tags | No tags attached. | ||||
|
also the function void Foam::patchProbes::findElements(const fvMesh& mesh) return wrong value. My temporary fix is to add the following line at line 94 in patchProbe.C 94 elementList_.clear(); |
|
Thanks jason_wy, fixed in 6a64f8231197e973ded3f6dc338ca4b9f9927c2b |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-08-31 16:45 |
|
New Issue | |
2011-08-31 21:38 |
|
Note Added: 0000636 | |
2011-09-02 11:14 |
|
Note Added: 0000639 | |
2011-09-02 11:14 |
|
Status | new => resolved |
2011-09-02 11:14 |
|
Fixed in Version | => 2.0.x |
2011-09-02 11:14 |
|
Resolution | open => fixed |
2011-09-02 11:14 |
|
Assigned To | => user4 |