diff --git a/tutorials/modules/multiRegion/film/cylinderVoF/Allrun b/tutorials/modules/multiRegion/film/cylinderVoF/Allrun index 0f8ce6b3fc..b2ec809150 100755 --- a/tutorials/modules/multiRegion/film/cylinderVoF/Allrun +++ b/tutorials/modules/multiRegion/film/cylinderVoF/Allrun @@ -27,6 +27,6 @@ printf "\n%s\n" "Creating files for paraview post-processing" paraFoam -touchAll echo -# runApplication $(getApplication) +runApplication $(getApplication) #------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/cylinderVoF/system/VoF/decomposeParDict b/tutorials/modules/multiRegion/film/cylinderVoF/system/VoF/decomposeParDict deleted file mode 100644 index 7e0bc7832d..0000000000 --- a/tutorials/modules/multiRegion/film/cylinderVoF/system/VoF/decomposeParDict +++ /dev/null @@ -1,47 +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; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 4; - -method metis; - -simpleCoeffs -{ - n (2 2 1); -} - -hierarchicalCoeffs -{ - n (1 1 1); - order xyz; -} - -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - -manualCoeffs -{ - dataFile ""; -} - -distributed no; - -roots ( ); - - -// ************************************************************************* //