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:
parent
aacc33e946
commit
b2652f3cee
@ -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
|
||||
|
@ -26,9 +26,6 @@ License
|
||||
|
||||
#include "RASModel.H"
|
||||
|
||||
#include "wallFvPatch.H"
|
||||
#include "kQRWallFunctionFvPatchField.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
|
@ -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
|
||||
|
@ -26,9 +26,6 @@ License
|
||||
|
||||
#include "RASModel.H"
|
||||
|
||||
#include "wallFvPatch.H"
|
||||
#include "kQRWallFunctionFvPatchField.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
|
Loading…
Reference in New Issue
Block a user