/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.0 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ boxToPoint { type dictionary; description "Description of a box to point source"; entries { box { type compound; description "bounding box"; entries { include "$FOAMX_CONFIG/entries/vector/min.cfg"; include "$FOAMX_CONFIG/entries/vector/max.cfg"; } } } } // ************************************************************************* //