From 1e81657da1c2bfe26647c08ea30f52d30887f0e7 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 20 Jun 2013 10:49:41 +0100 Subject: [PATCH] Reformat --- .../foamyHexMesh/blob/system/decomposeParDict | 48 ++++++++++++++++++- .../flange/system/decomposeParDict | 47 +++++++++++++++++- .../mixerVessel/system/decomposeParDict | 48 ++++++++++++++++++- 3 files changed, 140 insertions(+), 3 deletions(-) mode change 120000 => 100644 tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict mode change 120000 => 100644 tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict mode change 120000 => 100644 tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict diff --git a/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict deleted file mode 120000 index 6fe38b15ec1..00000000000 --- a/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict +++ /dev/null @@ -1 +0,0 @@ -backgroundMeshDecomposition/decomposeParDict \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict new file mode 100644 index 00000000000..3d3806e8738 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict @@ -0,0 +1,47 @@ +/*--------------------------------*- 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; + location "system"; + object decomposeParDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +numberOfSubdomains 2; + +method scotch; +//method ptscotch; +// method hierarchical; + +simpleCoeffs +{ + n ( 2 2 1 ); + delta 0.001; +} + +hierarchicalCoeffs +{ + n ( 2 1 1 ); + delta 0.001; + order xyz; +} + +manualCoeffs +{ + dataFile ""; +} + +distributed no; + +roots ( ); + + +// ************************************************************************* // diff --git a/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict deleted file mode 120000 index 6fe38b15ec1..00000000000 --- a/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict +++ /dev/null @@ -1 +0,0 @@ -backgroundMeshDecomposition/decomposeParDict \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict new file mode 100644 index 00000000000..afb5d8a226c --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict @@ -0,0 +1,46 @@ +/*--------------------------------*- 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; + location "system"; + object decomposeParDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +numberOfSubdomains 8; + +//method scotch; +method hierarchical; + +simpleCoeffs +{ + n ( 2 2 2 ); + delta 0.001; +} + +hierarchicalCoeffs +{ + n ( 2 2 2 ); + delta 0.001; + order xyz; +} + +manualCoeffs +{ + dataFile ""; +} + +distributed no; + +roots ( ); + + +// ************************************************************************* // diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict deleted file mode 120000 index 6fe38b15ec1..00000000000 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict +++ /dev/null @@ -1 +0,0 @@ -backgroundMeshDecomposition/decomposeParDict \ No newline at end of file diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict new file mode 100644 index 00000000000..24853f860c8 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict @@ -0,0 +1,47 @@ +/*--------------------------------*- 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; + location "system"; + object decomposeParDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +numberOfSubdomains 8; + +//method ptscotch; +//method hierarchical; +method scotch; + +simpleCoeffs +{ + n ( 2 2 1 ); + delta 0.001; +} + +hierarchicalCoeffs +{ + n ( 2 2 2 ); + delta 0.001; + order xyz; +} + +manualCoeffs +{ + dataFile ""; +} + +distributed no; + +roots ( ); + + +// ************************************************************************* // -- GitLab