"tutorials/git@develop.openfoam.com:Development/openfoam.git" did not exist on "a3ff45d50afd5fef639a4c81bdc52ab0c9d931bd"
Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object patchAverage;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
patchAverage
{
patch <patchName>;
fields ( p );
operation average;
#includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg";
}
// ************************************************************************* //