diff --git a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_ggi/system/fvSchemes b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_ggi/system/fvSchemes index dc5015135..f83e47a8b 100644 --- a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_ggi/system/fvSchemes +++ b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_ggi/system/fvSchemes @@ -32,7 +32,7 @@ divSchemes div(phi,U) Gauss limitedLinearV 1; div(phi,k) Gauss limitedLinear 1; div(phi,epsilon) Gauss limitedLinear 1; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes @@ -55,12 +55,6 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p; -} - mixingPlane { default areaAveraging; diff --git a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/system/fvSchemes b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/system/fvSchemes index 84d8f05cb..7910585e5 100644 --- a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/system/fvSchemes +++ b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/system/fvSchemes @@ -32,7 +32,7 @@ divSchemes div(phi,U) Gauss limitedLinearV 1; div(phi,k) Gauss limitedLinear 1; div(phi,epsilon) Gauss limitedLinear 1; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes @@ -55,12 +55,6 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p; -} - mixingPlane { default areaAveraging; diff --git a/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes b/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes index d842a293b..c5188449e 100644 --- a/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes +++ b/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes @@ -32,7 +32,7 @@ divSchemes div(phi,U) Gauss limitedLinearV 1; div(phi,k) Gauss limitedLinear 1; div(phi,epsilon) Gauss limitedLinear 1; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes @@ -55,10 +55,4 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p; -} - // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctExplicit/system/fvSchemes b/tutorials/incompressible/porousSimpleFoam/angledDuctExplicit/system/fvSchemes index bb3fe4f18..6ec0683cc 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctExplicit/system/fvSchemes +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctExplicit/system/fvSchemes @@ -30,7 +30,7 @@ gradSchemes divSchemes { div(phi,U) Gauss upwind; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev2(T(grad(U))))) Gauss linear; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; } @@ -54,10 +54,4 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p ; -} - // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/fvSchemes b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/fvSchemes index bb3fe4f18..6ec0683cc 100644 --- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/fvSchemes +++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/fvSchemes @@ -30,7 +30,7 @@ gradSchemes divSchemes { div(phi,U) Gauss upwind; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev2(T(grad(U))))) Gauss linear; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; } @@ -54,10 +54,4 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p ; -} - // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/T b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/T index a68c56a13..58c6a0803 100644 --- a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/T +++ b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/T @@ -38,6 +38,10 @@ boundaryField { type zeroGradient; } + frontAndBack + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/U b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/U index a02bcd0b3..4e7644bbe 100644 --- a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/U +++ b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/U @@ -45,6 +45,10 @@ boundaryField type fixedValue; value uniform (0 0 0); } + frontAndBack + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/p b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/p index d8cf23780..d737cc548 100644 --- a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/p +++ b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/0/p @@ -37,6 +37,10 @@ boundaryField type fixedValue; value $internalField; } + frontAndBack + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/system/fvSchemes b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/system/fvSchemes index bb3fe4f18..6ec0683cc 100644 --- a/tutorials/incompressible/porousSimpleFoam/beaverJoseph/system/fvSchemes +++ b/tutorials/incompressible/porousSimpleFoam/beaverJoseph/system/fvSchemes @@ -30,7 +30,7 @@ gradSchemes divSchemes { div(phi,U) Gauss upwind; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev2(T(grad(U))))) Gauss linear; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; } @@ -54,10 +54,4 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p ; -} - // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/T b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/T index a68c56a13..4f2711da2 100644 --- a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/T +++ b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/T @@ -38,6 +38,10 @@ boundaryField { type zeroGradient; } + defaultFaces + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/U b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/U index df82aea72..60530c711 100644 --- a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/U +++ b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/U @@ -43,6 +43,10 @@ boundaryField type fixedValue; value uniform (0 0 0); } + defaultFaces + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/p b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/p index d8cf23780..f219d528e 100644 --- a/tutorials/incompressible/porousSimpleFoam/porousPlug/0/p +++ b/tutorials/incompressible/porousSimpleFoam/porousPlug/0/p @@ -37,6 +37,10 @@ boundaryField type fixedValue; value $internalField; } + defaultFaces + { + type empty; + } } // ************************************************************************* // diff --git a/tutorials/incompressible/porousSimpleFoam/porousPlug/system/fvSchemes b/tutorials/incompressible/porousSimpleFoam/porousPlug/system/fvSchemes index bb3fe4f18..6ec0683cc 100644 --- a/tutorials/incompressible/porousSimpleFoam/porousPlug/system/fvSchemes +++ b/tutorials/incompressible/porousSimpleFoam/porousPlug/system/fvSchemes @@ -30,7 +30,7 @@ gradSchemes divSchemes { div(phi,U) Gauss upwind; - div((nuEff*dev(grad(U).T()))) Gauss linear; + div((nuEff*dev2(T(grad(U))))) Gauss linear; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; } @@ -54,10 +54,4 @@ snGradSchemes default corrected; } -fluxRequired -{ - default no; - p ; -} - // ************************************************************************* //