31 lines
1,023 B
Text
31 lines
1,023 B
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.4.1 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 1.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
object mirrorMeshDict;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
planeType pointAndNormal;
|
||
|
|
||
|
pointAndNormalDict
|
||
|
{
|
||
|
basePoint (0 0 0);
|
||
|
normalVector (0 1 0);
|
||
|
}
|
||
|
|
||
|
planeTolerance 1e-3;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|