mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
24 lines
892 B
INI
24 lines
892 B
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
sampleSet
|
|
{
|
|
type selection;
|
|
entries
|
|
{
|
|
include "uniform.cfg";
|
|
include "face.cfg";
|
|
include "midPoint.cfg";
|
|
include "midPointAndFace.cfg";
|
|
include "curve.cfg";
|
|
include "cloud.cfg";
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|