CloudFunctionObjects: ParticleTrap: Corrected example usage

Resolves bug report https://bugs.openfoam.org/view.php?id=2805
This commit is contained in:
Will Bainbridge
2018-01-11 08:54:26 +00:00
parent c409ae7d90
commit ee536e6878

View File

@ -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) 2012-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -32,7 +32,7 @@ Description
particleTrap1 particleTrap1
{ {
type particleTrap; type particleTrap;
alphaName alpha; // name volume fraction field alpha alpha; // name of the volume fraction field
threshold 0.95; // alpha value below which model is active threshold 0.95; // alpha value below which model is active
} }
\endverbatim \endverbatim