From bda6db534f8d2c95fca980a029d49ec9f1d2d84d Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Fri, 20 May 2022 09:49:11 +0100 Subject: [PATCH] etc/templates: changed 'defaultPatch' to 'internal' type to help detect meshing errors --- etc/templates/closedVolume/system/blockMeshDict | 3 ++- etc/templates/closedVolumeRotating/system/blockMeshDict | 3 ++- etc/templates/closedVolumeRotating/system/blockMeshDict-box | 3 ++- etc/templates/compressibleInflowOutflow/system/blockMeshDict | 3 ++- etc/templates/inflowOutflow/system/blockMeshDict | 3 ++- etc/templates/inflowOutflowRotating/system/blockMeshDict | 3 ++- etc/templates/inflowOutflowRotating/system/blockMeshDict-box | 3 ++- etc/templates/singleFluidCHT/system/blockMeshDict | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/etc/templates/closedVolume/system/blockMeshDict b/etc/templates/closedVolume/system/blockMeshDict index 2163314dc6..7f6fb71db6 100644 --- a/etc/templates/closedVolume/system/blockMeshDict +++ b/etc/templates/closedVolume/system/blockMeshDict @@ -58,7 +58,8 @@ edges defaultPatch { - type wall; + name background; + type internal; } boundary diff --git a/etc/templates/closedVolumeRotating/system/blockMeshDict b/etc/templates/closedVolumeRotating/system/blockMeshDict index f61b9d6cbc..d059530e41 100644 --- a/etc/templates/closedVolumeRotating/system/blockMeshDict +++ b/etc/templates/closedVolumeRotating/system/blockMeshDict @@ -187,7 +187,8 @@ edges defaultPatch { - type wall; + name background; + type internal; } boundary diff --git a/etc/templates/closedVolumeRotating/system/blockMeshDict-box b/etc/templates/closedVolumeRotating/system/blockMeshDict-box index 2163314dc6..7f6fb71db6 100644 --- a/etc/templates/closedVolumeRotating/system/blockMeshDict-box +++ b/etc/templates/closedVolumeRotating/system/blockMeshDict-box @@ -58,7 +58,8 @@ edges defaultPatch { - type wall; + name background; + type internal; } boundary diff --git a/etc/templates/compressibleInflowOutflow/system/blockMeshDict b/etc/templates/compressibleInflowOutflow/system/blockMeshDict index a6c22fa459..f22e14ba00 100644 --- a/etc/templates/compressibleInflowOutflow/system/blockMeshDict +++ b/etc/templates/compressibleInflowOutflow/system/blockMeshDict @@ -58,7 +58,8 @@ edges defaultPatch { - type patch; + name background; + type internal; } boundary diff --git a/etc/templates/inflowOutflow/system/blockMeshDict b/etc/templates/inflowOutflow/system/blockMeshDict index a6c22fa459..f22e14ba00 100644 --- a/etc/templates/inflowOutflow/system/blockMeshDict +++ b/etc/templates/inflowOutflow/system/blockMeshDict @@ -58,7 +58,8 @@ edges defaultPatch { - type patch; + name background; + type internal; } boundary diff --git a/etc/templates/inflowOutflowRotating/system/blockMeshDict b/etc/templates/inflowOutflowRotating/system/blockMeshDict index 992debcaa9..69ba8cda2b 100644 --- a/etc/templates/inflowOutflowRotating/system/blockMeshDict +++ b/etc/templates/inflowOutflowRotating/system/blockMeshDict @@ -187,7 +187,8 @@ edges defaultPatch { - type patch; + name background; + type internal; } boundary diff --git a/etc/templates/inflowOutflowRotating/system/blockMeshDict-box b/etc/templates/inflowOutflowRotating/system/blockMeshDict-box index a6c22fa459..f22e14ba00 100644 --- a/etc/templates/inflowOutflowRotating/system/blockMeshDict-box +++ b/etc/templates/inflowOutflowRotating/system/blockMeshDict-box @@ -58,7 +58,8 @@ edges defaultPatch { - type patch; + name background; + type internal; } boundary diff --git a/etc/templates/singleFluidCHT/system/blockMeshDict b/etc/templates/singleFluidCHT/system/blockMeshDict index a6c22fa459..f22e14ba00 100644 --- a/etc/templates/singleFluidCHT/system/blockMeshDict +++ b/etc/templates/singleFluidCHT/system/blockMeshDict @@ -58,7 +58,8 @@ edges defaultPatch { - type patch; + name background; + type internal; } boundary