ENH: createPatch: demo case

This commit is contained in:
mattijs
2024-11-06 20:25:39 +00:00
parent cfdc2330eb
commit b73de97f97
36 changed files with 2121 additions and 0 deletions

View File

@ -0,0 +1,35 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2406 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name central_inlet_A;
type faceSet;
action new;
source patchToFace;
patch central_inlet_A;
}
{
name inlet_couple_A;
type faceSet;
action new;
source patchToFace;
patch inlet_couple_A;
}
);
// ************************************************************************* //