OpenFOAM-4.x/etc/caseDicts/postProcessing/probes/boundaryCloud.cfg
2016-06-28 11:59:45 +01:00

23 lines
881 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/probes/cloud.cfg"
sets
(
cloud
{
type patchCloud;
axis xyz;
points $points;
maxDistance $maxDistance;
patches $patches;
}
);
// ************************************************************************* //