From b3e023bda286fa2b13ec2bfc2528bce51ea1dd55 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 9 Nov 2010 17:54:20 +0000 Subject: [PATCH] ENH: faceSource : updated sample dictionary --- .../functionObjects/field/fieldValues/controlDict | 2 ++ .../field/fieldValues/faceSource/faceSource.H | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/src/postProcessing/functionObjects/field/fieldValues/controlDict b/src/postProcessing/functionObjects/field/fieldValues/controlDict index 58a7349371..c7619975f7 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/controlDict +++ b/src/postProcessing/functionObjects/field/fieldValues/controlDict @@ -68,6 +68,8 @@ functions sourceName movingWall; //// if sampledSurface: dictionary with a sampledSurface + //// Note: the sampledSurfaces will have cell-values, i.e. + //// non-interpolated. Also will not sample surface fields. //sampledSurfaceDict //{ // type cuttingPlane; diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H index 9d10cdcfce..bae5a21ca6 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H @@ -69,6 +69,11 @@ Description faces. - all fields get oriented according to the faceZone (so you might e.g. see negative pressure) + - using sampledSurfaces: + - they do not do surface fields + - they use cell values - they do not do any interpolation. + - take care when using isoSurfaces - these might have duplicate + triangles so integration might be wrong SourceFiles faceSource.C