Files
openfoam/applications/utilities/postProcessing/sampling/sample/FoamX/cloud.cfg
2008-04-15 18:56:58 +01:00

22 lines
843 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
cloud
{
type dictionary;
description "Samples a set of specified points";
entries
{
include "name.cfg";
include "axis.cfg";
include "points.cfg";
}
}
// ************************************************************************* //