From 5a935874b030587d8da6f7fc6f8ecf7399c8ce33 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 1 Jan 2015 17:11:44 +0000 Subject: [PATCH] Updated for OpenFOAM-2.3.x Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=858 --- .../solidDisplacementFoam/plateHole/system/sampleDict | 2 +- .../solidDisplacementFoam/plateHole/system/sampleSurfaceDict | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict index 6a1e5528..81ecdeac 100644 --- a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict +++ b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict @@ -31,7 +31,7 @@ sets } ); -fields ( sigmaxx ); +fields ( sigmaEq ); // ************************************************************************* // diff --git a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleSurfaceDict b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleSurfaceDict index ebfa0a42..289186bb 100644 --- a/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleSurfaceDict +++ b/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleSurfaceDict @@ -17,19 +17,20 @@ FoamFile interpolationScheme cellPoint; -surfaceFormat dx; +surfaceFormat vtk; surfaces ( constantPlane { + type plane; name plate; basePoint ( 0 0 0.25 ); normalVector ( 0 0 1 ); } ); -fields ( sigmaxx ); +fields ( sigmaEq ); // ************************************************************************* //