/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object k; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0.0005723; boundaryField { OversetFaces { type overset; value uniform 0.0005723; coupledFringe yes; setHoleCellValue yes; holeCellValue 0.0005723; } Inflow { type fixedValue; value uniform 0.0005723; } Outflow { type inletOutlet; inletValue uniform 0.0005723; value uniform 0.0005723; } Lower { type fixedValue; value uniform 0.0005723; } Upper { type inletOutlet; inletValue uniform 0.0005723; value uniform 0.0005723; } frontAndBack { type empty; } airfoil { type kqRWallFunction; value uniform 0.0005723; } OversetMiddle { type emptyOverset; value uniform 0.0005723; } OversetFront { type emptyOverset; value uniform 0.0005723; } } // ************************************************************************* //