Updated for OpenFOAM-2.3.x
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=858
This commit is contained in:
parent
22276a35af
commit
5a935874b0
2 changed files with 4 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ sets
|
|||
}
|
||||
);
|
||||
|
||||
fields ( sigmaxx );
|
||||
fields ( sigmaEq );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue