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

21 lines
668 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 lineUniform;
axis distance;
start $start;
end $end;
nPoints $nPoints;
}
// ************************************************************************* //