Skip to content
Snippets Groups Projects
Commit 37558834 authored by Henry Weller's avatar Henry Weller
Browse files

particle: Updated property list

Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1990
parent 15473178
Branches
Tags
1 merge request!33Merge foundation
......@@ -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_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment