Files
OpenFOAM-12/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg
2018-07-09 15:40:05 +01:00

23 lines
667 B
C++

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