Added missing headers in immersed boundary
This commit is contained in:
parent
0ef0eb1e6a
commit
f00636e865
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ SourceFiles
|
|||
#ifndef immersedBoundaryFvPatchField_H
|
||||
#define immersedBoundaryFvPatchField_H
|
||||
|
||||
#include "fvPatchField.H"
|
||||
#include "fvPatchFields.H"
|
||||
#include "immersedBoundaryFvPatch.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -26,7 +26,7 @@ License
|
|||
#ifndef immersedBoundaryFvPatchFieldsFwd_H
|
||||
#define immersedBoundaryFvPatchFieldsFwd_H
|
||||
|
||||
#include "fvPatchField.H"
|
||||
#include "fvPatchFieldsFwd.H"
|
||||
#include "fieldTypes.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -26,7 +26,7 @@ License
|
|||
#ifndef mixedIbFvPatchFieldsFwd_H
|
||||
#define mixedIbFvPatchFieldsFwd_H
|
||||
|
||||
#include "fvPatchField.H"
|
||||
#include "fvPatchFieldsFwd.H"
|
||||
#include "fieldTypes.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
|
Reference in a new issue