Updated for OpenFOAM-2.3.x

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=858
This commit is contained in:
Henry 2015-01-01 17:11:44 +00:00
parent 22276a35af
commit 5a935874b0
2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@ sets
}
);
fields ( sigmaxx );
fields ( sigmaEq );
// ************************************************************************* //

View file

@ -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 );
// ************************************************************************* //