23 lines
834 B
C++
23 lines
834 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
#includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg"
|
|
|
|
region1
|
|
{
|
|
regionType patch;
|
|
name $patch1;
|
|
}
|
|
region2
|
|
{
|
|
regionType patch;
|
|
name $patch2;
|
|
}
|
|
|
|
// ************************************************************************* //
|