/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open Source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object materials; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { bottomBrickDown { type zeroGradient; } bottomBrickUp { type zeroGradient; } topBrickDown { type zeroGradient; } topBrickUp { type zeroGradient; } bottomBrickLeft { type zeroGradient; } bottomBrickRight { type zeroGradient; } topBrickLeft { type zeroGradient; } topBrickRight { type zeroGradient; } back { type empty; } front { type empty; } } // ************************************************************************* //