/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object fvConstraints; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // momentumForce1 { type meanVelocityForce; selectionMode cellZone; cellZone cz1; Ubar (0.2 0 0); } momentumForce2 { type meanVelocityForce; selectionMode cellZone; cellZone cz2; Ubar (0.1335 0 0); } // ************************************************************************* //