From 7da065481a10a5961134eef019f3f7c6ba712f23 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 8 May 2017 17:03:30 +0100 Subject: [PATCH] tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict: removed --- .../RAS/SandiaD_LTS/system/decomposeParDict | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict diff --git a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict deleted file mode 100644 index 5126da72cd..0000000000 --- a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: plus | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 6; - -method simple; - -simpleCoeffs -{ - n (1 1 6); - delta 0.001; -} - -hierarchicalCoeffs -{ - n ( 1 1 1 ); - delta 0.001; - order xyz; -} - -manualCoeffs -{ - dataFile ""; -} - -distributed no; - -roots ( ); - - -// ************************************************************************* //