/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / 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; } ); // ************************************************************************* //