17 lines
817 B
C++
17 lines
817 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
pressureDifferenceSurface
|
|
{
|
|
triSurface1 <triSurface1>;
|
|
triSurface2 <triSurface2>;
|
|
|
|
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg"
|
|
}
|
|
|
|
// ************************************************************************* //
|