etc/caseDicts/postProcessing: Updated for recent developments in functionObjects

This commit is contained in:
Henry Weller
2016-05-26 16:31:32 +01:00
parent 3186245b92
commit fd24c05cf9
67 changed files with 155 additions and 717 deletions

View File

@ -5,19 +5,11 @@
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object patchAverage;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
patchAverage
{
patch <patchName>;
fields ( p );
fields (p);
operation average;
#includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg";