mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use simpler faMeshDefinition
This commit is contained in:
@ -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
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
@ -14,13 +14,13 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
polyMeshPatches ( window );
|
||||
polyMeshPatches ( window );
|
||||
|
||||
boundary
|
||||
{
|
||||
sealing
|
||||
{
|
||||
type patch;
|
||||
type patch;
|
||||
neighbourPolyPatch fixedWall;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user