View Issue Details

IDProjectCategoryView StatusLast Update
0001990OpenFOAMBugpublic2016-02-12 12:07
Reportertniemi Assigned Tohenry  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Summary0001990: particle.H, incorrect DefinePropertyList string
DescriptionIn the latest modification to src/lagrangian/basic/particle/particleIO.C, the p.faceI_ and p.stepFraction_ properties were added to ASCII input/output. However, these properties are missing from the propertyList_ string which should list all the properties that belong to a particle. (The string is used as a header in eg. PatchPostProcessing CloudFunctionObject)

To fix this, the line 316 in particle.H should be changed from

DefinePropertyList("(Px Py Pz) cellI tetFaceI tetPtI origProc origId");

to

DefinePropertyList("(Px Py Pz) cellI faceI stepFraction tetFaceI tetPtI origProc origId");
TagsNo tags attached.

Activities

henry

2016-02-12 12:07

manager   ~0005938

Resolved by commit 3755883476d5d7e975f035cf4c50f19f5fb579bb

Issue History

Date Modified Username Field Change
2016-02-10 15:01 tniemi New Issue
2016-02-12 12:07 henry Note Added: 0005938
2016-02-12 12:07 henry Status new => resolved
2016-02-12 12:07 henry Resolution open => fixed
2016-02-12 12:07 henry Assigned To => henry