Files
openfoam/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface
2016-09-20 14:49:08 +01:00

20 lines
889 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Interpolates pressures onto 2 specified triangulated surfaces and
calculates the difference between the average pressures.
\*---------------------------------------------------------------------------*/
triSurface1 <triSurface1>;
triSurface2 <triSurface2>;
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg"
// ************************************************************************* //