moving headers from templates to main RASModel.H to avoid breaking compilation of solvers and utilities due to new template functions

This commit is contained in:
andy 2008-09-24 14:54:47 +01:00
parent aacc33e946
commit b2652f3cee
4 changed files with 9 additions and 6 deletions

View File

@ -58,6 +58,10 @@ SourceFiles
#include "autoPtr.H"
#include "runTimeSelectionTables.H"
// Headers reqd for back-porting wall function boundary conditions
#include "wallFvPatch.H"
#include "kQRWallFunctionFvPatchField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam

View File

@ -26,9 +26,6 @@ License
#include "RASModel.H"
#include "wallFvPatch.H"
#include "kQRWallFunctionFvPatchField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam

View File

@ -56,6 +56,11 @@ SourceFiles
#include "autoPtr.H"
#include "runTimeSelectionTables.H"
// Headers reqd for back-porting wall function boundary conditions
#include "wallFvPatch.H"
#include "kQRWallFunctionFvPatchField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam

View File

@ -26,9 +26,6 @@ License
#include "RASModel.H"
#include "wallFvPatch.H"
#include "kQRWallFunctionFvPatchField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam