View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001990 | OpenFOAM | Bug | public | 2016-02-10 15:01 | 2016-02-12 12:07 |
Reporter | tniemi | Assigned To | henry | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Summary | 0001990: particle.H, incorrect DefinePropertyList string | ||||
Description | In 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"); | ||||
Tags | No tags attached. | ||||