/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "1"; object enstrophy; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [ 0 0 -2 0 0 0 0 ]; internalField uniform 0; boundaryField { patch0_half0 { type cyclic; value uniform 0; } patch1_half0 { type cyclic; value uniform 0; } patch2_half0 { type cyclic; value uniform 0; } patch2_half1 { type cyclic; value uniform 0; } patch1_half1 { type cyclic; value uniform 0; } patch0_half1 { type cyclic; value uniform 0; } } // ************************************************************************* //