Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
bbcfb509
Commit
bbcfb509
authored
Feb 10, 2016
by
Henry Weller
Browse files
particle: Updated property list
Resolved bug-report
http://www.openfoam.org/mantisbt/view.php?id=1990
parent
60281da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/basic/particle/particle.H
View file @
bbcfb509
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
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_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment