From ee4306131581cc6b4163cd696d4edfa186ccf9d5 Mon Sep 17 00:00:00 2001 From: "Bernhard F.W. Gschaider" Date: Fri, 6 Jun 2014 16:46:51 +0200 Subject: [PATCH] Fix blockMeshDict and boundary to be consistend with U. See https://sourceforge.net/apps/mantisbt/openfoam-extend/view.php?id=233 --- .../nonLinBlock/constant/polyMesh/blockMeshDict | 2 +- .../nonLinBlock/constant/polyMesh/boundary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/blockMeshDict b/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/blockMeshDict index 8c7aee969..04d2108c8 100644 --- a/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/blockMeshDict +++ b/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/blockMeshDict @@ -45,7 +45,7 @@ patches (2 3 7 6) ) - patch left + symmetryPlane left ( (3 0 4 7) ) diff --git a/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/boundary b/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/boundary index 9f9e514d3..196ef59e9 100644 --- a/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/boundary +++ b/tutorials/solidMechanics/elasticNonLinTLSolidFoam/nonLinBlock/constant/polyMesh/boundary @@ -37,7 +37,7 @@ FoamFile } bottom { - type patch; + type symmetryPlane; nFaces 10; startFace 210; }