functionObjects::surfaceFieldValue: New rational name for the surfaceRegion functionObject

surfaceRegion will be the name of a class to provide support for surface
region selection.
This commit is contained in:
Henry Weller
2016-08-12 10:04:11 +01:00
parent 8060826b2a
commit 0f6fb1c07a
20 changed files with 25 additions and 25 deletions

View File

@ -0,0 +1,19 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the average value of one or more fields on a patch.
\*---------------------------------------------------------------------------*/
name <patchName>;
fields (<field names>);
operation average;
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"
// ************************************************************************* //