From f31d5cf21752fe068aaf3697562929871091bc84 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 7 Jun 2017 15:19:51 +0100 Subject: [PATCH] STYLE: sampledSurface: added comment for interpolation --- .../sampledSurface/sampledSurfaces/sampledSurfaces.H | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H index 7f41fd7795f..e2925cf9e67 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / 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 This file is part of OpenFOAM. @@ -44,7 +44,8 @@ Description // Fields to be sampled fields (p U); - // Interpolation scheme to use + // Interpolation scheme to use (only used if interpolate=true for + // the surfaces below) interpolationScheme cell; // Output surface format @@ -58,7 +59,12 @@ Description type sampledTriSurfaceMesh; surface f0surf.obj; source cells; + + // Optional: keep original regions keepIds true; + + // Optional: generate values on points instead of faces + interpolate true; } ); } -- GitLab