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

20 lines
814 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
interpolationScheme cellPoint;
setFormat raw;
setConfig
{
type uniform; // midPoint, midPointAndFace
axis distance; // x, y, z, xyz
nPoints 100;
}
// ************************************************************************* //