View Issue Details

IDProjectCategoryView StatusLast Update
0003161OpenFOAMBugpublic2019-02-08 08:45
Reporteroertel59 Assigned Towill  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Fixed in Versiondev 
Summary0003161: Application of singleGraph post processing produces *.xy file with duplicate entries
DescriptionRunning

tutorials/incompressible/pimpleFoam/laminar/planarPoiseuille

produces

postProcessing/singleGraph/1/line_U.xy

by means of the singleGraph post processing functionality. This result file contains duplicate entries, i.e.

0.0057533065 0.064530873 -8.1864596e-18 0
0.0057533065 0.064530873 -8.1864596e-18 0
0.017468105 0.19361358 6.7588463e-17 0
0.017468105 0.19361358 6.7588463e-17 0
0.029606807 0.3254524 4.8651707e-17 0
0.029606807 0.3254524 4.8651707e-17 0

and so on.

TagsNo tags attached.

Activities

will

2019-02-08 08:45

manager   ~0010283

Thanks for the report. Fixed in dev by https://github.com/OpenFOAM/OpenFOAM-dev/commit/57a7e718b986fa5b66ceacd4b097ec58b01fa2bc. Note that the algorithm which converts boundary intersections and start/end points into line segments had to be largely rewritten.

Issue History

Date Modified Username Field Change
2019-02-05 15:28 oertel59 New Issue
2019-02-08 08:45 will Assigned To => will
2019-02-08 08:45 will Status new => resolved
2019-02-08 08:45 will Resolution open => fixed
2019-02-08 08:45 will Fixed in Version => dev
2019-02-08 08:45 will Note Added: 0010283