diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/dynamicMeshDict b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/dynamicMeshDict deleted file mode 100644 index 1757f79d30..0000000000 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/dynamicMeshDict +++ /dev/null @@ -1,27 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object dynamicMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -distributor -{ - type loadBalancer; - - libs ("libfvMeshDistributors.so"); - - multiConstraint true; - redistributionInterval 10; -} - - -// ************************************************************************* //