Files
openfoam/etc/caseDicts/postProcessing/graphs/sampleDict.cfg

21 lines
766 B
C++

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