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:
19
etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage
Normal file
19
etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage
Normal 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"
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user