OpenFOAM-5.x/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch
2016-06-11 08:53:04 +01:00

22 lines
789 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the difference between the average pressures on 2 specified
patches.
\*---------------------------------------------------------------------------*/
pressureDifferencePatch
{
patch1 <patch1>;
patch2 <patch2>;
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg"
}
// ************************************************************************* //