/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0/bottomWater"; object cellToRegion; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { minX { type zeroGradient; } maxX { type zeroGradient; } minY { type zeroGradient; } minZ { type zeroGradient; } maxZ { type zeroGradient; } bottomWater_to_rightSolid { type calculated; value uniform 0; } bottomWater_to_leftSolid { type calculated; value uniform 0; } bottomWater_to_heater { type calculated; value uniform 0; } } // ************************************************************************* //