mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
particle: Updated property list
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1990
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -313,7 +313,11 @@ public:
|
|||||||
TypeName("particle");
|
TypeName("particle");
|
||||||
|
|
||||||
//- String representation of properties
|
//- 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
|
//- Cumulative particle counter - used to provode unique ID
|
||||||
static label particleCount_;
|
static label particleCount_;
|
||||||
|
|||||||
Reference in New Issue
Block a user