TUT: use simpler faMeshDefinition

This commit is contained in:
Mark Olesen
2022-09-20 12:14:34 +02:00
parent 84db37f62f
commit 1695f2f5b9
13 changed files with 55 additions and 63 deletions

View File

@ -6,8 +6,6 @@ cd "${0%/*}" || exit # Run from this directory
cleanCase0
rm -rf constant/boundaryData
rm -f constant/faMesh/faceLabels
rm -f constant/faMesh/faBoundary
rm -rf constant/triSurface
# -----------------------------------------------------------------------------

View File

@ -14,13 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
polyMeshPatches ( window );
polyMeshPatches ( window );
boundary
{
sealing
{
type patch;
type patch;
neighbourPolyPatch fixedWall;
}
}