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

23 lines
898 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
midPoint
{
type dictionary;
description "One sampling point per cell, between two face intersections";
entries
{
include "name.cfg";
include "axis.cfg";
include "start.cfg";
include "end.cfg";
}
}
// ************************************************************************* //