From 5c33f47532417f2d882b68a52dd3310d37f8c8cc Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 24 May 2018 12:24:49 +0100 Subject: [PATCH] Removed wallFvPatch.H include --- .../kqRWallFunction/kqRWallFunctionFvPatchField.C | 1 - src/turbulenceModels/incompressible/LES/LESModel/LESModel.H | 1 - 2 files changed, 2 deletions(-) diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C index 0be854c00..6f89bf5fd 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C @@ -26,7 +26,6 @@ License #include "kqRWallFunctionFvPatchField.H" #include "fvPatchFieldMapper.H" #include "addToRunTimeSelectionTable.H" -#include "wallFvPatch.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/turbulenceModels/incompressible/LES/LESModel/LESModel.H b/src/turbulenceModels/incompressible/LES/LESModel/LESModel.H index 39c57e307..36ed74910 100644 --- a/src/turbulenceModels/incompressible/LES/LESModel/LESModel.H +++ b/src/turbulenceModels/incompressible/LES/LESModel/LESModel.H @@ -53,7 +53,6 @@ SourceFiles #include "fvc.H" #include "fvMatrices.H" #include "incompressible/transportModel/transportModel.H" -#include "wallFvPatch.H" #include "bound.H" #include "autoPtr.H" #include "runTimeSelectionTables.H"