Skip to content
Snippets Groups Projects
Commit f31d5cf2 authored by mattijs's avatar mattijs
Browse files

STYLE: sampledSurface: added comment for interpolation

parent 1a4bca3a
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2015-2016 OpenCFD Ltd. \\/ M anipulation | Copyright (C) 2015-2017 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -44,7 +44,8 @@ Description ...@@ -44,7 +44,8 @@ Description
// Fields to be sampled // Fields to be sampled
fields (p U); fields (p U);
// Interpolation scheme to use // Interpolation scheme to use (only used if interpolate=true for
// the surfaces below)
interpolationScheme cell; interpolationScheme cell;
// Output surface format // Output surface format
...@@ -58,7 +59,12 @@ Description ...@@ -58,7 +59,12 @@ Description
type sampledTriSurfaceMesh; type sampledTriSurfaceMesh;
surface f0surf.obj; surface f0surf.obj;
source cells; source cells;
// Optional: keep original regions
keepIds true; keepIds true;
// Optional: generate values on points instead of faces
interpolate true;
} }
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment