Files
openfoam/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg
2022-12-21 16:16:18 +00:00

23 lines
665 B
C++

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