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

22 lines
874 B
INI

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