View Issue Details

IDProjectCategoryView StatusLast Update
0002777OpenFOAMBugpublic2017-12-01 16:24
Reporterprojectionist Assigned Towill  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version15.04
Summary0002777: Minor error in string representation of Lagrangian particle's properties
DescriptionI noticed, when using the patchPostProcessing cloudFunctionObject, that there is a mismatch in the PropertyList of the particle class. The header and the actual written data are of different length.

It seems, that now the four-component barycentric coordinates are written instead of the three-component position-in-space.
Either, the header needs to be updated, or the position should be written instead of the coordinates.

Below are the truncated first two lines of output of the patchPostProcessing cloudFunctionObject. The header lists three components of the particle's position, yet the actual output consists of four components.


# Time currentProc (Px Py Pz) celli ...
0.09901 0 (0 0.5 0.18611 0.31389) 11467 ...
TagsNo tags attached.

Activities

will

2017-12-01 16:24

manager   ~0009116

Thanks. Resolved in dev by commit eeafddfb and in 5.x by ce59c4ab.

Issue History

Date Modified Username Field Change
2017-12-01 15:48 projectionist New Issue
2017-12-01 16:24 will Assigned To => will
2017-12-01 16:24 will Status new => resolved
2017-12-01 16:24 will Resolution open => fixed
2017-12-01 16:24 will Fixed in Version => 5.x
2017-12-01 16:24 will Note Added: 0009116