Files
OpenFOAM-12/etc/caseDicts/postProcessing/streamlines/streamlinesPatch.cfg

20 lines
650 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/streamlines/streamlines.cfg"
seedSampleSet
{
type boundaryRandom;
axis xyz;
patches ($patch);
nPoints $nPoints;
}
// ************************************************************************* //