From 3755883476d5d7e975f035cf4c50f19f5fb579bb Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Wed, 10 Feb 2016 15:43:31 +0000
Subject: [PATCH] particle: Updated property list Resolved bug-report
 http://www.openfoam.org/mantisbt/view.php?id=1990

---
 src/lagrangian/basic/particle/particle.H | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/lagrangian/basic/particle/particle.H b/src/lagrangian/basic/particle/particle.H
index cbc29774a4..3277b5c31a 100644
--- a/src/lagrangian/basic/particle/particle.H
+++ b/src/lagrangian/basic/particle/particle.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -313,7 +313,11 @@ public:
         TypeName("particle");
 
         //- String representation of properties
-        DefinePropertyList("(Px Py Pz) cellI tetFaceI tetPtI origProc origId");
+        DefinePropertyList
+        (
+            "(Px Py Pz) cellI faceI stepFraction "
+            "tetFaceI tetPtI origProc origId"
+        );
 
         //- Cumulative particle counter - used to provode unique ID
         static label particleCount_;
-- 
GitLab