/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 10 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { inlet { type cyclicAMI; }; outlet { type cyclicAMI; }; walls { type noSlip; } cperiodic-west { type cyclicAMI; } cperiodic-east { type cyclicAMI; } cperiodic-down { type cyclicAMI; } cperiodic-up { type cyclicAMI; } } // ************************************************************************* //