From 237f20b0edd97473f7fda034aea57173f51a3aee Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 21 Jun 2018 15:43:15 +0200 Subject: [PATCH] TUT: tab removal --- .../system/panelRegion/fvSchemes | 12 +- .../reactingFoam/RAS/chockedNozzle/0/nut | 3 +- .../constant/turbulenceProperties | 2 +- .../constant/turbulenceProperties | 2 +- .../LES/vortexShed/system/fvSolution | 2 +- .../waveExampleCnoidal/0.orig/alpha.water | 2 +- .../waveExampleCnoidal/system/controlDict | 6 +- .../0.orig/U | 4 +- .../system/controlDict | 11 +- .../laminar/waveExampleSolitary/0.orig/U | 2 +- .../waveExampleSolitary/0.orig/alpha.water | 2 +- .../waveExampleSolitary/system/controlDict | 3 +- .../system/controlDict | 12 +- .../system/controlDict | 13 +- .../laminar/waveExampleStokesI/0.orig/U | 2 +- .../waveExampleStokesI/0.orig/alpha.water | 2 +- .../waveExampleStokesI/system/controlDict | 5 +- .../laminar/waveExampleStokesII/0.orig/U | 2 +- .../waveExampleStokesII/0.orig/alpha.water | 2 +- .../waveExampleStokesII/system/controlDict | 1 + .../laminar/waveExampleStokesV/0.orig/U | 2 +- .../waveExampleStokesV/system/controlDict | 16 +- .../waveExampleStreamFunction/0.orig/U | 2 +- .../0.orig/alpha.water | 2 +- .../constant/waveProperties | 22 +-- .../waveMangroveInteraction/0.orig/epsilon | 2 +- .../laminar/waveMangroveInteraction/0.orig/k | 2 +- .../system/controlDict | 153 +++++++++--------- .../waveMangroveInteraction/system/fvOptions | 6 +- 29 files changed, 158 insertions(+), 139 deletions(-) diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes b/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes index 480f298550..19cfe8d3ea 100644 --- a/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes +++ b/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes @@ -31,16 +31,16 @@ divSchemes laplacianSchemes { - default none; - //laplacian(K,T) Gauss linear uncorrected; - laplacian(kappa,T) Gauss harmonic uncorrected; - laplacian(thermo:alpha,h) Gauss harmonic uncorrected; + default none; + //laplacian(K,T) Gauss linear uncorrected; + laplacian(kappa,T) Gauss harmonic uncorrected; + laplacian(thermo:alpha,h) Gauss harmonic uncorrected; } interpolationSchemes { - default linear; - //default none; + default linear; + //default none; } snGradSchemes diff --git a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/nut b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/nut index 82ded9c9e2..c0b5da3a86 100644 --- a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/nut +++ b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/nut @@ -14,7 +14,7 @@ FoamFile object nut; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - + dimensions [ 0 2 -1 0 0 0 0 ]; internalField uniform 0; @@ -41,5 +41,4 @@ boundaryField } } - // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/constant/turbulenceProperties b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/constant/turbulenceProperties index d6964094c9..5eec042672 100644 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/constant/turbulenceProperties +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/constant/turbulenceProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: plus | +| \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/constant/turbulenceProperties b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/constant/turbulenceProperties index d6964094c9..5eec042672 100644 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/constant/turbulenceProperties +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/constant/turbulenceProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: plus | +| \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/incompressible/pimpleFoam/LES/vortexShed/system/fvSolution b/tutorials/incompressible/pimpleFoam/LES/vortexShed/system/fvSolution index b5ae817474..424c0b6d96 100644 --- a/tutorials/incompressible/pimpleFoam/LES/vortexShed/system/fvSolution +++ b/tutorials/incompressible/pimpleFoam/LES/vortexShed/system/fvSolution @@ -59,7 +59,7 @@ PIMPLE nCorrectors 2; nNonOrthogonalCorrectors 0; transonic no; - consistent no; + consistent no; } relaxationFactors diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/0.orig/alpha.water b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/0.orig/alpha.water index 959065167c..9a3f3f9d01 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/0.orig/alpha.water +++ b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/0.orig/alpha.water @@ -38,7 +38,7 @@ boundaryField sides { - type empty; + type empty; } top diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/controlDict index 6c16c94c5d..abc8c391c6 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep yes; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; @@ -65,6 +66,7 @@ functions interpolationScheme cellPoint; setFormat raw; + sets ( line1 @@ -115,7 +117,7 @@ functions start ( 10.0 0.005 0.0 ); end ( 10.0 0.005 0.8 ); nPoints 1001; - } + } line7 { type uniform; @@ -123,7 +125,7 @@ functions start ( 12.0 0.005 0.0 ); end ( 12.0 0.005 0.8 ); nPoints 1001; - } + } line8 { type uniform; diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/0.orig/U index 2733f5d433..239c0020ac 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/0.orig/U @@ -35,11 +35,11 @@ boundaryField sides1 { - type slip; + type slip; } sides2 { - type slip; + type slip; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/system/controlDict index ef394c17b9..ef63e30202 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep on; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; @@ -62,10 +63,10 @@ functions writeControl writeTime; writeInterval 1; - interpolationScheme cellPoint; - setFormat raw; - sets - ( + interpolationScheme cellPoint; + setFormat raw; + sets + ( line1 { @@ -77,7 +78,9 @@ functions } ); + fixedLocations false; + fields ( U alpha.water diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/U index 95453554e5..097dae5bea 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/U @@ -35,7 +35,7 @@ boundaryField sides { - type empty; + type empty; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/alpha.water b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/alpha.water index 959065167c..9a3f3f9d01 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/alpha.water +++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/alpha.water @@ -38,7 +38,7 @@ boundaryField sides { - type empty; + type empty; } top diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/controlDict index c2e2d110a3..602cf46b92 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep yes; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; @@ -115,7 +116,7 @@ functions start ( 9.0 0.01 0.0 ); end ( 9.0 0.01 1.5 ); nPoints 1001; - } + } ); fixedLocations false; diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryGrimshaw/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryGrimshaw/system/controlDict index 3752a69352..6f8a680e70 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryGrimshaw/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryGrimshaw/system/controlDict @@ -48,9 +48,10 @@ runTimeModifiable yes; adjustTimeStep on; maxCo 0.4; + maxAlphaCo 0.4; -maxDeltaT 0.01; +maxDeltaT 0.01; functions { @@ -63,6 +64,7 @@ functions interpolationScheme cellPoint; setFormat raw; + sets ( s1 @@ -99,7 +101,7 @@ functions start ( 4.645 0.275 0.0 ); end ( 4.645 0.275 0.5 ); nPoints 101; - } + } s5 { @@ -108,7 +110,7 @@ functions start ( 5.2 0.275 0.0 ); end ( 5.2 0.275 0.5 ); nPoints 101; - } + } s6 { @@ -126,13 +128,13 @@ functions start ( 6.15 0.275 0.0 ); end ( 6.15 0.275 0.5 ); nPoints 101; - } + } ); fixedLocations false; fields (alpha.water); } -} +} // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryMcCowan/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryMcCowan/system/controlDict index 3752a69352..580023bc3e 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryMcCowan/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitaryMcCowan/system/controlDict @@ -48,9 +48,10 @@ runTimeModifiable yes; adjustTimeStep on; maxCo 0.4; + maxAlphaCo 0.4; -maxDeltaT 0.01; +maxDeltaT 0.01; functions { @@ -63,6 +64,7 @@ functions interpolationScheme cellPoint; setFormat raw; + sets ( s1 @@ -99,7 +101,7 @@ functions start ( 4.645 0.275 0.0 ); end ( 4.645 0.275 0.5 ); nPoints 101; - } + } s5 { @@ -108,7 +110,7 @@ functions start ( 5.2 0.275 0.0 ); end ( 5.2 0.275 0.5 ); nPoints 101; - } + } s6 { @@ -126,13 +128,14 @@ functions start ( 6.15 0.275 0.0 ); end ( 6.15 0.275 0.5 ); nPoints 101; - } + } ); fixedLocations false; + fields (alpha.water); } -} +} // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/U index 95453554e5..097dae5bea 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/U @@ -35,7 +35,7 @@ boundaryField sides { - type empty; + type empty; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/alpha.water b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/alpha.water index 959065167c..9a3f3f9d01 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/alpha.water +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/alpha.water @@ -38,7 +38,7 @@ boundaryField sides { - type empty; + type empty; } top diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/controlDict index 20a487c459..a8dac6c0ea 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep yes; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; @@ -115,7 +116,7 @@ functions start ( 10.0 0.02 0.0 ); end ( 10.0 0.02 0.75 ); nPoints 1001; - } + } line7 { type uniform; @@ -123,7 +124,7 @@ functions start ( 12.0 0.005 0.0 ); end ( 12.0 0.005 0.75 ); nPoints 1001; - } + } line8 { type uniform; diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/U index 95453554e5..097dae5bea 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/U @@ -35,7 +35,7 @@ boundaryField sides { - type empty; + type empty; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/alpha.water b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/alpha.water index 959065167c..9a3f3f9d01 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/alpha.water +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/alpha.water @@ -38,7 +38,7 @@ boundaryField sides { - type empty; + type empty; } top diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/controlDict index 1b4b2f24c6..ae8ca6f112 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep yes; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/0.orig/U index 02f000b04a..abd6759464 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/0.orig/U @@ -35,7 +35,7 @@ boundaryField sides { - type empty; + type empty; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/controlDict index d1ce716a7e..4fa8283883 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep on; maxCo 0.65; + maxAlphaCo 0.65; maxDeltaT 0.05; @@ -62,10 +63,11 @@ functions writeControl writeTime; writeInterval 1; - interpolationScheme cellPoint; - setFormat raw; - sets - ( + interpolationScheme cellPoint; + setFormat raw; + + sets + ( line1 { type uniform; @@ -114,7 +116,7 @@ functions start ( 7.0 0.005 0.0 ); end ( 7.0 0.005 0.8 ); nPoints 1001; - } + } line7 { type uniform; @@ -122,7 +124,7 @@ functions start ( 8.0 0.005 0.0 ); end ( 8.0 0.005 0.8 ); nPoints 1001; - } + } line8 { type uniform; @@ -132,7 +134,9 @@ functions nPoints 1001; } ); + fixedLocations false; + fields ( U alpha.water diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/U b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/U index 95453554e5..097dae5bea 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/U +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/U @@ -35,7 +35,7 @@ boundaryField sides { - type empty; + type empty; } ground diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/alpha.water b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/alpha.water index aca611d915..9a3f3f9d01 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/alpha.water +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/0.orig/alpha.water @@ -38,7 +38,7 @@ boundaryField sides { - type empty; + type empty; } top diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/constant/waveProperties b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/constant/waveProperties index f24465e670..ee2bb5642e 100644 --- a/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/constant/waveProperties +++ b/tutorials/multiphase/interFoam/laminar/waveExampleStreamFunction/constant/waveProperties @@ -33,7 +33,7 @@ inlet wavePeriod 3.017; - uMean 2.0825; + uMean 2.0825; waveLength 6.2832; @@ -53,16 +53,16 @@ inlet Ejs ( - 5.6009609e-002 - 3.1638171e-002 - 1.5375952e-002 - 7.1743178e-003 - 3.3737077e-003 - 1.6324880e-003 - 8.2331980e-004 - 4.4403497e-004 - 2.7580059e-004 - 2.2810557e-004 + 5.6009609e-002 + 3.1638171e-002 + 1.5375952e-002 + 7.1743178e-003 + 3.3737077e-003 + 1.6324880e-003 + 8.2331980e-004 + 4.4403497e-004 + 2.7580059e-004 + 2.2810557e-004 ); } diff --git a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/epsilon b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/epsilon index 5d7be42d8a..25d0633245 100644 --- a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/epsilon +++ b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/epsilon @@ -41,7 +41,7 @@ boundaryField } ground { - type epsilonWallFunction; + type epsilonWallFunction; value uniform 0.0001; } } diff --git a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/k b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/k index 280b1eb77d..6dbe92fabf 100644 --- a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/k +++ b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/0.orig/k @@ -42,7 +42,7 @@ boundaryField } ground { - type kqRWallFunction; + type kqRWallFunction; value uniform 0.001; } } diff --git a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/controlDict b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/controlDict index 0a025c4aaa..9264fee8a1 100644 --- a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/controlDict @@ -48,6 +48,7 @@ runTimeModifiable yes; adjustTimeStep on; maxCo 0.4; + maxAlphaCo 0.4; maxDeltaT 0.01; @@ -62,92 +63,94 @@ functions enabled true; writeControl writeTime; - interpolationScheme cellPoint; - setFormat raw; - sets - ( - s1 + interpolationScheme cellPoint; + setFormat raw; + sets + ( + s1 { - type uniform; - axis distance; - start ( 2.065 0.275 0.0 ); - end ( 2.065 0.275 0.5 ); - nPoints 101; - } - s2 + type uniform; + axis distance; + start ( 2.065 0.275 0.0 ); + end ( 2.065 0.275 0.5 ); + nPoints 101; + } + s2 { - type uniform; - axis distance; - start ( 3.565 0.275 0.0 ); - end ( 3.565 0.275 0.5 ); - nPoints 101; - } - s3 + type uniform; + axis distance; + start ( 3.565 0.275 0.0 ); + end ( 3.565 0.275 0.5 ); + nPoints 101; + } + s3 { - type uniform; - axis distance; - start ( 3.99 0.275 0.0 ); - end ( 3.99 0.275 0.5 ); - nPoints 101; - } - s4 + type uniform; + axis distance; + start ( 3.99 0.275 0.0 ); + end ( 3.99 0.275 0.5 ); + nPoints 101; + } + s4 { - type uniform; - axis distance; - start ( 4.055 0.275 0.0 ); - end ( 4.055 0.275 0.5 ); - nPoints 101; - } - s5 + type uniform; + axis distance; + start ( 4.055 0.275 0.0 ); + end ( 4.055 0.275 0.5 ); + nPoints 101; + } + s5 { - type uniform; - axis distance; - start ( 4.155 0.275 0.0 ); - end ( 4.155 0.275 0.5 ); - nPoints 101; - } - s6 + type uniform; + axis distance; + start ( 4.155 0.275 0.0 ); + end ( 4.155 0.275 0.5 ); + nPoints 101; + } + s6 { - type uniform; - axis distance; - start ( 4.275 0.275 0.0 ); - end ( 4.275 0.275 0.5 ); - nPoints 101; - } - s7 + type uniform; + axis distance; + start ( 4.275 0.275 0.0 ); + end ( 4.275 0.275 0.5 ); + nPoints 101; + } + s7 { - type uniform; - axis distance; - start ( 4.395 0.275 0.0 ); - end ( 4.395 0.275 0.5 ); - nPoints 101; - } - s8 + type uniform; + axis distance; + start ( 4.395 0.275 0.0 ); + end ( 4.395 0.275 0.5 ); + nPoints 101; + } + s8 { - type uniform; - axis distance; - start ( 4.515 0.275 0.0 ); - end ( 4.515 0.275 0.5 ); - nPoints 101; - } - s9 + type uniform; + axis distance; + start ( 4.515 0.275 0.0 ); + end ( 4.515 0.275 0.5 ); + nPoints 101; + } + s9 { - type uniform; - axis distance; - start ( 4.635 0.275 0.0 ); - end ( 4.635 0.275 0.5 ); - nPoints 101; - } - s10 + type uniform; + axis distance; + start ( 4.635 0.275 0.0 ); + end ( 4.635 0.275 0.5 ); + nPoints 101; + } + s10 { - type uniform; - axis distance; - start ( 4.77 0.275 0.0 ); - end ( 4.77 0.275 0.5 ); - nPoints 101; - } - ); + type uniform; + axis distance; + start ( 4.77 0.275 0.0 ); + end ( 4.77 0.275 0.5 ); + nPoints 101; + } + ); + fixedLocations false; + fields ( p p_rgh U alpha.water diff --git a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/fvOptions b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/fvOptions index 361118f1a8..7e3b293685 100644 --- a/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/fvOptions +++ b/tutorials/multiphase/interFoam/laminar/waveMangroveInteraction/system/fvOptions @@ -29,7 +29,7 @@ Mangroves cellZone c0; a 0.01; N 560; - Cm 1; + Cm 1; Cd 1.52; } } @@ -51,8 +51,8 @@ TurbulenciaMangroves cellZone c0; a 0.01; N 560; - Ckp 1; - Cep 3.5; + Ckp 1; + Cep 3.5; Cd 1.52; } }