From 76a91bc81ad3aa89faacf47a27fc1c69f5f9772d Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 2 Jun 2016 15:14:01 +0100 Subject: [PATCH] Minor reformatting --- .../turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H | 1 + tutorials/multiphase/interFoam/ras/waterChannel/0/k | 2 +- .../multiphase/interFoam/ras/waterChannel/system/fvSchemes | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/TurbulenceModels/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H b/src/TurbulenceModels/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H index 336bb4ca0..aa653e524 100644 --- a/src/TurbulenceModels/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H +++ b/src/TurbulenceModels/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H @@ -65,6 +65,7 @@ class LESfilter LESfilter(const LESfilter&); void operator=(const LESfilter&); + protected: //- Temporary function to ensure the coupled boundary conditions of the diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/0/k b/tutorials/multiphase/interFoam/ras/waterChannel/0/k index 802541225..31f5a545b 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/0/k +++ b/tutorials/multiphase/interFoam/ras/waterChannel/0/k @@ -37,7 +37,7 @@ boundaryField { type inletOutlet; inletValue $internalField; - value $internalField ; + value $internalField; } } diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes index e16c29b74..c728cc998 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/fvSchemes @@ -29,7 +29,7 @@ divSchemes { default none; - div(rhoPhi,U) Gauss linearUpwind grad(U); + div(rhoPhi,U) Gauss linearUpwind grad(U); div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss linear;