Files
openfoam/etc/caseDicts/postProcessing/visualization/surfaces.cfg
2019-12-23 09:49:23 +00:00

47 lines
1002 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Version: v1912
\\ / A nd | Website: www.openfoam.com
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
type surfaces;
libs ("libsampling.so");
writeControl writeTime;
surfaceFormat vtk;
interpolationScheme cellPoint;
x (1 0 0);
y (0 1 0);
z (0 0 1);
origin (0 0 0);
cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint $origin;
normalVector $x;
}
interpolate true;
}
isosurface
{
type isoSurfaceCell;
interpolate true;
}
patchSurface
{
type patch;
interpolate true;
}
// ************************************************************************* //