diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/fuels/propane.dat b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/fuels/propane.dat index b5fb431b633ad14a40f073f26d949bab4ba5f756..94e28df53664e29834e57df336f2669e11d90bd5 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/fuels/propane.dat +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/fuels/propane.dat @@ -1,7 +1,7 @@ SCOPECoeffs { - lowerFlamabilityLimit 0.522; - upperFlamabilityLimit 2.362; + lowerFlammabilityLimit 0.522; + upperFlammabilityLimit 2.362; lowerSuPolynomial { diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes b/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes index 5162d1947d20637fd49e0acedf6893a684c7fa8d..8935c3fbe5588540aaf948b11d9f36662848e176 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes @@ -36,7 +36,7 @@ divSchemes div(phi,p) Gauss upwind; div(rhoPhi,K) Gauss upwind; - div(alphaRhoPhi.liquid,sigma.liquid) Gauss linearUpwind grad(sigma); + div(alphaRhoPhi.liquid,sigma.liquid) Gauss upwind; div(((alpha.liquid*thermo:rho.liquid)*sigma.liquid)) Gauss linear; div((((alpha.liquid*thermo:rho.liquid)*nuM)*grad(U))) Gauss linear; diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties index 321f631dad99d22c8239e58575b74e81e58aa2f2..cafb60cd718090bce57a3decbf42c5c1f580851f 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties @@ -21,8 +21,8 @@ pMin 10000; sigma { - type liquidProperties; - phase water; + type constant; + sigma 0.07; } // ************************************************************************* // diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties.water b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties.water index d3184880dedd1482ccbdc9ef1bc56756f1462fe6..3009bc35035b47c5be4c2ec42695a5632f152b98 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties.water +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/constant/thermophysicalProperties.water @@ -14,7 +14,7 @@ FoamFile object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - +/* thermoType { type heRhoThermo; @@ -27,9 +27,9 @@ mixture { H2O; } +*/ -/* thermoType { type heRhoThermo; @@ -63,7 +63,7 @@ mixture Pr 2.289; } } -*/ + // ************************************************************************* // diff --git a/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/fvSolution b/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/fvSolution index e468feb57ffcbb3259c12ddf37c43339d91761e1..44a4ef4d514c317df11c26141b1f0b53a892efd4 100644 --- a/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/fvSolution +++ b/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/fvSolution @@ -24,7 +24,7 @@ solvers MULESCorr yes; nLimiterIter 3; - alphaApplyPrevCorr yes; + alphaApplyPrevCorr no; solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/interFoam/RAS/motorBike/system/controlDict_nextWrite b/tutorials/multiphase/interFoam/RAS/motorBike/system/controlDict_nextWrite index 63fc4349d25f71e1be4a47c8f7552db8d4110ab3..c0fa4a73716be9fe7bb442dd4c263ffef39474de 100644 --- a/tutorials/multiphase/interFoam/RAS/motorBike/system/controlDict_nextWrite +++ b/tutorials/multiphase/interFoam/RAS/motorBike/system/controlDict_nextWrite @@ -15,12 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -//DebugSwitches -//{ -// dynamicRefineFvMesh 1; -//} - -application interDyMFoam; +application interFoam; startFrom latestTime; diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/LBend/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/LBend/system/controlDict index d58c291e45f4a79ba2f9d116486e9258e9c17ca8..6befae9e9a74ff877a36e7aecf66bac0564685bd 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/LBend/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/LBend/system/controlDict @@ -23,7 +23,7 @@ startTime 0; stopAt endTime; -endTime 2; +endTime 1.9; deltaT 1e-4;