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 18:11:22 +00:00
parent ae019fccfa
commit dfeb45d191
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -31,7 +31,7 @@ sets
}
);
fields ( sigmaxx );
fields ( sigmaEq );
// ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -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 );
// ************************************************************************* //