Files
openfoam/tutorials/mesh/createPatch/TJunctionSwitching_createPatch/system/topoSetDict
2025-06-27 09:46:28 +01:00

36 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2506 |
| \\ / 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;
}
);
// ************************************************************************* //