View Issue Details

IDProjectCategoryView StatusLast Update
0000283OpenFOAMBugpublic2011-09-02 11:14
Reporteruser248Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version9.10
Summary0000283: patchProbes not working
DescriptionpatchName is never read, but used by patchProbes.

add following line in Foam::patchProbes::read(const dictionary& dict) function

    dict.lookup("patchName") >> patchName_;

should work.
TagsNo tags attached.

Activities

user248

2011-08-31 21:38

  ~0000636

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();

user4

2011-09-02 11:14

  ~0000639

Thanks jason_wy,

fixed in 6a64f8231197e973ded3f6dc338ca4b9f9927c2b

Issue History

Date Modified Username Field Change
2011-08-31 16:45 user248 New Issue
2011-08-31 21:38 user248 Note Added: 0000636
2011-09-02 11:14 user4 Note Added: 0000639
2011-09-02 11:14 user4 Status new => resolved
2011-09-02 11:14 user4 Fixed in Version => 2.0.x
2011-09-02 11:14 user4 Resolution open => fixed
2011-09-02 11:14 user4 Assigned To => user4