| Anonymous | Login | Signup for a new account | 2013-05-22 22:11 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000754 | OpenFOAM | [All Projects] Bug | public | 2013-02-23 22:17 | 2013-03-14 08:59 | |||
| Reporter | wyldckat | |||||||
| Assigned To | andy | |||||||
| Priority | normal | Severity | trivial | Reproducibility | always | |||
| Status | resolved | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 2.1.x | |||||||
| Target Version | Fixed in Version | 2.2.x | ||||||
| Summary | 0000754: pdfDict example is outdated | |||||||
| Description | The example provided at "$FOAM_APP/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict" is outdated. Attached is a tested update. | |||||||
| Steps To Reproduce | run rm -r tutorials cp -r $FOAM_TUTORIALS . cd tutorials/incompressible/pimpleFoam/TJunction foamRunTutorials cp $FOAM_APP/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict constant/ pdfPlot #and it quits with some error messages. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001975) wyldckat (reporter) 2013-03-11 21:50 |
FYI: Same issue still happens on 2.2.x and the attached file works fine with 2.2.x as well. Just a reminder that the attached file is for updating the file "$FOAM_APP/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict". |
|
(0001994) andy (manager) 2013-03-13 14:48 |
Thanks for the report - fixed by commit de29877 |
|
(0001999) wyldckat (reporter) 2013-03-13 20:10 |
Sorry, but there are a couple of details missing: 1- the current pdfDict in 2.2.x (commit 9f6379a205a05ff0710b1c25bffdc8a5757c42dc) has the following two lines: d (60.0e-06); n (0.8); With them, it stops with this message: --> FOAM FATAL IO ERROR: wrong token type - expected Scalar, found on line 34 the punctuation token '(' file: /home/user/OpenFOAM/user-2.2.x/run/tutorials/incompressible/pimpleFoam/TJunction/constant/pdfDict.RosinRammlerDistribution.d at line 34. From function operator>>(Istream&, Scalar&) in file lnInclude/Scalar.C at line 91. FOAM exiting The attached file has the following two lines and does not have any problems: d 60.0e-06; n 0.8; 2- The current header in pdfDict has "Version: dev". I think it should have "Version: 2.2.x" or "Version: 2.2.0"... |
|
(0002000) andy (manager) 2013-03-14 08:59 |
Resolved by commit 701777c |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-02-23 22:17 | wyldckat | New Issue | |
| 2013-02-23 22:17 | wyldckat | File Added: pdfDict | |
| 2013-03-11 21:50 | wyldckat | Note Added: 0001975 | |
| 2013-03-13 14:48 | andy | Note Added: 0001994 | |
| 2013-03-13 14:48 | andy | Status | new => resolved |
| 2013-03-13 14:48 | andy | Fixed in Version | => 2.2.x |
| 2013-03-13 14:48 | andy | Resolution | open => fixed |
| 2013-03-13 14:48 | andy | Assigned To | => andy |
| 2013-03-13 20:10 | wyldckat | Note Added: 0001999 | |
| 2013-03-13 20:10 | wyldckat | Status | resolved => feedback |
| 2013-03-13 20:10 | wyldckat | Resolution | fixed => reopened |
| 2013-03-14 08:59 | andy | Note Added: 0002000 | |
| 2013-03-14 08:59 | andy | Status | feedback => resolved |
| 2013-03-14 08:59 | andy | Resolution | reopened => fixed |