diff --git a/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/fvSchemes b/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/fvSchemes index 2af7319b3a..d4a33bf49f 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/fvSchemes @@ -33,7 +33,7 @@ divSchemes div(rhoPhi,U) Gauss vanLeerV; div(phi,thermo:rho.water) Gauss linear; div(phi,thermo:rho.air) Gauss linear; - div(rhoPhi,T) Gauss vanLeer; + div(rhoPhi,T) Gauss linear; div(rhoPhi,K) Gauss linear; div((phi+meshPhi),p) Gauss linear;