From 483d4007afc0e7f18dc5379a5bc7d63b59602734 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 5 Dec 2012 14:58:30 +0000 Subject: [PATCH] ENH: faceAgglomerateDict: sample dictionary --- .../faceAgglomerate/faceAgglomerateDict | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 applications/utilities/preProcessing/faceAgglomerate/faceAgglomerateDict diff --git a/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerateDict b/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerateDict new file mode 100644 index 0000000000..9c164f1509 --- /dev/null +++ b/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerateDict @@ -0,0 +1,28 @@ +/*--------------------------------*- 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 dictionary; + object viewFactorsDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +// Write agglomeration as a volScalarField with calculated boundary values +writeFacesAgglomeration true; + +// Per patch (wildcard possible) the coarsening level +bottomAir_to_heater +{ + nFacesInCoarsestLevel 30; + featureAngle 10; +} + + +// ************************************************************************* //