Files
OpenFOAM-6/etc/caseDicts/postProcessing/graphs/sampleDict.cfg
2018-07-09 15:58:01 +01:00

21 lines
646 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
interpolationScheme cellPoint;
setFormat raw;
setConfig
{
type lineUniform; // lineCell, lineCellFace
axis distance; // x, y, z, xyz
nPoints 100;
}
// ************************************************************************* //